| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Changes: https://github.com/mawww/kakoune/releases/tag/v2021.11.08
(cherry picked from commit 4884ccdab0ba63ada7339ce83b47cf5468f82d99)
|
|
|
|
|
|
|
|
| |
PR: 249201
Approved by: maintainer timeout (> 13 months)
MFH: 2021Q4
(cherry picked from commit d59facdd8f77110a194894cf74806a83b3879893)
|
|
|
|
|
| |
Changes: https://github.com/mawww/kakoune/releases/tag/v2021.10.28
(cherry picked from commit a6c927396b1f5991267d879508d56214c250a408)
|
|
|
|
|
|
|
| |
https://github.com/mawww/kakoune/issues/4385
PR: 259434
(cherry picked from commit 13c431b0bfec55991792bb215e463584c2fc243d)
|
|
|
|
|
|
|
| |
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.10.0..v1.11.0
Reported by: portscout, Repology
(cherry picked from commit f16d8e56352394e557b1ab24f1a3582300e414af)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix CVE-2021-33035 - Buffer overflow from a crafted DBF file
The CVE-2021-40439 - Billion Laughs issue for the FreeBSD port was
fixed some time ago when the textproc/expat2 port was updated. Unlike
other distributions, the FreeBSD port uses the system expat2 instead
of bundling an old version.
Update dependencies, mostly due to math/coinmp refactoring.
MFH: 2021Q4
Security: 04d2cf7f-2942-11ec-b48c-1c1b0d9ea7e6
(cherry picked from commit b2858e26080a6c8f34217c43a2402a8217dd527f)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix CVE-2021-33035 - Buffer overflow from a crafted DBF file
Release Notes:
https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.11+Release+Notes
The CVE-2021-40439 - Billion Laughs issue for the FreeBSD port was
fixed some time ago when the textproc/expat2 port was updated. Unlike
other distributions, the FreeBSD port uses the system expat2 instead
of bundling an old version.
Update MASTER_SITES, the source is not mirrored on the usual Apache
mirror sites. Prefer the Apache CDN.
Update dependencies, mostly due to math/coinmp refactoring.
Remove some bundled python shared libraries that look less than useful
and link to other dependencies.
MFH: 2021Q4
Security: 04d2cf7f-2942-11ec-b48c-1c1b0d9ea7e6
Differential Revision: https://reviews.freebsd.org/D32400
(cherry picked from commit 35590404fef2c7b60e562b1d4f61f2ef2986c2a3)
|
|
|
|
| |
(cherry picked from commit fcfa1e45cdd21804673f4c7276c270ea796c0657)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Changes: https://github.com/magit/with-editor/commits/v3.0.5
Approved by: ygy (mentor)
Differential Revision: https://reviews.freebsd.org/D32275
|
|
|
|
| |
Differential Revision: https://reviews.freebsd.org/D32258
|
|
|
|
|
|
|
| |
* The major version was bumped from 28 to 29 since the last update.
Approved by: portmgr (implicit)
Differential Revision: https://reviews.freebsd.org/D32258
|
| |
|
|
|
|
| |
Changes: https://github.com/kak-lsp/kak-lsp/releases/tag/v11.0.1
|
|
|
|
| |
Reported by: portscout
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
|
|
|
|
|
|
|
| |
Security: CVE-2021-3778
CVE-2021-3796
Reported by: TJ
|
|
|
|
| |
Approved by: portmgr (blanket)
|
| |
|
|
|
|
|
| |
PR: 258719
Reported by: Graham Perrin
|
|
|
|
|
| |
Approved by: meta (mentor)
Differential Revision: https://reviews.freebsd.org/D32170
|
| |
|
|
|
|
|
|
| |
- Update WWW
Changes: https://github.com/neovim/neovim-ruby/blob/main/CHANGELOG.md
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
BREAKING CHANGES:
feat(lua)!: register_keystroke_callback => on_key
feat(lsp)!: change handler signature #15504
FEATURES:
feat(jobstart): add parameter to close stdin
FIXES:
backport: fix(windowing): positioning of relative floats
backport: refactor(sign): include longer sign column option
backport: fix(sign): reset auto sign column with minimum in float win minimal style
backport: fix(decorations): crash when :bdelete (extmark_free_all) after clear_namespace
build: use RelWithDebInfo build for nightlies, Release for releases
build: update appdata.xml version in release commit
test(treesitter): skip all parsers tests if parsers aren't installed
Rename stdin to stdin_mode (fixes Windows build)
FIXES (LSP):
backport: fix(lsp): Ensure human readable errors are printed
backport: fix(lsp): Ensure users get feedback on references/symbols errors or empty results
backport: fix(lsp): prevent double <text> for cached plaintext markup
feat(lsp): allow root_dir to be nil (#15430) (Mathias Fußenegger)
lsp(start_client): Allow passing custom workspaceFolders to the LSP (#15132) (sim)
fix(lsp): check if buffer is valid in changetracking (#15505) (Jose Alvarez)
fix(lsp): avoid ipairs on non-sequential tables (#15059) (Michael Lingelbach)
feat(lsp): improve vim.lsp.util.apply_text_edits (#15561) (hrsh7th)
feat(lsp): improve logging (#15636) (Michael Lingelbach)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Build was broken by the update of freetype2 to 2.11. This was not
caught by the exp-run as libreoffice was updated after the exp-run
had been done, but prior to the commit.
Obtained from: https://github.com/archlinux/svntogit-packages/commit/1db0f16aa08d3d7c13ecca8fd1c2c20c4b255504
PR: 251512
Reported by: jrm
|
| |
|
| |
|
|
|
|
| |
pluma-plugins install additional plugins for Pluma editor
|
|
|
|
|
|
|
| |
Refresh the bundled version of devel/electron12, compatible with
harfbuzz-2.9.0, harfbuzz-2.9.1 and harfbuzz-3.0.0.
PR: 258607
|
| |
|
|
|
|
| |
While here fix their WITH_DEBUG builds too.
|
|
|
|
| |
PR: 258407
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A kakoune / neovim inspired editor, written in Rust.
Features:
o Vim-like modal editing
o Multiple selections
o Built-in language server support
o Smart, incremental syntax highlighting and code
editing via tree-sitter
WWW: https://helix-editor.com/
|
| |
|
|
|
|
|
|
|
|
|
| |
LibreOffice 7.2.1 is here, with many bugfixes and compatibility improvements.
Learn more about it: https://blog.documentfoundation.org/blog/2021/09/16/libreoffice-7-2-1-community/
* Add OPTION to build GTK4 VCL
* If both GTK3 and KF5 enabled, add GTK3_KDE5 VCL to build
* Force RUN_DEPENDS on JDK if JAVA selected to run extensions
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Adds liblocaledata_en dependency to solenv.
Tested using poudriere build & testport.
See also:
https://gerrit.libreoffice.org/c/core/+/120837
PR: 257997
Reported by: ddrinnon
Approved by: portmgr (build fix blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
|
| |
This patch is not needed anymore.
Approved by: portmgr (build fix blanket)
|
|
|
|
|
|
|
|
| |
Back port to pool.
I've lost contact with project author and no solution found to update
to a new version.
PR: 248107
|
|
|
|
|
| |
PR: 256893
Differential Revision: https://reviews.freebsd.org/D31011
|
| |
|