summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-07-06boostrap: Enable mksh by default on macOS 10.11+.jperkin1-1/+10
El Capitan (10.11) introduced System Integrity Protection (SIP), and one of the side effects of this protection is that system shells (i.e. /bin/*sh) unset any variables that may affect the security of the system. This causes problems with packages that rely on e.g. LD_LIBRARY_PATH. Using a shell outside of the system paths allows us to work around this, at least for now. Tested in bulk builds on macOS Catalina, though with SIP disabled (as there is no way to run sandboxed builds with SIP enabled).
2020-07-06bootstrap: Switch SunOS to mksh.jperkin1-2/+2
Tested in a bulk build on SmartOS, and bootstrap tested on Solaris 9.
2020-07-06bmake: Support mksh as a bootstrap shell.jperkin1-4/+7
2020-07-06bootstrap: Enable support for building mksh.jperkin1-1/+23
Over time, and as they are tested, platforms will be migrated over to shells/mksh ($need_mksh) instead of shells/pdksh ($need_ksh) when a bootstrap shell is required. Once mksh is selected, it takes precedence over pdksh. Our shells/pdksh has been unmaintained for many years and has known issues, shells/mksh is expected to provide a portable, fast, and well maintained alternative.
2020-07-06mksh: Import unpacked mksh-59b sources.jperkin37-17/+62413
Two patches have been applied on top, both of which are stored in the patches directory as manual-Build.sh and manual-funcs.c, to fix issues on Darwin and SunOS that will be included in the next mksh release. The binary mksh.ico file has been manually removed. This paves the way for mksh to be used as an alternate bootstrap shell instead of shells/pdksh, which has been unmaintained for many years and has some known issues. Initial bulk build results on Darwin and SunOS look good, and having a maintained shell which focuses on portability and speed should provide us with a better long-term option for systems which require a bootstrap shell.
2020-07-06Updated devel/libuv, devel/libeventadam2-3/+4
2020-07-06libevent: updated to 2.1.12adam3-9/+8
Changes in version 2.1.12-stable (05 Jul 2020) This release contains mostly bug fixes (I decided not to port some features that can be ported even without ABI breakage, if you cannot find feature that you are interested in, please give us a note!) Since 2.1.12 libevent will use github actions as main CI, since it recommends itself better then travis/appveyor (and had been removed from upstream). Look carefully at "slightly touches the behaviour" section. Below you will find some of changes (this list has been cleaned up from the patches that touches only tests and similar): CI: o Backport github actions to 2.1 (be3acd7c Azat Khuzhin) o Merge branch 'event_rpcgen.py-cleanup' (f0ded5f3, 48e04887 Enji Cooper) o Add API/ABI checker (using LVC) (709210d4, 2af1f6cc yuangongji) test: o tinytest: support timeout on Windows (794e8f75 yuangongji) o Merge branch 'osx-clock' (e85afbe3 Azat Khuzhin) o test-ratelim: calculate timers bias (for slow CPUs) to avoid false-positive (8ad26d0b Azat Khuzhin) fixes: o buffer: do not pass NULL to memcpy() from evbuffer_pullup() (5b063049 Azat Khuzhin) o http: fix undefined-shift in EVUTIL_IS*_ helpers (6b8d02a7 Azat Khuzhin) o Check error code of evhttp_add_header_internal() in evhttp_parse_query_impl() (97e28f09 Azat Khuzhin) o http: fix EVHTTP_CON_AUTOFREE in case of timeout (and some else) (1be25938 Azat Khuzhin) o evdns: Add additional validation for values of dns options (c2972453 ayuseleznev) o There is typo in GetAdaptersAddresses windows library. It should be iphlpapi.dll (891adda9 Aleksandr-Melnikov) o Merge branch 'EV_CLOSED-and-EV_ET-fixes' (db2efdf5 Azat Khuzhin) o Fix memory corruption in EV_CLOSURE_EVENT_FINALIZE with debug enabled (8ccd8f56 Jan Kasiak) o increase segment refcnt only if evbuffer_add_file_segment() succeeds (30662a3c yuangongji) o evdns: fix a crash when evdns_base with waiting requests is freed (6f8e0e97 ayuseleznev) o event_base_once: fix potential null pointer threat (2e9ceb16 chenguolong) o http: do not assume body for CONNECT (1b42270b Azat Khuzhin) o evbuffer_add_file: fix freeing of segment in the error path (5f017bde Azat Khuzhin) o Fix checking return value of the evdns_base_resolv_conf_parse() (fc51bf2c Azat Khuzhin) o Merge branch 'fix-signal-leak' (poll/select now needs reinit) (1c9cc07b Azat Khuzhin) improvements: o evutil_time: improve evutil_gettimeofday on Windows (a8219143 Nick Grifka) o Support EV_CLOSED on linux for poll(2) (2530e7c6 Azat Khuzhin) o Parse IPv6 scope IDs. (f602211f Philip Homburg) o evutil_time: Implements usleep() using wait funtion on Windows (d42240d1 yuangongji) o evutil_time: detect and use _gmtime64_s()/_gmtime64() (f4a6152c yuangongji) slightly touches the behaviour: o bufferevent: allow setting priority on socket and openssl type (4dd3acdd Nicolas J. Bouliane) o Fix EV_CLOSED detection/reporting (epoll only) (1df324d4 Azat Khuzhin) (XXX) o Revert "Warn if forked from the event loop during event_reinit()" (71f5c0d3 Azat Khuzhin) samples: o https-client: load certificates from the system cert store on Windows (e9478640 yuangongji) build fixes: o Do not use sysctl.h on linux (it had been deprecated) (d2871a37 Azat Khuzhin) o cmake: avoid problems from use of CMAKE_USE_PTHREADS_INIT (a62ec765 Paul Osborne) o Update list of cmake files for autotools dist archive (2016f017 Azat Khuzhin) o LibeventConfig.cmake: restore CMAKE_FIND_LIBRARY_SUFFIXES and LIBEVENT_STATIC_LINK default (640f9cf6 Mario Emmenlauer) o cmake: fix getaddrinfo checking error (dea51c2e yuangongji) o autoconf: fix getaddrinfo checking errors on mingw (b9bf7fa7 yuangongji) o Do not use shared global structures on CYGWIN (8a9b5655 Azat Khuzhin) o Added uninstall target check to cmakelists (3f1fb1f9 Dimo Markov) o Fix compilation without OPENSSL_API_COMPAT (921bdcdd Azat Khuzhin) o cmake: improve package config file (1c047618, baec84f2 yuangongji) o Link with iphlpapi only on windows (976f7d34 Azat Khuzhin) o autotools: fails build when need but can not find openssl (93174bb5 yuangongji) o Merge branch 'http-connect' (e2424229 Azat Khuzhin) o Fix compat with NetBSD >= 10 (5febb4e1 Kamil Rytarowski) o cmake: fix getrandom() detection (e0e5f3bd Azat Khuzhin) o arc4random: replace sysctl() with getrandom (on linux) (66ec78fd Azat Khuzhin) o Upgrade autoconf (after upgrading minimum required to 2.67) (45da7d9d yuangongji) o eliminate some C4267 warnings in Windows (9e468c77 yuangongji) o autotools: attach doxygen target into all target (5d1e8570 yuangongji) o cmake: attach doxygen target into all target (7a85300a yuangongji) o Change the minimum version of automake to 1.13 and autoconf to 2.67 (fdb8fb66 ygj6) o Add Uninstall.cmake.in into dist archive
2020-07-06libuv: updated to 1.38.1adam3-12/+15
Changes since version 1.38.0: * test: use last matching qemu version * win, util: rearrange uv_hrtime * test: skip signal_multiple_loops test on QEMU * build: add android build to CI * test: extend fs_event_error_reporting timeout * build: link libkvm on netbsd only * linux: refactor /proc file reader logic * linux: read load average from /proc/loadavg * android: remove patch code for below 21 * win: fix visual studio 2008 build * win,tty: fix deadlock caused by inconsistent state * unix: use relaxed loads/stores for feature checks * build: don't .gitignore m4/ax_pthread.m4 * unix: fix gcc atomics feature check * darwin: work around clock jumping back in time * udp: fix write_queue cleanup on sendmmsg error * src: build fix for Android
2020-07-06If on powerpc, add -mlongcall to CFLAGS and CXXFLAGS, to avoidhe1-1/+4
"relocation truncated to fit: R_PPC_REL24" error.
2020-07-05doc/TODO: add somewiz1-6/+18
+ ImageMagick-7.0.10.23, afl-2.57b, cascadia-ttf-2007.01, catch2-2.12.3, dbus-1.12.20, gopls-0.4.2, libressl-3.2.0, libuv-1.38.1, libvorbis-1.3.7, poppler-0.90.0, py-cachetools-4.1.1, py-mercurial-5.4.2, py-setuptools-49.1.0 [drops python-2.x support], rsync-3.2.2, thunderbird-enigmail-2.2, unifont-13.0.03, vala-0.48.7.
2020-07-05lua-zlib: set GITHUB_PROJECT so 'make fetch' succeedswiz1-1/+2
2020-07-05Note update of sysutils/collectd to 5.8.0nb4.he1-1/+2
2020-07-05Add a patch to the BIND stats to pick up query RTT times.he3-3/+29
Bump PKGREVISION.
2020-07-05news/trn: Add patch with date grammar rules for old articles from olduse.net.rhialto3-3/+113
2020-07-05doc: Updated editors/lyx to 2.3.5.2rhialto1-1/+2
2020-07-05editors/lyx: update to 2.3.5.2.rhialto4-33/+24
Emergency Release for 2.3.5: LyX 2.3.5.2 released. June 30, 2020 This is an emergency release to fix bug number 11889, which reverse quoation marks in some cases when hyperref is enabled. It is otherwise unchanged from the release of LyX 2.3.5. Fifth Maintenance Release in 2.3.x Series: LyX 2.3.5 released. June 7, 2020 We are pleased to announce the release of LyX 2.3.5. This is the fifth maintenance release in the 2.3.x series. LyX 2.3.5 is the result of on-going efforts to make our stable version more reliable and more stable. Most of the changes are incremental, but quite a few important bugs have now been fixed. One important change is that Inkscape 1.0 is now supported: It will be detected and configured automatically. Users of previous versions have recently reported configuration failures when Inkscape 1.0 is installed, leading to an incomplete (and all but unusable) installation of LyX. This should also be fixed. Emergency Re-Release of 2.3.4: LyX 2.3.4.2 released. February 12, 2020 This is an emergency release that fixes four bugs in 2.3.4. Only the first two really warrant an emergency release, but while we're at it... The first, bug #11728, caused a five-second delay when attempting to save files on Windows. This was a side effect of the fix for #10091 and reminds us why it would be good to have more testing on Windows. The second bug is discussed in this thread and concerns a crash related to the math toolbar. This was due to an uninitialize buffer_ member revealed by the fix for #11586. The third, bug #11724, affects Beamer presentations and causes bad output when page geometry is set in certain ways. LyX should and now does ignore such settings. The last, bug #11579, is an old one, but a serious one, that prevents the use of CJKUtf8 in ERT. It's a straightforward fix for a bug that is pretty serious for people who encounter it. Fourth Maintenance Release in 2.3.x Series: LyX 2.3.4 released. January 31, 2020 We are pleased to announce the release of LyX 2.3.4. This is the fourth maintenance release in the 2.3.x series. LyX 2.3.4 is the result of on-going efforts to make our stable version more reliable and more stable. One important change is that we have finally fixed a large number of bugs related to bibitems (see bug #7548). We have also (we hope) fixed a long-standing bug involving the saving of files on Windows to Dropbox folders. Third Maintenance Release in 2.3.x Series: LyX 2.3.3 released. June 25, 2019 We are pleased to announce the release of LyX 2.3.3. This is the third maintenance release in the 2.3.x series. LyX 2.3.3 is the result of on-going efforts to make our stable version more reliable and more stable. One important change is that emergency files are now renamed when users wish to save them. As a result, older emergency files are not over-written. One major update allows for the editing of the contents of the user-provided premable, and the contents of ERT insets, in external editors, a request that goes back to 2003 and bug #991. See the announcement for more information.
2020-07-05misc/calibre: fix build with Qt 5.15.0.rhialto3-3/+40
2020-07-05Updated www/p5-Dancer2 to 0.300004wen1-1/+2
2020-07-05Update to 0.300004wen2-7/+7
Upstream changes: 0.300004 2020-05-26 20:52:34-04:00 America/New_York [ BUG FIXES ] * GH #1509: Request instantiation fails throw 400 Bad Response (Russell @veryrusty Jenkins). This resolves GH #1056, 1482, 1496, 1507, 1508, and 1510. [ ENHANCEMENTS ] * GH #1510: Test for proper multi-part form handing (ice-lenor, Sawyer X) * GH #1547: Cookie SameSite support (Russell @veryrusty Jenkins) [ DOCUMENTATION ] * None
2020-07-05qt5-qtbase: fix PLIST.Linux with -dbusnia1-5/+5
from Michael Forney
2020-07-05qt5-qtmultimedia: fix PLIST with -gstreamer and -openalnia2-6/+8
from Michael Forney
2020-07-05lua-zlib: fix prefixnia1-1/+2
2020-07-04doc: Updated graphics/ansilove to 4.1.2fcambus1-1/+2
2020-07-04ansilove: update to 4.1.2.fcambus2-7/+7
AnsiLove/C 4.1.2 (2020-07-04) - Define _GNU_SOURCE in CMakeLists.txt to avoid cluttering source files - No need to set HAVE_SECCOMP to 1, defining it is enough - Remove some unneeded seccomp related includes - Validate architectures for seccomp - Add seccomp support on i386, tested on glibc and musl - Remove extraneous underscore in #if defined check - Use __NR_ instead of SYS_ prefix in #if defined checks
2020-07-04doc/pkgsrc.*: regenleot2-1059/+1059
2020-07-04doc/guide: Update htdocs-share to 20200704 (pkgsrc-2020Q2)leot2-7/+7
2020-07-04go-radix: build fix (universal)gutteridge1-2/+2
GO_DIST_BASE won't contain the PKGREVISION.
2020-07-04Taking maintainership of devel/fossiljs1-3/+3
2020-07-04mk/misc/show.mk: fix reference to further documentationrillig1-3/+3
2020-07-04doc: Updated mail/qsmtp to 0.37nb2schmonz1-1/+2
2020-07-04Skip building and installing API docs with Doxygen, as suggestedschmonz4-241/+33
by the author. Bump PKGREVISION.
2020-07-04weechat: switch to LUA_VERSIONS_ACCEPTEDnia1-2/+3
2020-07-04Explicitly disable g-ir-doc-tool, since it's not in PLIST.schmonz1-1/+2
2020-07-04doc: Updated security/tor-browser to 9.5.1wiz1-1/+2
2020-07-04tor-browser: update to 9.5.1.wiz3-19/+51
This release updates Firefox to 68.10.0esr and NoScript to 11.0.32. Also, this release features important security updates to Firefox. The full changelog since Tor Browser 9.5 is: All Platforms Update Firefox to 68.10.0esr Update NoScript to 11.0.32 Translations update Bug 40009: Improve tor's client auth stability Windows + OS X + Linux Bug 34361: "Prioritize .onion sites when known" appears under General Bug 34362: Improve Onion Service Authentication prompt Bug 34369: Fix learn more link in Onion Auth prompt Bug 34379: Fix learn more for Onion-Location Bug 34347: The Tor Network part on the onboarding is not new anymore
2020-07-04doc: Updated net/mikutter to 4.0.6tsutsui1-1/+2
2020-07-04mikutter: update to 4.0.6.tsutsui3-8/+10
Upstream changes: mikutter 4.0.6 * bundle pulseaudio plugin * thanks to Shibafu Midorino * backport a minor improvement from 4.1.0 (fix compatibility issue with pluggaloid 1.3.0 and later)
2020-07-04doc: Updated net/ruby-pluggaloid to 1.5.0tsutsui1-1/+2
2020-07-04ruby-pluggaloid: update to 1.5.0.tsutsui3-8/+17
No upstream changelog.
2020-07-04editors/fileobj: Update to v0.7.100tkusumi2-7/+7
ChangeLog: - Minor fixes and cleanups - Add __FILEOBJ_USE_WINDOWS_TERMINAL
2020-07-04doc: Updated mail/thunderbird-l10n to 68.10.0ryoon1-1/+2
2020-07-04thunderbird-l10n: Update to 68.10.0ryoon2-223/+223
* Sync with mail/thunderbird-l10n-68.10.0.
2020-07-04doc: Updated mail/thunderbird to 68.10.0ryoon1-1/+2
2020-07-04thunderbird: Update to 68.10.0ryoon2-8/+7
Changelog: Fixes fixed Chat: Topics displayed some characters improperly fixed Calendar: Filtering tasks did not work when "Incomplete Tasks" was selected Security fixes: CVE-2020-12417: Memory corruption due to missing sign-extension for ValueTags on ARM64 #CVE-2020-12418: Information disclosure due to manipulated URL object #CVE-2020-12419: Use-after-free in nsGlobalWindowInner #CVE-2020-12420: Use-After-Free when trying to connect to a STUN server #MFSA-2020-0001: Automatic account setup leaks Microsoft Exchange login credentials #CVE-2020-12421: Add-On updates did not respect the same certificate trust rules as software updates
2020-07-04doc: Updated misc/libreoffice to 6.4.5.2ryoon1-1/+2
2020-07-04libreoffice: Update to 6.4.5.2ryoon5-840/+34
Changelog: 6.4.5.2 Bugs fixed compared to 6.4.5 rc1: ofz#20904 check bounds [Caolán McNamara] tdf#83309 FILEOPEN: NUMBERING: text paragraph indentation/tab stops in .DOCX displayed incorrectly with tab [Vasily Melenchuk] tdf#120394 FILEOPEN: Numbers appear in numbered list MSO created in attached DOC without visible number format [Vasily Melenchuk] tdf#121384 Crash of Writer opening any document with "invalid" python file in home directory (linux) [Caolán McNamara] tdf#130999 Greek dictionary cannot be loaded on Collabora Online (4.2.0.4) [Andras Timar] tdf#131353 Core build fails with poppler >= 0.86.0 [Martin Whitaker] tdf#131357 Help files lack syntax definition for some Calc functions [Steve Fanning] tdf#132093 Editing snap lines: dialog decreases entered values when drawing scale is 1:many [Stephan Bergmann] tdf#132254 When copying a block/rectangle, the pasted lines are in reverse order [Michael Stahl] tdf#132321 Deleting a paragraph at start or end of section deletes the object anchored to it [Michael Stahl] tdf#132326 CRASH: undoing paste of frames [Michael Stahl] tdf#132431 Crash: "vector::_M_fill_insert" with large sumifs [Luboš Luňák] tdf#132597 Crash in: swlo.dll [Michael Stahl] tdf#132725 Crash in: BigPtrArray::Index2Block(unsigned __int64) anchor to paragraph [Michael Stahl] tdf#132744 Images anchored to character in table not pasted [Michael Stahl] tdf#132754 DOCX import: invalid list start numbering with 0.0.0. [Vasily Melenchuk] tdf#133326 Crash after redo (steps in comment 5) [Noel Grandin] tdf#133629 FORMATTING: Calc crashes on setting borders to all cells on more than one sheet simultaneously [Noel Grandin] tdf#133641 CRASH: after clicking on a drop-down form [Michael Stahl] tdf#133862 Crash when trying to customize toolbar during embedded Equation editing [Caolán McNamara] tdf#133981 CRASH: Undoing deletion of selection [Michael Stahl] tdf#133982 CRASH: copying content in nested table [Michael Stahl] tdf#133985 "Merge and Center Cells" dialog: default (active) button is "Cancel" [Caolán McNamara] tdf#133990 CRASH: Undoing table deletion [Michael Stahl] tdf#134019 Calc FILEOPEN Crash in: sclo.dll [Caolán McNamara] tdf#134021 Crash swlo!SwFrame::CheckPageDescs+0x12d6: [Michael Stahl] tdf#134023 Select the table by dragging over the columns become harder [Justin Luth] tdf#134243 Hang launching mailmerge wizard with a specific file [Caolán McNamara] 6.4.5.1 Bugs fixed compared to 6.4.4 RC2 deb#961473 set A4 in extras/source/shellnew templates [Rene Engelhard] rhbz#1844263 unchecked nullptr return from SfxViewFrame::Current() [Caolán McNamara] tdf#37268 Data Pilot and sheet local defined named range insert menu entry inactive [Julien Nabet] tdf#64690 EDITING: Process hang on find/replace in Basic code involving "\&" [Andreas Heinisch] tdf#78352 FILEOPEN: DOCX - Incorrect space between bullet and first line text due to wrong tab stop at value [Vasily Melenchuk] tdf#79082 FILESAVE: Tab positions not being retained in PPT and being lost in PPTX [Piet van Oostrum, Samuel Mehrbrodt] tdf#79998 FILESAVE: XLSX export breaks or some sheet names (sheet name length >31 characters) [Serge Krot] tdf#94628 Fileopen: Docx custom numbering triangle symbol incorrectly displayed as a dot [Vasily Melenchuk] tdf#95189 Paragraph numbering on one paragraph resets when it shouldn't [Vasily Melenchuk] tdf#97416 Editing: Database password properties in ODB file not re-settable via UI [Julien Nabet] tdf#97694 Base macros cannot be digitally signed [Samuel Mehrbrodt] tdf#101856 MAILMERGE Add conditional to expand / collapse bookmarks [Serge Krot] tdf#102625 Formula editor breaks surrogate pairs [Julien Nabet] tdf#103602 new documents fail ODF validation with Error: unexpected attribute "draw:fill" [Michael Stahl] tdf#104017 FILESAVE: DOC: New rows are displayed on table after RT [Justin Luth] tdf#106181 FILESAVE: Check boxes get lost when saving as .XLSX [Serge Krot] tdf#108496 FILEOPEN: DOCX file numbered list restarted from 1 following section break assumes previous numbered list sequence after 1 [Vasily Melenchuk] tdf#114258 BASIC: Bad select after scrolling in Object Catalog [Caolán McNamara] tdf#116883 FILEOPEN DOCX Numbering format shown as "1.1.1-" even though it should be "1-1-1-" [Vasily Melenchuk] tdf#120394 FILEOPEN: Numbers appear in numbered list MSO created in attached DOC without visible number format [Vasily Melenchuk] tdf#122408 linked subform shows empty when slave field is a function call [Lionel Elie Mamane] tdf#122461 SQL parser doesn't accept identifiers containing newlines [and gives a syntax error when Query Wizard correctly generates a query containing one] [Lionel Elie Mamane] tdf#123801 Small caps captions do not display the Figure/Illustration/etc. category label [Caolán McNamara] tdf#124790 Mailmerge: Background image in printed address labels not visible [Miklos Vajna] tdf#125609 radiobutton receives item status changed event after listbox value selection [Noel Grandin] tdf#125981 The "Default" button for quotes in AutoCorrect options doesn't reset the display of replacement [Caolán McNamara] tdf#126025 Extrusion on/off is faulty in saving for Fontwork favorite 40 [Stephan Bergmann] tdf#126468 Unable to deselect 'Visible' flags in Base query, if field is set for "sorting" [Julien Nabet] tdf#127778 FILEOPEN DOCX Margin setting is not considered if smaller than heading size [Miklos Vajna] tdf#127889 Can't unmerge cells using tabbed user interface [andreas kainz] tdf#128665 EDITING: Undo takes action on another shape [Vasily Melenchuk] tdf#128689 Request to Localize More Formatting Icons into Korean UI [Rizal Muttaqin] tdf#129620 Crash when I press down arrow in edit header dialog using e.g, Japanese keyboard [Caolán McNamara] tdf#129702 [UI] Smart tags wrongly listed in AutoCorrect options dialog [Caolán McNamara] tdf#130354 Cannot sign existing PDF, ' .tmp does not exist' from 6.4 [Miklos Vajna] tdf#130479 Inlined BMP fills do not render [Miklos Vajna] tdf#130770 Autofilter not updated on data change (automatically or manually) [scito] tdf#130792 Draw crashes when trying to add a point in a multiline ( steps in comment 8 ) [Noel Grandin] tdf#131076 UI: Text import dialogue default focus is 'Character set' instead of 'OK' [Caolán McNamara] tdf#131333 Cannot change data point icons in Calc's XY or points and lines chart [Caolán McNamara] tdf#131366 Crash when I type the letter "i" after the letter "f" in a paragraph with style "emphasis" and font "Linux Biolinum G" [Gabor Kelemen] tdf#131423 Function Wizard in Calc allows too many parameters [Eike Rathke] tdf#131684 Crash when doing undoing [Xisco Fauli, Michael Stahl] tdf#132169 Drawing line width changes randomly while changing [Caolán McNamara] tdf#132173 Function Wizard does not enter array formulas with inline arrays correctly [Eike Rathke] tdf#132187 For every repeated paste the page count (incl. content) doubles [Xisco Fauli] tdf#132236 Crash in: swlo.dll ( steps in comment 12) [Michael Stahl] tdf#132267 Scrollers for long menus are not shown / black [Miklos Vajna] tdf#132514 FILEOPEN DOCX Table character direct formatting not applied with another table in footer [László Németh] tdf#132594 No display of labels in pie charts if xlsx created with Excel 2007 (regression in 6.4 vs 6.0 and 5.2) [Tünde Tóth] tdf#132596 Crash in: SwPosition::SwPosition(SwPosition const &) [Michael Stahl] tdf#132623 Custom properties dialog contents don't expand to fill the dialog when resized [andreas kainz] tdf#132626 CAPTION DIALOG: Can't type dot in caption category [STrunning mail merge wizard for doc from tdf#119942 [Caolán McNamara] tdf#132730 Assertion if apply Ctrl+Shift+M on group [Julien Nabet] tdf#132732 Restart Numbering in Paragraph with chosen Number impossible (GTK3) [Caolán McNamara] tdf#13273iklos Vajna] tdf#132814 EDITING: Impossible to change an existing Integer primarykey in MySQL/MariaDB to AutoValue in GUI [Julien Nabet] tdf#132832 XLayoutConstrains.calcAdjustedSize doesn't return proper size for multiline checkbox and hyperlink ementary, Sifr, Sukapura: Wrong folder action icons in open dialog with gen backend [Rizal Muttaqin] tdf#133012 elementary: The gripper icon looks like a “More Options” menu [Rizal Muttaqin] tdf#133036 CRASH: customizing notebookbar (gen) [Caolán McNamara] tdf#133053 Crash in: x11::SelectionManager::handleDragEvent [Caolán McNamara] tdf#133250 Colibre: Inconsistent Icon for Red, Blue and Green [Rizal Muttaqin] tdf#133267 Undo inserting a row above extremely slow [Luboš Luňák] tdf#133270 MAILMERGE progress is not updated during export of many files [Serge Krot] tdf#133271 FILESAVE: Vertical text saves as horizontal to ODT (but OK to DOCX) [Miklos Vajna] tdf#133348 Crash when using undo 3 times in comment reply [Julien Nabet] tdf#133411 Replacing lots of cell styles consumes too much memory/CPU [Caolán McNamara] tdf#133426 Crash attempting to save mail merge to file multiple times in parallel [Michael Weghorn] tdf#133474 FILEOPEN: DOC: Images are not loaded [Miklos Vajna] tdf#133595 FILESAVE XLSX Excel gives invalid content error when opening file with shape [Serge Krot] tdf#133604 FILESAVE: DOCX: fields are not displayed in MSO after RT [Michael Stahl] tdf#133633 LO crashes with SuperNova Magnifier & ScreenReader [Michael Weghorn]
2020-07-03doc: Updated security/tor-browser-noscript to 11.0.32wiz1-1/+2
2020-07-03tor-browser-noscript: update to 11.0.32.wiz2-7/+7
v 11.0.32 ============================================================ x [L10n] Updated it, mk, sv_SE x Fixed setting CUSTOM permissions in private mode may cause the TRUSTED preset to become temporary x Updated TLDs x [XSS] Updated HTML 5 events support x More compact high contrast appearance v 11.0.31 ============================================================ x Focus "OK" button on dialog-mode UI x Fixed various toolbar buttons DnD issues x Updated TLDs x [L10n] Updated bn, br, ca, da, de, el, es, fr, he, is, it, ja, lt, mk, ms, nb, nl, pl, pt_BR, ru, sq, sv_SE, tr, zh_CN, zh_TW x Fixed very low contrast HTTPS-only label in High Contrast mode v 11.0.31rc2 ============================================================ x Focus "OK" button on dialog-mode UI x [L10n] Updated da x Fixed various toolbar buttons DnD graphic issues x Updated TLDs v 11.0.31rc1 ============================================================ x [L10n] Updated bn, br, ca, da, de, el, es, fr, he, is, it, ja, lt, mk, ms, nb, nl, pl, pt_BR, ru, sq, sv_SE, tr, zh_CN, zh_TW x Fixed very low contrast HTTPS-only label in High Contrast mode x More precise DnD of toolbar buttons + work-around for https://bugzilla.mozilla.org/show_bug.cgi?id=568313
2020-07-03attempt to fix build on SunOSnia2-2/+14
2020-07-03Disable lz4, unbreaking bsdtar build on OmniOS.hauke1-1/+2