pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/libreoffice



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sat Jun  6 15:04:31 UTC 2026

Modified Files:
        pkgsrc/misc/libreoffice: Makefile distinfo
        pkgsrc/misc/libreoffice/patches:
            patch-external_skia_UnpackedTarball__skia.mk

Log Message:
misc/libreoffice: Update to 26.2.3.2

Changelog:
26.2.3.2:
Bugs fixed compared to 26.2.2 RC2:

 1. ofz#492619731 floating-point-exception [Caol??n McNamara]
 2. ofz#494703925 out-of-memory, etc [Caol??n McNamara]
 3. tdf#91327 Wide drop down color control should have centered color preview
    [Andreas Heinisch]
 4. tdf#96872 Make it more obvious that a font has been substituted (see
    comment 12) [Heiko Tietze]
 5. tdf#98856 Can't drag an empty textbox [Chris]
 6. tdf#103859 (EMF-WMF) [META] EMF/WMF (Enhanced/Windows Metafile) bugs and
    enhancements [Bartosz Kosiorek]
 7. tdf#115558 FILESAVE DOCX Charts in footnotes in DOCX documents created with
    Word cause broken file when saved [Aron Budea]
 8. tdf#128206 FILEOPEN PPTX text z-Rotation does not work together with shape
    rotation [Mike Kaganski]
 9. tdf#134614 FILESAVE: RTF: Indent in TOC is lost after RT in MSO 2010 [Mike
    Kaganski]
10. tdf#139808 FILEOPEN PPTX Text with Z-rotation disappears from shape [Mike
    Kaganski]
11. tdf#145542 FILESAVE DOCX When saving a .ODT file as a Word .DOCX file,
    image sizes are not preserved [Mike Kaganski]
12. tdf#163343 A specific ODP fails to open since 7.1 [Mike Kaganski]
13. tdf#164694 FILESAVE DOCX Year in date picker not displayed in Word/Writer
    after RT [Aron Budea]
14. tdf#165348 Lock file remains after closing repaired file [Mike Kaganski]
15. tdf#167395 Using the Lock feature in an AutoFilter with dates causes a
    crash [Sahil Gautam]
16. tdf#167506 Filesave DOCX: border not seen when opening in Word [Saburo
    Yoshida]
17. tdf#167843 Fileopen DOCX: Repeated row across pages [Justin Luth]
18. tdf#167962 In vertical writing, if the text is italicized, the inclination
    will be different when displayed and PDF. [Aryan Mishra]
19. tdf#170215 Charts changed dramatically after supporting 1904 null date
    [Justin Luth]
20. tdf#170322 FILESAVE DOCX Certain documents with content controls can't be
    opened in Word after roundtrip [Justin Luth]
21. tdf#170803 Inserting a hyperlink crashes LibreOffice when system's
    clipboard is empty [Noel Grandin]
22. tdf#170961 [Basic-IDE Dialog] Changing dialog properties may cause the form
    to become invisible or unresponsive [Mike Kaganski]
23. tdf#171046 Initial word count incorrect after loading a document [Oliver
    Specht]
24. tdf#171083 FILESAVE: XLS -> XLSX external references in Conditional
    Formatting are not exported [Karthik Godha]
25. tdf#171165 Byte Position Functions count characters with unicode point
    greater than U+FFFF as 4 bytes [Mike Kaganski]
26. tdf#171191 Writer crashes on pinyin input while recording tracked changes
    [Miklos Vajna]
27. tdf#171221 FILEOPEN: Named ranges are not imported from older XLS files
    [Karthik Godha]
28. tdf#171225 A 3D z-rotated text in PPTX is imported without rotation [Mike
    Kaganski]
29. tdf#171262 Full-width brackets in the text box are compressed abnormally
    when the "Compress punctuation and Japanese Kana" option is enabled.
    [Saburo Yoshida]
30. tdf#171299 FILEOPEN DOCX: table text moved into Reference field [Justin
    Luth]
31. tdf#171337 Breaking a PDF imported with LO_IMPORT_USE_PDFIUM crashes second
    time [Mike Kaganski]
32. tdf#171360 FILESAVE DOCX Custom properties must be unique case insensitive
    [Aron Budea]
33. tdf#171372 Calc: Saudi Riyal ? (SAR) currency symbol is missing [Xisco
    Fauli]
34. tdf#171383 FILEOPEN DOCX: table text transferred to next cell when next
    cell starts with a reference field [Justin Luth]
