summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-01-27Fix build on NetBSD 9pho6-10/+44
2022-01-27heimdal: correct build fix patchgutteridge2-12/+13
The previous version of this patch added build dependencies at the wrong point: we need the headers generated by the time the object is compiled, not by the time the final binary is linked. (This matches the actual upstream change set.)
2022-01-26devel/SOPE5: remove options and enable ldap, mysql-client, pg-clienttm2-41/+11
options.mk are not supported because gnustep-make/-base set PKG_OPTIONS_VAR to support the fragile option. Additional to that SOGo5 requires ldap option by default.
2022-01-26p5-Function-Parameters: revert previous, this has been fixed elsewherewiz1-2/+1
2022-01-26(devel/p5-Function-Parameters) +DEPENDS+= p5-Sub-Name to fix buildmef1-1/+2
I hope this is correct, as not BUILD_DEPENDS, but not tested though, sorry
2022-01-26CHANGES-2022: indent with tabwiz1-2/+2
2022-01-26pkg option support for pulseaudio.mrg2-2/+14
2022-01-26doc: Updated devel/SOPE5 to 5.5.0tm2-3/+3
2022-01-26doc: Updated mail/postfix to 3.6.4triaxx1-1/+2
2022-01-26postfix: Update to 3.6.4triaxx3-8/+7
upstream changes: ----------------- Fixed in Postfix 3.6.4, 3.5.14, 3.4.24, 3.3.21: o Bug introduced in bugfix 20210708: duplicate bounce_notice_recipient entries in postconf output. This was caused by an incomplete fix to send SMTP session transcripts to $bounce_notice_recipient. Reported by Vincent Lefevre. o Bug introduced in Postfix 3.0: the proxymap daemon did not automatically authorize proxied maps inside pipemap (example: pipemap:{proxy:maptype:mapname, ...}) or inside unionmap. Problem reported by Mirko Vogt. o Bug introduced in Postfix 2.5: off-by-one error while writing a string terminator. This code passed all memory corruption tests, presumably because it wrote over an alignment padding byte, or over an adjacent character byte that was never read. Reported by Robert Siemer. Fixed in Postfix 3.6.4, 3.5.14, 3.4.24: o The proxymap daemon did not automatically authorize map features added after Postfix 3.3, caused by missing *_maps parameter names in the proxy_read_maps default value. Found during code maintenance.
2022-01-26doc: Updated graphics/sane-backends to 1.0.32nb1triaxx1-1/+2
2022-01-26sane-backends: Reorganize PLIST_VARStriaxx2-17/+12
pkgsrc changes: --------------- * Remove sm3600 variable since it is enabled for any OPSYS. * Remove mustek and kvs40xx variables since these backends are built if pthread is available. Actually it build on Linux and on other Unix-like systems. For Unix-like other than Linux, pthread is not enabled by default but we explicitly enable it in Makefile. * Bump revision /!\ pint is built if sys/scanio.h exists. Feel free to add systems that implement it. /!\ Feel free to reintroduce mustek and kvs40xx for systems that do not implement pthread.
2022-01-26devel/SOPE5: update to 5.5.0tm6-34/+41
Version upgrade from upstream. Including build fixes with fragile (gcc) flag, building without OpenLDAP option and new upstream master sites. Changelog: 5.5.0 * fix(imap): improve debugging of EOQualifier * fix(core): improve SSL error log * Revert "fix(imap): parse message/global structure like message/rfc822" 5.4.0 * fix(pgsql): add open connection count in debugging output 5.3.0 * fix(mime): restore SENT-DATE support in EOQualifier * fix(imap): parse message/global structure like message/rfc822 * feat(imap): allow search by keyword * fix(core): don't eat successive LF when decoding quoted printable * core: accept range with no duration in date intersection * feat(imap): add support for UID MOVE operation * fix(mime): encode text parts individually * fix(imap): force envelope subject to return a string 5.2.0 * fix(imap): parse messages quota * fix(imap): don't unselect mailbox if none is selected * fix(imap): flatten and sort inner threads * fix(appserver): add timestamp to all web resources
2022-01-26gnustep-objc: Fix build support with gcc >= 10tm2-1/+20
In gcc>=10 SEL is implemented as an build-in typedef, so an workaround is required to build with it.
2022-01-26(games/liblcf) build fix adding patch-configuremef2-2/+18
2022-01-26doc: Updated www/firefox91-l10n to 91.5.0ryoon1-1/+2
2022-01-26firefox91-l10n: Update to 91.5.0ryoon2-279/+279
* Sync with www/firefox91-91.5.0.
2022-01-26doc: Updated www/firefox91 to 91.5.0ryoon1-1/+2
2022-01-26firefox91: Update to 91.5.0ryoon3-11/+11
Changelog: Security fixes: #CVE-2022-22746: Calling into reportValidity could have lead to fullscreen #CVE-2022-22743: Browser window spoof using fullscreen mode #CVE-2022-22742: Out-of-bounds memory access when inserting text in edit mode #CVE-2022-22741: Browser window spoof using fullscreen mode #CVE-2022-22740: Use-after-free of ChannelEventQueue::mOwner #CVE-2022-22738: Heap-buffer-overflow in blendGaussianBlur #CVE-2022-22737: Race condition when playing audio files #CVE-2021-4140: Iframe sandbox bypass with XSLT #CVE-2022-22748: Spoofed origin on external protocol launch dialog #CVE-2022-22745: Leaking cross-origin URLs through securitypolicyviolation event #CVE-2022-22744: The 'Copy as curl' feature in DevTools did not fully escape website-controlled data, potentially leading to command injection #CVE-2022-22747: Crash when handling empty pkcs7 sequence #CVE-2022-22739: Missing throttling on external protocol launch dialog #CVE-2022-22751: Memory safety bugs fixed in Firefox 96 and Firefox ESR 91.5
2022-01-26tor-browser: use python 3.9 or older for buildingwiz2-3/+6
the next version will support 3.10 (Only relevant if you set your default to python 3.10)
2022-01-26*: propagate py-unpaddedbase64's python 3.x restrictionwiz2-11/+7
2022-01-26doc: Updated x11/alacritty to 0.10.0nb1tpaul1-1/+2
2022-01-26x11/alacritty: Update SUBST_FILES for the XIM bug workaroundtpaul1-2/+3
The vendored x11-dl crate was updated to version 2.19.1 in alacritty 0.10.0 and so the build was failing on NetBSD 9.2, using base X due to the outdated version being referenced.
2022-01-25py-tomli_w: wheel.mk is now standalone, remove extension.mkwiz1-2/+1
2022-01-25py-flit_core: wheel.mk is now standalone, remove extension.mkwiz1-2/+1
2022-01-25wheel.mk: no pyo files for wheelswiz1-3/+2
2022-01-25py-tomli: wheel.mk is now standalone, remove extension.mkwiz1-2/+1
2022-01-25doc: Updated sysutils/dusage to 0.2.1pin1-1/+2
2022-01-25sysutils/dusage: update to 0.2.1pin2-6/+6
-Fix Incorrect alignment between column header and contents #4 -Include Cargo.lock for easy releasing on NetBSD.
2022-01-25Updated devel/cmake, devel/cmake-guiadam1-1/+3
2022-01-25cmake cmake-gui: updated to 3.22.2adam5-14/+12
CMake 3.22.2 * VS: Remove the '/guard:cf' flag from v143 link flag table * FortranCInterface: Fix compatibility with GCC gfortran 12 LTO * FindBoost: Add support for Boost 1.78 * ci: Explicitly disable Java tests on Windows * FindGLUT: Provide legacy GLUT_INCLUDE_DIR result in pkg-config code path * FindBoost: Do not warn about now-supported version 1.78 * ci: Explicitly disable Java tests on VS builds * file: Restore error capture in undocumented READ_ELF mode * MSVC: Use -external:I flag without space to support Clang tools * Help: Add missing 3.22.1 section to the release notes * gitlab-ci: update macOS jobs to use Xcode 13.2 * ASM: Fix identification of armasm 6.17+ * FindBoost: Add support for Python 3.10 * XL: Detect default extensions mode for legacy compiler * CMP0128: Prefix test names with mode * CMP0128: Avoid test code duplication * CMP0128: Add flag in OLD mode even when standard matches the default * Android: Fix linking android_support for pre-21 system STL * FindPython: Add support for Python 3.11 * VS: Fix detecting icx.exe with Intel Compiler toolsets newer than 2021
2022-01-25doc: Added sysutils/dusage version 0.2.0pin1-1/+2
2022-01-25Add dusagepin1-1/+2
2022-01-25sysutils/dusage: import packagepin5-0/+127
Command line disk usage tool. Features -bargraph with disk and inode usage. -background: inodes, foreground: disks. -grouping of filesystems. -separate coloring of /, /boot and /mnt for easy spotting. -log2ram filesystem displayed last for easy spotting of log drive usage on Raspberry Pi. -display of detailed inode usage (similar to df -i).
2022-01-25doc: Updated security/polkit to 0.120nb2wiz1-1/+2
2022-01-25polkit: fix CVE-2021-4034wiz4-9/+79
Bump PKGREVISION.
2022-01-25doc: Updated sysutils/hcal to 0.3.3pin1-1/+2
2022-01-25sysutils/hcal: update to 0.3.3pin2-8/+7
-Add a few more flags.
2022-01-25doc: Updated audio/termusic to 0.6.7pin1-1/+2
2022-01-25audio/termusic: update to 0.6.7pin3-59/+86
-New: rust decoding backend! Previously supported backend changed to feature gate gst and mpv. -Fix: issue #37. Add a new configuration option: playlist_display_symbol. Default is true. -Remove dependency: humantime. Format the display of duration by self. -Fix: issue #38. Small dialogues are cut off when window is too small.
2022-01-25net/samba4: Add upstream bug report URLgdt1-1/+3
2022-01-25doc: Updated devel/memcached to 1.6.13jperkin1-1/+2
2022-01-25memcached: Update to 1.6.13.jperkin2-6/+6
Fixes: core: make object cache LIFO meta: protocol.txt updates for CAS return meta: fix meta delete meta: fix CAS ('c') return values core: fix use-after-free for text multigets Replace OPENSSL_VERSION_NUMBER check with defined(TLS1_3_VERSION) check for TLS v1.3 compatibility Fix full unit test suite under test_tls Track store errors in thread stats Fix for failing tests on OS X extstore: avoid looping IO queues on submission tests: maxconns test when extstore enabled core: remove cdefs include from queue.h New Features: The primary feature in development at this time is the proxy. Work can be tracked here: https://github.com/memcached/memcached/issues/827 - As this stabilizes formal documents will be written. If you're curious about the feature please speak up as we are looking for testers and contributors!
2022-01-25playitslowly: fix packaging with python 3.10wiz2-1/+21
2022-01-25automake: add upstream bug report URLwiz2-4/+4
2022-01-25doc: Updated devel/automake to 1.16.5nb1wiz1-1/+2
2022-01-25automake: support python 3.10wiz3-2/+19
Needed by e.g. chat/farstream when defaulting to python 3.10.
2022-01-25py-matrix-nio: fix dependency patternwiz3-3/+17
Remove upper limit on aiofiles.
2022-01-25doc: Updated misc/libreoffice to 7.2.5.2ryoon1-1/+2
2022-01-25libreoffice: Update to 7.2.5.2ryoon3-19/+17
Changelog: 7.2.5.2 Bugs fixed compared to 7.2.5 RC1 1. tdf#131850 LibreOffice hangs if recent files are not accessible (e.g. remote samba, webdav, or nextcloud files) [Mike Kaganski] 2. tdf#135061 Hang: pasting content ( track changes ) [Michael Stahl] 3. tdf#136855 Crash correcting with spell checker with track & changes enabled [Michael Stahl] 4. tdf#137101 Evolution LDAP address source won't timeout, indefinitely freezing ui [Julien Nabet] 5. tdf#137318 Redlinehide: Undo action displays content incorrectly. [Michael Stahl] 6. tdf#138743 Hiding track changes shows a spurious image frame [Michael Stahl] 7. tdf#139843 Crash swlo!SwNumRule::MakeNumString [Michael Stahl] 8. tdf#141175 CRASH: cutting content with redlines [Michael Stahl] 9. tdf#144364 Autotext (text only) with placeholder not correctly displayed [Justin Luth] 10. tdf#144565 Crash in: SfxItemSet::Clone(bool,SfxItemPool *) [Michael Stahl] 11. tdf#146219 UCB: Startup, creating new files, or Exit of the application is very slow or "annoying" when the "Recent Document" list contains remote files (e.g. Webdav/Nextcloud or SFTP files mounted via File Manager) [Mike Kaganski] 12. tdf#146257 Chapter Numbering dialog adds some unexpected dots [Vasily Melenchuk] 13. tdf#146363 [regression] LibreOffice Draw crashes when changing width/height of text box [Julien Nabet] 7.2.5.1 Bugs fixed compared to 7.2.3 RC2 1. ofz#41299 rewind also on last resort #REF! IsReference() [Eike Rathke] 2. ofz#41345 negative-size-param [Caol??n McNamara] 3. ofz#41510 make sure BackgroundColoredObjects doesn't contain dead objects [Caol??n McNamara] 4. tdf#81507 FILESAVE: DOCX - w:sdtContent not exported correctly resulting in missing line breaks [Vasily Melenchuk] 5. tdf#101217 Setting the column width and height should not round the values causing compounding errors [Heiko Tietze] 6. tdf#110003 Lower-case ?? is capitalized as SS instead of ? [Eike Rathke] 7. tdf#127512 MSO line chart color is off [Miklos Vajna] 8. tdf#128715 Auto playing slideshow will stop after a 10-20min only in 32bit Linux [Urja Rannikko] 9. tdf#128895 Hidden Columns but keep reappearing! Unlike Rows which will stay hidden (steps: comment 19) [Justin Luth] 10. tdf#128914 Drag-copy of formulas referencing labels gives wrong result in rows (copying vertically); works in columns (copying horizontally) [Eike Rathke] 11. tdf#129638 Wrong Page Direction in Print UI [Justin Luth] 12. tdf#130131 There is no Split item in combined shape's context menu in Draw [Justin Luth] 13. tdf#131150 EDITING: Some align options are disabled in textboxes [Justin Luth] 14. tdf#132470 UI: Tab of visible sheet looks the same as other selected tabs [Justin Luth] 15. tdf#134294 Chapter numbering not updated when heading added in between (until heading applied again or reload ) [Bjoern Michaelsen] 16. tdf#135033 Undo/redo not supported for animations [Katarina Behrens] 17. tdf#135906 FILESAVE: DOCX with SmartArt roundtripped in Writer fails to open in Word [Justin Luth] 18. tdf#136111 Scaling problem on chart driven by a macro. [Andras Timar] 19. tdf#136452 Crash swlo!SwTextFrame::HasFootnote+0xc0d: at undo [Michael Stahl] 20. tdf#137719 FILEOPEN: images appear blurred in edit mode (but not presentation mode) (7.0 regression) [Lubo? Lu????k] 21. tdf#138223 FILEOPEN PPTX: text shown black on black (instead of black on white) [Justin Luth] 22. tdf#139102 Gallery: "Detailed View" icons display is cluttered (GTK3) [Caol ??n McNamara] 23. tdf#139205 Translated Calc styles lose hirearchical structure [Kevin Suo] 24. tdf#139612 Option "Search criteria = and <> must apply to whole cells" doesn't affect to calculation as must. [Lubo? Lu????k] 25. tdf#139922 Tools > Autocorrect > Apply with "Capitalize first letter in every sentence" [M] does not work on first sentence of a document following an initial empty paragraph [Justin Luth] 26. tdf#140086 LO will many times the master password for open or save action an a remote server (webdav) [Michael Stahl] 27. tdf#140250 Effects: Glow Radius and Soft Edge Radius should be independent of one another (rather than linked) [Caol??n McNamara] 28. tdf#140395 "Font effects" screenshot has to be updated so that it does not show "blinking" control [Olivier Hallot] 29. tdf#140912 FILEOPEN PPTX: extra image and text label "insert image" appears (even in presentation mode) [gulsahkose] 30. tdf#141709 Opening Chinese PDF files generated by XeLaTeX loses Chinese characters [Michael Warner] 31. tdf#142033 VIEWING: Embedded newline does not display correctly when set via SetDataArray() [Andreas Heinisch] 32. tdf#142719 AUTO CORRECT: Undo adds exception of two initial capitals to exception list [Caol??n McNamara] 33. tdf#142910 Standard filters involving "greater than" or "smaller than" (>, <, >=, <=) fail and hide everything [Justin Luth] 34. tdf#143128 Searching for German sharp s / eszett (??,?) provides wrong results [Eike Rathke] 35. tdf#143422 "Missing hyphenation data" is displayed in info bar in Japanese documents [Jun Nogata] 36. tdf#143511 Writer: Comment oversized and text missing when printed in margin in Linux [Caol??n McNamara] 37. tdf#143643 The size of comment box isn't restored at undo (so plenty of space, but showing scrollbar) [Caol??n McNamara] 38. tdf#143971 LibreOffice 7.2 introduced addition popup for read only file that shouldn't be showing [Matt K] 39. tdf#144107 Editing: page breaks is not visible without gridlines [Dennis Francis] 40. tdf#144244 Crash when FILESAVE a calc file after delete some columns [Julien Nabet] 41. tdf#144245 Unlike VBA, the 'Key' string parameter of the 'Add' method of the 'Collection' object, although case insensitive, is only for ANSII characters. [Andreas Heinisch] 42. tdf#144247 Row height in Calc was 0,45 cm now it's 0,4516. Set rowheight to 10 it will be 9,9995 cm (since 7.2) [Heiko Tietze] 43. tdf#144378 Calc: Characters rotated when printed in Asian layout mode of vertical writing [Mark Hung] 44. tdf#144410 UI Autofilter dropdown does not indicate that color filtering options are submenus [Caol??n McNamara] 45. tdf#144668 DOCX Customized numbering format lost on save and re-open [Vasily Melenchuk] 46. tdf#144695 Oracle Java JDK 17 recognition confusion on macOS [Stephan Bergmann] 47. tdf#144940 Calc disables header/footer or loses footer content when saves a spreadsheet ( part 2 ) [Attila Bakos (NISZ)] 48. tdf#145062 Crash when inserting hidden field over input field [Michael Stahl] 49. tdf#145128 Setting the "PerformFileCheckExt" setting via the Windows Registry does not work correctly: Final is not applied [Gabor Kelemen] 50. tdf#145162 FILESAVE PPTX: extra bullet added to text [Attila Bakos (NISZ)] 51. tdf#145207 One click and three presses of TABs crashes Writer [Jim Raykowski] 52. tdf#145215 The logic of Cross Reference representing Paragraph Numbering is different between MSOffice and LibreOffice [Vasily Melenchuk] 53. tdf#145258 Comments cut-off in writer [Caol??n McNamara] 54. tdf#145322 Writer: All characters rotate when printing a vertical writing page [Mark Hung] 55. tdf#145386 bogus lang-tag in status bar language selector [Eike Rathke] 56. tdf#145567 Crash when click "File > Open" if previously a Draw document is opened via Writer and closed [Caol??n McNamara] 57. tdf#145582 Query ?? Edit in SQL-View treats file as changed when no changes have occurred [Caol??n McNamara] 58. tdf#145604 Dragging & dropping outline in navigator is off by one [Caol??n McNamara] 59. tdf#145610 The numbering of numbered list doesn't show when changing bulleted for numbered list [Vasily Melenchuk] 60. tdf#145621 Crash swlo! IDocumentMarkAccess::IsLegalPaMForCrossRefHeadingBookmark+0x2681 at overwriting certain area [Michael Stahl] 61. tdf#145640 CALC Update references when sorting on an autofiltered range of cells evaluates incorrectly [Eike Rathke] 62. tdf#145663 Not possible to turn light off in '3D View' dialog of a 3D chart [Caol??n McNamara] 63. tdf#145711 Error 1324: The Folder Path Contains an Invalid Character (Adobe Japan1/H) [Mike Kaganski] 64. tdf#145786 Crash in: libgobject-2.0.so.0 Gtk-CRITICAL when attempting to change color palette (UI, Sidebar) [Caol??n McNamara] 65. tdf#145801 Different heights of sidebar content panel title elements [Heiko Tietze] 66. tdf#145814 STYLES: Fill format mode broken in Windows [Caol??n McNamara] 67. tdf#145819 at insert a rotated image, yes and no are reversed [Gabor Kelemen] 68. tdf#145840 UI Secure connection box reset incorrectly when opening&closing Edit Services dialog [Caol??n McNamara] 69. tdf#145842 UI Canceling Delete from WebDAV server makes files disappear from Remote files dialog [Caol??n McNamara] 70. tdf#145852 Printing with printer preselected no longer works (BASIC macro) [Samuel Mehrbrodt] 71. tdf#145928 Crash mergedlo!SdrUndoObj::ImpShowPageOfThisObject+33 (SwpHints::Check(bool) ndhints.cxx:359) [Michael Stahl] 72. tdf#145959 Context menu in Math text window doesn't stay if not enough space below cursor [Caol??n McNamara] 73. tdf#145974 Scrollbar in Comment box appearing over text while typing [Caol ??n McNamara] 74. tdf#145999 BASE: Base Table Control subform blank field when focus [Caol??n McNamara] 75. tdf#146108 Calc is slow to change cell focus in a document with a big background image [Noel Grandin] 76. tdf#146141 Delete empty comment crash - Crash in: `anonymous namespace'::collectUIInformation [Caol??n McNamara] 77. tdf#146179 Developer Tools crashes LO when inspecting object in special file [Julien Nabet]