summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2021-04-27p5-Locale-libintl: update to 1.32.wiz2-8/+7
Version 1.32 - 26 Oct 2020 * Bugs fixed: https://github.com/gflohr/libintl-perl/issues/5
2021-04-26Update to 2.2.3.2. From the changelog:schmonz2-8/+7
- Libraries and binaries don't have the .note.GNU-stack section stripped anymore. Previously, "make strip" would strip that section, which would sometimes (depending on the toolchain) cause binaries to be incorrectly tagged as needing an executable stack. This is not a security issue in itself, but an executable stack makes it easier for an attacker to turn bugs into exploits, so it should be avoided whenever possible. Thanks to Xavier Stonestreet for reporting and finding the cause of the problem. - Link tests are now performed with a regular file as their output, instead of /dev/null, which makes them more portable to old/buggy linkers.
2021-04-25Update to cabal-install-3.4.0.0pho8-102/+63
3.4.0.0 Oleg Grenrus <oleg.grenrus@iki.fi> February 2021 * See https://github.com/haskell/cabal/blob/master/release-notes/cabal-install-3.4.0.0.md 3.2.0.0 Herbert Valerio Riedel <hvr@gnu.org> April 2020 * `v2-build` (and other `v2-`prefixed commands) now accept the `--benchmark-option(s)` flags, which pass options to benchmark executables (analogous to how `--test-option(s)` works). (#6209) * Add solver optimization to skip a version of a package if it does not resolve any conflicts encountered in the last version, controlled by flag '--fine-grained-conflicts'. (#5918) * `cabal v2-exec` doesn't fail in clean package (#6479) * Show full ABI hash for installed packages in solver log (#5892) * Create incoming directory even for empty packages (#4130) * Start GHCi with `main-is` module in scope (#6311) * Implement `--benchmark-options` for `v2-bench` (#6224) * Fix store-dir in ghc env files generated by `cabal install --lib --package-env` (#6298) * `cabal v2-run` works with `.lhs` files (#6134) * `subdir` in source-repository-package accepts multiple entries (#5472) 3.0.1.0 Herbert Valerio Riedel <hvr@gnu.org> April 2020 * Create store incoming directory ([#4130](https://github.com/haskell/cabal/issues/4130)) * `fetchRepoTarball` output is not marked ([#6385](https://github.com/haskell/cabal/pull/6385)) * Update `setupMinCabalVersionConstraint` for GHC-8.8 ([#6217](https://github.com/haskell/cabal/pull/6217)) * Implement `cabal install --ignore-project` ([#5919](https://github.com/haskell/cabal/issues/5919)) * `cabal install executable` solver isn't affected by default environment contents ([#6410](https://github.com/haskell/cabal/issues/6410)) * Use `lukko` for file locking ([#6345](https://github.com/haskell/cabal/pull/6345)) * Use `hackage-security-0.6` ([#6388](https://github.com/haskell/cabal/pull/6388)) * Other dependency upgrades
2021-04-25kp: remove dead download linkwiz1-2/+2
2021-04-25root: remove dead download linkwiz1-2/+2
2021-04-25latin-words-bin: remove dead download linkwiz1-3/+2
2021-04-24xjdic: remove dead download linkwiz1-3/+2
2021-04-24ibutton-pdkit: remove dead linkswiz1-4/+3
2021-04-24utftools: remove dead download linkwiz1-4/+2
2021-04-24molden: removewiz8-290/+1
Upstream website gone, the distfile was not re-distributable, and noone had updated it since 2007.
2021-04-24Update to extra-1.7.9pho4-145/+147
1.7.9, released 2020-12-19 #72, add pureIf #73, make takeEnd, dropEnd, splitAtEnd: return immediately if i <= 0 #71, add compareLength and comparingLength 1.7.8, released 2020-09-12 #68, make sure Data.Foldable.Extra is exposed 1.7.7, released 2020-08-25 #67, defer to System.IO readFile', hGetContents' in GHC 9.0 1.7.6, released 2020-08-21 #66, add lots of functions to Data.Foldable.Extra (anyM etc) 1.7.5, released 2020-08-12 #65, add Data.Foldable.Extra #65, add sum', product', sumOn' and productOn' 1.7.4, released 2020-07-15 #59, add whileJustM and untilJustM #61, optimise nubOrd (10% or so) Add first3, second3, third3 1.7.3, released 2020-05-30 #58, add disjointOrd and disjointOrdBy 1.7.2, released 2020-05-25 #56, add zipWithLongest #57, make duration in MonadIO Simplify and optimise Barrier Mark modules that are empty as DEPRECATED Remove support for GHC 7.10 1.7.1, released 2020-03-10 Add NOINLINE to errorIO to work around a GHC 8.4 bug 1.7, released 2020-03-05 * #40, delete deprecated function for * zipFrom now truncates lists, rather than error, just like zip 1.6.21, released 2020-03-02 #54, deprecate nubOn since its O(n^2). Use nubOrdOn #53, add some nub functions to NonEmpty 1.6.20, released 2020-02-16 Add firstM, secondM 1.6.19, released 2020-02-11 #50, add headDef, lastDef, and dropEnd1
2021-04-23granulate: remove dead download linkwiz1-3/+2
2021-04-21*: remove dead download sitewiz1-2/+2
2021-04-21revbump for boost-libsadam31-62/+62
2021-04-21revbump for textproc/icuadam76-123/+152
2021-04-21*: remove dead download sitewiz1-2/+2
2021-04-21vttest: update to 20210210nia2-8/+9
20210210 + improve test-screen for VT420 cursor movement, when left/right margins are enabled (prompted by discussion with Tom Szilagyi). + updated/improved configure macros, i.e., for shellcheck-warnings 20201225 + correct highlighting for ISO Greek, Hebrew and Latin-5. + correct highlighting for DEC Cyrillic, Greek and Hebrew. + add Latin-2 character set for VT510. + updated/improved configure macros, i.e., for compiler-warnings + update config.guess, config.sub
2021-04-17tmux: Add a reference to upstream PRleot2-3/+7
2021-04-17tmux: Update to 3.2leot4-16/+35
Changes: 3.2 --- * Add a flag to disable keys to close a message. * Permit shortcut keys in buffer, client, tree modes to be configured with a format (-K flag to choose-buffer, choose-client, choose-tree). * Add a current_file format for the config file being parsed. * When display-message used in config file, show the message after the config file finishes. * Add client-detached notification in control mode. * Improve performance of format evaluation. * Make jump command support UTF-8 in copy mode. * Support X11 colour names and other colour formats for OSC 10 and 11. * Add "pipe" variants of "copy-pipe" commands which do not copy. * Include "focused" in client flags. * Send Unicode directional isolate characters around horizontal pane borders if the terminal supports UTF-8 and an extension terminfo(5) capability "Bidi" is present. * Add a -S flag to new-window to make it select the existing window if one with the given name already exists rather than failing with an error. * Addd a format modifier to check if a window or session name exists (N/w or N/s). * Add compat clock_gettime for older macOS. * Add a no-detached choice to detach-on-destroy which detaches only if there are no other detached sessions to switch to. * Add rectangle-on and rectangle-off copy mode commands. * Change so that window_flags escapes # automatically. A new format window_raw_flags contains the old unescaped version. * Add -N flag to never start server even if command would normally do so. * With incremental search, start empty and only repeat the previous search if the user tries to search again with an empty prompt. * Add a value for remain-on-exit that only keeps the pane if the program failed. * Add a -C flag to run-shell to use a tmux command rather than a shell command. * Do not list user options with show-hooks. * Remove current match indicator in copy mode which can't work anymore since we only search the visible region. * Make synchronize-panes a pane option and add -U flag to set-option to unset an option on all panes. * Make replacement of ##s consistent when drawing formats, whether followed by [ or not. Add a flag (e) to the q: format modifier to double up #s * Add -N flag to display-panes to ignore keys. * Change how escaping is processed for formats so that ## and # can be used in styles. * Add a 'w' format modifier for string width. * Add support for Haiku. * Expand menu and popup -x and -y as formats. * Add numeric comparisons for formats. * Fire focus events even when the pane is in a mode. * Add -O flag to display-menu to not automatically close when all mouse buttons are released. * Allow fnmatch(3) wildcards in update-environment. * Disable nested job expansion so that the result of #() is not expanded again. * Use the setal capability as well as (tmux's) Setulc. * Add -q flag to unbind-key to hide errors. * Allow -N without a command to change or add a note to an existing key. * Add a -w flag to set- and load-buffer to send to clipboard using OSC 52. * Add -F to set-environment and source-file. * Allow colour to be spelt as color in various places. * Add n: modifier to get length of a format. * Respond to OSC colour requests if a colour is available. * Add a -d option to display-message to set delay. * Add a way for control mode clients to subscribe to a format and be notified of changes rather than having to poll. * Add some formats for search in copy mode (search_present, search_match). * Do not wait on shutdown for commands started with run -b. * Add -b flags to insert a window before (like the existing -a for after) to break-pane, move-window, new-window. * Make paste -p the default for ]. * Add support for pausing a pane when the output buffered for a control mode client gets too far behind. The pause-after flag with a time is set on the pane with refresh-client -f and a paused pane may be resumed with refresh-client -A. * Allow strings in configuration files to span multiple lines - newlines and any leading whitespace are removed, as well as any following comments that couldn't be part of a format. This allows long formats or other strings to be annotated and indented. * Instead of using a custom parse function to process {} in configuration files, treat as a set of statements the same as outside {} and convert back to a string as the last step. This means the rules are consistent inside and outside {}, %if and friends work at the right time, and the final result isn't littered with unnecessary newlines. * Add support for extended keys - both xterm(1)'s CSI 27 ~ sequence and the libtickit CSI u sequence are accepted; only the latter is output. tmux will only attempt to use these if the extended-keys option is on and it can detect that the terminal outside supports them (or is told it does with the "extkeys" terminal feature). * Add an option to set the pane border lines style from a choice of single lines (ACS or UTF-8), double or heavy (UTF-8), simple (plain ASCII) or number (the pane numbers). Lines that won't work on a non-UTF-8 terminal are translated back into ACS when they are output. * Make focus events update the latest client (like a key press). * Store UTF-8 characters differently to reduce memory use. * Fix break-pane -n when only one pane in the window. * Instead of sending all data to control mode clients as fast as possible, add a limit of how much data will be sent to the client and try to use it for panes with some degree of fairness. * Add an active-pane client flag (set with attach-session -f, new-session -f or refresh-client -f). This allows a client to have an independent active pane for interactive use (the window client pane is still used for many things however). * Add a mark to copy mode, this is set with the set-mark command (bound to X) and appears with the entire line shown using copy-mode-mark-style and the marked character in reverse. The jump-to-mark command (bound to M-x) swaps the mark and the cursor positions. * Add a -D flag to make the tmux server run in the foreground and not as a daemon. * Do not loop forever in copy mode when search finds an empty match. * Fix the next-matching-bracket logic when using vi(1) keys. * Add a customize mode where options may be browsed and changed, includes adding a brief description of each option. Bound to C-b C by default. * Change message log (C-b ~) so there is one for the server rather than one per client and it remains after detach, and make it useful by logging every command. * Add M-+ and M-- to tree mode to expand and collapse all. * Change the existing client flags for control mode to apply for any client, use the same mechanism for the read-only flag and add an ignore-size flag. refresh-client -F has become -f (-F stays for backwards compatibility) and attach-session and switch-client now have -f flags also. A new format client_flags lists the flags and is shown by list-clients by default. This separates the read-only flag from "ignore size" behaviour (new ignore-size) flag - both behaviours are useful in different circumstances. attach -r and switchc -r remain and set or toggle both flags together. * Store and restore cursor position when copy mode is resized. * Export TERM_PROGRAM and TERM_PROGRAM_VERSION like various other terminals. * Add formats for after hook command arguments: hook_arguments with all the arguments together; hook_argument_0, hook_argument_1 and so on with individual arguments; hook_flag_X if flag -X is present; hook_flag_X_0, hook_flag_X_1 and so on if -X appears multiple times. * Try to search the entire history first for up to 200 ms so a search count can be shown. If it takes too long, search the visible text only. * Use VIS_CSTYLE for paste buffers also (show \012 as \n). * Change default formats for tree mode, client mode and buffer mode to be more compact and remove some clutter. * Add a key (e) in buffer mode to open the buffer in an editor. The buffer contents is updated when the editor exits. * Add -e flag for new-session to set environment variables, like the same flag for new-window. * Improve search match marking in copy mode. Two new options copy-mode-match-style and copy-mode-current-match-style to set the style for matches and for the current match respectively. Also a change so that if a copy key is pressed with no selection, the current match (if any) is copied. * Sanitize session names like window names instead of forbidding invalid ones. * Check if the clear terminfo(5) capability starts with CSI and if so then assume the terminal is VT100-like, rather than relying on the XT capability. * Improve command prompt tab completion and add menus both for strings and -t and -s (when used without a trailing space). command-prompt has additional flags for only completing a window (-W) and a target (-T), allowing C-b ' to only show windows and C-b . only targets. * Change all the style options to string options so they can support formats. Change pane-border-active-style to use this to change the border colour when in a mode or with synchronize-panes on. This also implies a few minor changes to existing behaviour: - set-option -a with a style option automatically inserts a comma between the old value and appended text. - OSC 10 and 11 no longer set the window-style option, instead they store the colour internally in the pane data and it is used as the default when the option is evaluated. - status-fg and -bg now override status-style instead of the option values being changed. * Add extension terminfo(5) capabilities for margins and focus reporting. * Try $XDG_CONFIG_HOME/tmux/tmux.conf as well as ~/.config/tmux/tmux.conf for configuration file (the search paths are in TMUX_CONF in Makefile.am). * Remove the DSR 1337 iTerm2 extension and replace by the extended device attributes sequence (CSI > q) supported by more terminals. * Add a -s flag to copy-mode to specify a different pane for the source content. This means it is possible to view two places in a pane's history at the same time in different panes, or view the history while still using the pane. Pressing r refreshes the content from the source pane. * Add an argument to list-commands to show only a single command. * Change copy mode to make copy of the pane history so it does not need to freeze the pane. * Restore pane_current_path format from portable tmux on OpenBSD. * Wait until the initial command sequence is done before sending a device attributes request and other bits that prompt a reply from the terminal. This means that stray relies are not left on the terminal if the command has attached and then immediately detached and tmux will not be around to receive them. * Add a -f filter argument to the list commands like choose-tree. * Move specific hooks for panes to pane options and windows for window options rather than all hooks being session options. These hooks are now window options: window-layout-changed window-linked window-pane-changed window-renamed window-unlinked And these now pane options: pane-died pane-exited pane-focus-in pane-focus-out pane-mode-changed pane-set-clipboard Any existing configurations using these hooks on a session rather than globally (that is, set-hook or set-option without -g) may need to be changed. * Show signal names when a process exits with remain-on-exit on platforms which have a way to get them. * Start menu with top item selected if no mouse and use mode-style for the selected item. * Add a copy-command option and change copy-pipe and friends to pipe to it if used without arguments, allows all the default copy key bindings to be changed to pipe with one option rather than needing to change each key binding individually. * Tidy up the terminal detection and feature code and add named sets of terminal features, each of which are defined in one place and map to a builtin set of terminfo(5) capabilities. Features can be specified based on TERM with a new terminal-features option or with the -T flag when running tmux. tmux will also detect a few common terminals from the DA and DSR responses. This is intended to make it easier to configure tmux's use of terminfo(5) even in the presence of outdated ncurses(3) or terminfo(5) databases or for features which do not yet have a terminfo(5) entry. Instead of having to grok terminfo(5) capability names and what they should be set to in the terminal-overrides option, the user can hopefully just give tmux a feature name and let it do the right thing. The terminal-overrides option remains both for backwards compatibility and to allow tweaks of individual capabilities. * Support mintty's application escape sequence (means tmux doesn't have to delay to wait for Escape, so no need to reduce escape-time when using mintty). * Change so main-pane-width and height can be given as a percentage. * Support for the iTerm2 synchronized updates feature (allows the terminal to avoid unnecessary drawing while output is still in progress). * Make the mouse_word and mouse_line formats work in copy mode and enable the default pane menu in copy mode. * Add a -T flag to resize-pane to trim lines below the cursor, moving lines out of the history. * Add a way to mark environment variables as "hidden" so they can be used by tmux (for example in formats) but are not set in the environment for new panes. set-environment and show-environment have a new -h flag and there is a new %hidden statement for the configuration file. * Change default position for display-menu -x and -y to centre rather than top left. * Add support for per-client transient popups, similar to menus but which are connected to an external command (like a pane). These are created with new command display-popup. * Change double and triple click bindings so that only one is fired (previously double click was fired on the way to triple click). Also add default double and triple click bindings to copy the word or line under the cursor and change the existing bindings in copy mode to do the same. * Add a default binding for button 2 to paste. * Add -d flag to run-shell to delay before running the command and allow it to run without a command so it just delays. * Add C-g to cancel command prompt with vi keys as well as emacs, and q in command mode. * When the server socket is given with -S, create it with umask 177 instead of 117 (because it may not be in a safe directory like the default directory in /tmp). * Add a copy-mode -H flag to hide the position marker in the top right. * Add number operators for formats (+, -, *, / and m),
2021-04-15*: Recursive revbump from devel/nssryoon3-6/+6
2021-04-11libreoffice: reflect xdg-utils dependency for xdg-open commandgutteridge1-2/+3
Relates to PR pkg/56092. LibreOffice expects xdg-open to be installed.
2021-04-10libreoffice: Use portable 'command -v' instead of 'type -p' and fix segfaultryoon3-8/+8
Pointed out in PR pkg/56092 by gutteridge@. And convert to use OpenSSL TLS backend. Recent devel/nss change, libsoftkn3.so uses MD5_Update() from OpenSSL and it causes SIGSEGV. Bump PKGREVISION.
2021-04-09*: bump PKGREVISION for nss linking fixwiz3-5/+6
2021-04-08rpm: help it find nsswiz1-1/+4
2021-04-08Revbump for poppleradam1-2/+2
2021-04-07misc: -libkgeomapmarkd1-2/+1
2021-04-07libkgeomap: remove - no longer used.markd5-168/+0
2021-04-07kde applications release: update to 20.12.3markd62-562/+697
10 months worth of updates.
2021-04-07khard: needs setuptools_scm to build; invoke sphinx directlyadam1-3/+3
2021-04-06py-tqdm: updated to 4.60.0adam3-8/+14
tqdm v4.60.0 stable add contrib.logging helpers for redirecting to tqdm.write() support delay in notebook fix contrib.tmap, tzip not using tqdm_class add notebook tests updates & misc minor fixes for documentation
2021-04-06use versioned py-pygemntsadam1-2/+2
2021-04-05libreoffice: Update to 7.1.2.2ryoon5-24/+55
* 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-01Remove ruby25 related code fragments.taca1-3/+1
2021-04-01stellarium: updated to 0.21.0adam3-81/+150
v0.21.0: The major changes of this version: We have finally completed our work on accurate planet axes, including Lunar libration Visualisation of Earth shadow for Lunar eclipses Better texture for the Lunar surface Added the latest algorithms for planet magnitudes Enhanced Calendars plugin Replaced "arabic" by more accurate "al-Sufi" skyculture Planets are now scalable and Solar glare switchable for didactic applications
2021-03-30kf5: KDE Frameworks update to 5.80.0markd16-47/+55
10 months of patches/updates.
2021-03-30marble: fix some install paths. explicitly disable qtwebengine.markd2-7/+11
2021-03-21misc/ruby-ohai: update to 16.10.7taca2-8/+8
16.10.7 (2021-03-17) Merged Pull Requests * suppress constant redefinition warning #1628 (ramereth)
2021-03-21misc/ruby-bundler: update to 2.2.15taca2-7/+7
2.2.15 (March 19, 2021) Enhancements: * Add a hint about bundler installing executables for path gems #4461 * Warn lockfiles with incorrect resolutions #4459 * Don't generate duplicate redundant sources in the lockfile #4456 Bug fixes: * Respect running ruby when resolving platforms #4449
2021-03-19update misc/xygrib to build with openjpeg-2.4nros2-4/+4
Update patch in misc/xygrib so that it can build with openjpeg version 2.4 that is currently in pkgsrc. Also check for 2.5 just in case.
2021-03-19Revbump all Go packages after go115 updatebsiegert2-4/+4
2021-03-18xfce4-calculator-plugin: update to 0.7.1gutteridge3-10/+23
Change log: 0.7.1 ====== - Add option to not move cursor after calculations (#3) - Align spin buttons in properties dialog - Add close button to properties dialog - Handle delete event when properties dialog is closed - Adds new README.md updates AM_INIT_AUTOMAKE - Update URLs from goodies.x.o to docs.x.o (Bug #16155) - Allow compilation with panel 4.15 - Disable emoji input - Translation Updates: Albanian, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (Canada), Estonian, Finnish, French, Galician, German, Hebrew, Hindi, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Korean, Lithuanian, Malay, Norwegian Bokmål, Persian (Iran), Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Turkish, Ukrainian
2021-03-13misc/screen: Fix CVE-2021-26937 and another UTF-8 bugkim4-3/+116
2021-03-11py-tqdm: updated to 4.59.0adam3-11/+13
tqdm v4.59.0 stable add tqdm.dask.TqdmCallback add asyncio.gather() add basic support for length_hint add & update tests misc documentation updates update contributing guide update URLs bash completion: add missing --delay misc code tidy add [notebook] extra tqdm v4.58.0 stable add start delay in seconds add tests misc code tidy misc documentation updates tqdm v4.57.0 stable add line buffering for DummyTqdmFile fix & update demo notebook fix py3 urllib examples suppress deprecated pandas warnings misc framework updates misc tests updates misc code tidy
2021-03-10Use py-Pillow6adam1-2/+2
2021-03-10libreoffice: Fix OS detectionryoon3-2/+33
From jun@ via PR pkg/56048, thank you. Bump PKGREVISION.
2021-03-09misc/ruby-bundler: update to 2.2.14taca2-7/+7
2.2.14 (March 8, 2021) Security fixes: * Lock GEM sources separately and fix locally installed specs confusing bundler #4381 Bug fixes: * Make rake available to other gems' installers right after it's installed #4428 * Fix encoding issue on compact index updater #4362
2021-03-09Mark packages that fail to package with Ruby 2.5nia1-1/+3
2021-03-08Updated misc/ocaml-topkg to version 1.0.3.jaapb3-11/+9
This adds support for OCaml 4.12. Otherwise changes are minor.
2021-03-08Recursive revbump associated with update of lang/ocamljaapb8-11/+16
2021-03-07misc/ruby-parallel: update to 1.20.1taca2-7/+7
No release information nor change log. Please refer <https://github.com/grosser/parallel/compare/v1.19.2...v1.20.1> in detail.