35. tdf#171387 Floating table: 3x table nesting leads to layout loop [Miklos
    Vajna]
36. tdf#171401 Hide Color Picker option for Windows - not implemented [Michael
    Weghorn]
37. tdf#171433 FILEOPEN DOCX: broken formula because '[' was not escaped as "\
    [" [Justin Luth]
38. tdf#171586 The create and edit buttons in the macro organizer aren??t
    updated after creating a macro [Neil Roberts]

26.2.3.1:
Bugs fixed compared to 26.2.3 RC1:

 1. cool#15331 use follow frame with actual reference to SwParaPortion [Mike
    Kaganski]
 2. cool#15580 sd: reset stream after hashing audio during PPTX export [Aron
    Budea]
 3. tdf#133557 Rejecting track & changes in Calc slow [Xisco Fauli]
 4. tdf#170758 Impress chews up all memory on computer when attempting to print
    the notes in a presentation [Dan Williams]
 5. tdf#171828 Fail to importing file [Xisco Fauli]


To generate a diff of this commit:
cvs rdiff -u -r1.383 -r1.384 pkgsrc/misc/libreoffice/Makefile
cvs rdiff -u -r1.173 -r1.174 pkgsrc/misc/libreoffice/distinfo
cvs rdiff -u -r1.16 -r1.17 \
    pkgsrc/misc/libreoffice/patches/patch-external_skia_UnpackedTarball__skia.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/libreoffice/Makefile
diff -u pkgsrc/misc/libreoffice/Makefile:1.383 pkgsrc/misc/libreoffice/Makefile:1.384
--- pkgsrc/misc/libreoffice/Makefile:1.383      Fri May 15 09:58:57 2026
+++ pkgsrc/misc/libreoffice/Makefile    Sat Jun  6 15:04:31 2026
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.383 2026/05/15 09:58:57 adam Exp $
+# $NetBSD: Makefile,v 1.384 2026/06/06 15:04:31 ryoon Exp $
 
-VERREL=                26.2.0
-VERRC=         3
+VERREL=                26.2.3
+VERRC=         2
 VER=           ${VERREL}.${VERRC}
 DISTNAME=      libreoffice-${VER}
-PKGREVISION=   2
 CATEGORIES=    misc
 MASTER_SITES=  http://download.documentfoundation.org/libreoffice/src/${VERREL}/
 EXTRACT_SUFX=  .tar.xz
@@ -115,7 +114,7 @@ MORE_DISTFILES= \
        rhino-1.7.15.1.zip \
        368f114c078f94214a308a74c7e991bc-crosextrafonts-20130214.tar.gz \
        language-subtag-registry-2021-08-06.tar.bz2 \
-       postgresql-15.15.tar.bz2 \
+       postgresql-15.17.tar.bz2 \
        graphite2-minimal-1.3.14.tgz \
        1725634df4bb3dcb1b2c91a6175f8789-GentiumBasic_1102.zip \
        EmojiOneColor-SVGinOT-1.3.tar.gz \
@@ -138,7 +137,7 @@ MORE_DISTFILES= \
        NotoSansHebrew-v3.001.zip \
        NotoSansArabic-v2.010.zip \
        NotoKufiArabic-v2.110.zip \
-       NotoNaskhArabic-v2.020.zip \
+       NotoNaskhArabic-v2.021.zip \
        NotoSerifHebrew-v2.004.zip \
        NotoSansArmenian-v2.008.zip \
        NotoSerifArmenian-v2.008.zip \

Index: pkgsrc/misc/libreoffice/distinfo
diff -u pkgsrc/misc/libreoffice/distinfo:1.173 pkgsrc/misc/libreoffice/distinfo:1.174
--- pkgsrc/misc/libreoffice/distinfo:1.173      Mon Feb  9 16:59:59 2026
+++ pkgsrc/misc/libreoffice/distinfo    Sat Jun  6 15:04:31 2026
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.173 2026/02/09 16:59:59 ryoon Exp $
+$NetBSD: distinfo,v 1.174 2026/06/06 15:04:31 ryoon Exp $
 
 BLAKE2s (libreoffice/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz) = 0e0a0ae1eb07e5058749dc1726bc59971c723b4b16c57d83f24b6ac6ddd96d71
 SHA512 (libreoffice/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz) = 
b9c02d63e9b47a838dbe67c05b9e9e4983d13b9d74794e1c30c73d341c3bc905c9edec3a72fa339ae8c0e06d97e69ac2ea23bf51336b77af14cab7ae67721a46
@@ -48,9 +48,9 @@ Size (libreoffice/Java-WebSocket-1.6.0.t
 BLAKE2s (libreoffice/NotoKufiArabic-v2.110.zip) = 8c9ef7f2169a95541c4d6507eff239ccf6f826266e850ff2050901e6972eb2d1
 SHA512 (libreoffice/NotoKufiArabic-v2.110.zip) = faf0bc5c243862d248b9c7818057a4a787c0aa17b6a74a1743180a854e3c5bf0ab74980c50b5fc13cc70a7368518ae714dc7b9fac5f7788194a6d6fcccf8cc54
 Size (libreoffice/NotoKufiArabic-v2.110.zip) = 4810990 bytes
-BLAKE2s (libreoffice/NotoNaskhArabic-v2.020.zip) = c7c6afa8c6fc3abb2cbacfc9a08b68b64aa73fe1cb778dbe588f38dee74f1d29
-SHA512 (libreoffice/NotoNaskhArabic-v2.020.zip) = 52bac319c571baa7c79611c6ccdf9a8eb797c0c36a16f8cc4d3e0ab0595aee1b4ba1b3cf6a13c886d5e6e77a18ff62c45070b81facc71e42057877e4af18bd7d
-Size (libreoffice/NotoNaskhArabic-v2.020.zip) = 2912383 bytes
+BLAKE2s (libreoffice/NotoNaskhArabic-v2.021.zip) = 4125794a141357845d28af64b2970b1bc6d6edd3983e1d36a456178c8b422996
+SHA512 (libreoffice/NotoNaskhArabic-v2.021.zip) = 6c39c3348cb152d13dac14995d8fef10bfd1ab07e4f52a274bc62ccbb8eb635f5eafd2e2f2b361dc70b65e14cf073b939e432526af9fc43d9cd8d40da5430338
+Size (libreoffice/NotoNaskhArabic-v2.021.zip) = 2922060 bytes
 BLAKE2s (libreoffice/NotoSans-v2.015.zip) = a63c363fd616120434d5535b7bdc000c887e30e17752b0f64ca6c0758c0265f5
 SHA512 (libreoffice/NotoSans-v2.015.zip) = a50f83c3ee8adef6d0740941af5a8c84074252c01a29be23380b4f308a53ec995d08bc4f8aefe4ae6770d210684fb0fdaa881918e96e475687a5f332be8c0fed
 Size (libreoffice/NotoSans-v2.015.zip) = 117491253 bytes
@@ -162,15 +162,15 @@ Size (libreoffice/liberation-narrow-font
 BLAKE2s (libreoffice/libre-hebrew-1.0.tar.gz) = 0cf1aade1aa45f923b05b4c0c2378ad8fe954b6b56913ef8b263403696853679
 SHA512 (libreoffice/libre-hebrew-1.0.tar.gz) = 609c8ef29a1eab9b027ea04abf14949e9a204cf826fb0a792dadd8a83fc49ac9610a0b3a2bd4b8988e615688c63d0ec08a89436134980b2a9667e8966a75a795
 Size (libreoffice/libre-hebrew-1.0.tar.gz) = 531276 bytes
-BLAKE2s (libreoffice/libreoffice-26.2.0.3.tar.xz) = 53bdb0d64813182cac0168219215263b73ac902f269d6bb1567e653e5a2b4df9
-SHA512 (libreoffice/libreoffice-26.2.0.3.tar.xz) = 1847ebefec626f95973e46186e348e4caa37c9a3764fb87fdb33fb3215663c8f071a85dde56e669c55e7a5a0da39b5c842f8e2f544e610be42a9707525d8c4b9
-Size (libreoffice/libreoffice-26.2.0.3.tar.xz) = 291182852 bytes
-BLAKE2s (libreoffice/libreoffice-dictionaries-26.2.0.3.tar.xz) = a116ffb7d1e938a2a58e6c0ced0760e35b620a81239b9e99766b69bc3acddcad
-SHA512 (libreoffice/libreoffice-dictionaries-26.2.0.3.tar.xz) = e5333e2c38af8f97a0ec0ed0859ff37a32535bfb92b737edd542971febe261cede1ea645a6ff87a3d47752fb7f2d30d76af1cb3ea2d86b5022a310d3c9cff178
-Size (libreoffice/libreoffice-dictionaries-26.2.0.3.tar.xz) = 62062684 bytes
-BLAKE2s (libreoffice/libreoffice-translations-26.2.0.3.tar.xz) = 9716759bad96a8af02fee69099caed9eec1b52580822c30be2c58b1cb8ea5c73
-SHA512 (libreoffice/libreoffice-translations-26.2.0.3.tar.xz) = 1d4dc2a32bd0607b23554aeaef62bc197d670400009a7fd265e3ceaa94fe5d4437607d8f5c875b7f5ed8df533bfb467f81b18291f7f986f6e5a21a1bc54d7707
-Size (libreoffice/libreoffice-translations-26.2.0.3.tar.xz) = 232985900 bytes
+BLAKE2s (libreoffice/libreoffice-26.2.3.2.tar.xz) = 4eefae2bab7c041cffcc73262aa268353bb2f3268e578d72307514389cf08929
+SHA512 (libreoffice/libreoffice-26.2.3.2.tar.xz) = a169b835ea7ee8e1eb0c5cea3b906f8bb8fa36116dac248a49ae68792f21582a66377b107b344234d4cbe509a5ae621da20ff3dc289731dd31833da0261ac800
+Size (libreoffice/libreoffice-26.2.3.2.tar.xz) = 292522960 bytes
+BLAKE2s (libreoffice/libreoffice-dictionaries-26.2.3.2.tar.xz) = cbbd9a632ae69a080cf7db3b633dd9f2e21a8d50f7ff97c15149fc1cfb6685cc
+SHA512 (libreoffice/libreoffice-dictionaries-26.2.3.2.tar.xz) = 6ba35e2d5a671e21e2f582af9ebcc6e4bf74b2a43e967383c09eb15a710a17e6542f910640d64b47ae8c967c593998517e4aefc7fd5306ecce2201877738616b
+Size (libreoffice/libreoffice-dictionaries-26.2.3.2.tar.xz) = 62157352 bytes
+BLAKE2s (libreoffice/libreoffice-translations-26.2.3.2.tar.xz) = 37ba8a717d6760444107d0f620a2b0131b40aa2914b465b510d16fd83ecab692
+SHA512 (libreoffice/libreoffice-translations-26.2.3.2.tar.xz) = f9d7cd38cd181fd978c8ed41033c351d60490998f32e25b44270a3a20d4bafd44317cf24399ed359004dd92c10b0c522ae5fbc0b988fa6011c24a0ac26b6f975
+Size (libreoffice/libreoffice-translations-26.2.3.2.tar.xz) = 234615676 bytes
 BLAKE2s (libreoffice/lxml-4.1.1.tgz) = 8ab1ddfc30f21c433da04723d9092cd4e938cd5a5380310e8089e959a690d294
 SHA512 (libreoffice/lxml-4.1.1.tgz) = 9542e5206f9b2f9e072c52ef8e6cf44d1aaae8ae3e7ca7e820c1fac12e716503308ccb3cebc52155b4c93799f3ebca247781fc491524d004378bd26f5cddb9d1
 Size (libreoffice/lxml-4.1.1.tgz) = 2380804 bytes
@@ -186,9 +186,9 @@ Size (libreoffice/odfvalidator-0.9.0-RC2
 BLAKE2s (libreoffice/pdfium-7471.tar.bz2) = 9b6cd5681e3ec8dd01f29693f7a0b1342904b52c0f06d735dae07b8aaf312aee
 SHA512 (libreoffice/pdfium-7471.tar.bz2) = f18f9d4644c673f026514f2151e99e5df99cdbed93929a87dd710bdc9355589cab04f44eaadfb9a81d543a6cb92673e42bc9dc8ad5bac61a02dccfc73c307c62
 Size (libreoffice/pdfium-7471.tar.bz2) = 11750937 bytes
-BLAKE2s (libreoffice/postgresql-15.15.tar.bz2) = d8d4e3d7faa29531908090b1adb1045086918bce0fee756850445453e52e7ba0
-SHA512 (libreoffice/postgresql-15.15.tar.bz2) = efd5dcdb6e45bc13cd4b1b73f4de19fc3ae2bac96e85086cacd649bfbf50969429c40193e86717380759c6995204c18e14ac5352565d5ae85df61c0a127a1562
-Size (libreoffice/postgresql-15.15.tar.bz2) = 23246368 bytes
+BLAKE2s (libreoffice/postgresql-15.17.tar.bz2) = 602e2780189cd44cdbe6ca1f3d6196ddebccd4b37e6f7034160f16d7e650c324
+SHA512 (libreoffice/postgresql-15.17.tar.bz2) = 032f27f4028ee8be10f7540edd0174b5e354a2a38f4f228414539178d1bbc542c4b9c599e376685fa9de78a2d918b9ce74997908e7e5c0204b3da88bc4661e2b
+Size (libreoffice/postgresql-15.17.tar.bz2) = 23357238 bytes
 BLAKE2s (libreoffice/rhino-1.7.15.1.zip) = 2d2ddef7e1222c22b783d3711d0931bcc775f6f81d7224e0bfcca4cf34955a64
 SHA512 (libreoffice/rhino-1.7.15.1.zip) = 2fd4f10310b432dfe5fc18b2b0de1d56ac6201d0dbbf0cc9ec6dedd0b9d8d333d2339a98898a15b9218bb850512548d7eccda5a1e3a04de0420b70a41fd8b99b
 Size (libreoffice/rhino-1.7.15.1.zip) = 5878840 bytes
@@ -218,7 +218,7 @@ SHA1 (patch-external_pdfium_UnpackedTarb
 SHA1 (patch-external_pdfium_freebsd.patch) = d88ef59bce089a1da4db5589c3e45c120d28bb59
 SHA1 (patch-external_pdfium_pkgsrc.patch.1) = 251d11e2a87ab70b7e1b9fcb9f465b2da9fbf514
 SHA1 (patch-external_skia_Library__skia.mk) = c2f76786b56bb13f488d953e66b72c7c9a1cff47
-SHA1 (patch-external_skia_UnpackedTarball__skia.mk) = fd4190917ef6af6b020e9920944214951f98e61e
+SHA1 (patch-external_skia_UnpackedTarball__skia.mk) = 5efa0fa9b545c881877eb6b303d2f869223d915a
 SHA1 (patch-external_skia_netbsd.patch.0) = 370810792f448f9b9dd2d16fdac44236f0123f38
 SHA1 (patch-i18nutil_source_utility_unicode.cxx) = d60f5b5089c4358f4081648466662753393e4990
 SHA1 (patch-instsetoo__native_inc__openoffice_unix_find-requires-x11.sh) = 46b6948287c8d2354d9b9fd2fab7d685580650ee

Index: pkgsrc/misc/libreoffice/patches/patch-external_skia_UnpackedTarball__skia.mk
diff -u pkgsrc/misc/libreoffice/patches/patch-external_skia_UnpackedTarball__skia.mk:1.16 pkgsrc/misc/libreoffice/patches/patch-external_skia_UnpackedTarball__skia.mk:1.17
--- pkgsrc/misc/libreoffice/patches/patch-external_skia_UnpackedTarball__skia.mk:1.16   Mon Feb  9 16:59:59 2026
+++ pkgsrc/misc/libreoffice/patches/patch-external_skia_UnpackedTarball__skia.mk        Sat Jun  6 15:04:31 2026
@@ -1,6 +1,6 @@
-$NetBSD: patch-external_skia_UnpackedTarball__skia.mk,v 1.16 2026/02/09 16:59:59 ryoon Exp $
+$NetBSD: patch-external_skia_UnpackedTarball__skia.mk,v 1.17 2026/06/06 15:04:31 ryoon Exp $
 
---- external/skia/UnpackedTarball_skia.mk.orig 2026-01-27 21:11:38.000000000 +0000
+--- external/skia/UnpackedTarball_skia.mk.orig 2026-03-19 21:35:00.000000000 +0000
 +++ external/skia/UnpackedTarball_skia.mk
 @@ -23,7 +23,6 @@ skia_patches := \
      windows-do-not-modify-logfont.patch.0 \
@@ -10,10 +10,10 @@ $NetBSD: patch-external_skia_UnpackedTar
      windows-raster-surface-no-copies.patch.1 \
      fix-windows-dwrite.patch.1 \
      swap-buffers-rect.patch.1 \
-@@ -44,6 +43,7 @@ skia_patches := \
-       0004-loong64-Fix-the-remaining-implicit-vector-casts.patch \
+@@ -45,6 +44,7 @@ skia_patches := \
      msvc-unknown-attributes.patch.1 \
        fix-semaphore-include.patch.1 \
+       fix-xputimage-depth.patch.1 \
 +    netbsd.patch.0 \
  
  ifneq ($(MSYSTEM),)



Home | Main Index | Thread Index | Old Index