Dima Panov
1e625d55fc
FreeBSD Office team is proud to announce LibreOffice 6.4.4, latest stable release
...
Some notes about changes in port options:
- GTK2 option is obsolete by upstream
- GTK3 option is not more set by default because of unstable yet and have visual glitches
- QT5 option is set by default to provide comfy visual style for every user
- Change VCL autotetect logic (used if enable, skipto next in row if disabled:
-- For KDE/LXQT: kf5, qt5, gtk3_kde5, gtk3, gen
-- For GNOME, Unity, XFCE, MATE: gtk3, qt5, gen
-- All other DE should follow gnome list
One small note — since upcoming Qt5-5.15 will drop binary support for FreeBSD 11.x due to
outdated OpenSSL-1.0 in base, here is no reason to enable QT5 option on FreeBSD <12 by default
Thanks for all testers and supporters!
Dima, with office hat
Relnotes: https://wiki.documentfoundation.org/ReleaseNotes/6.4
2020-06-13 07:16:28 +00:00
Hiroki Tagato
c0fba9aa31
Update to 0.19.1
...
PR: 247164
Submitted by: Dries Michiels <driesm.michiels@gmail.com> (maintainer)
Approved by: mentors (implicit)
Changelog: https://github.com/netdata/go.d.plugin/releases/tag/v0.19.1
2020-06-13 06:54:55 +00:00
Dima Panov
48cd503992
graphics/libetonyek01: bump after devel/mdds update
2020-06-13 06:36:09 +00:00
Dima Panov
b435701341
devel/liborcus: update to 0.15.4 release
2020-06-13 06:34:20 +00:00
Dima Panov
cfa6b0e263
devel/mdds: update to 1.5.0 release
...
With hat: office
2020-06-13 06:32:11 +00:00
Cy Schubert
2a412eaca1
Document multiple sqlite3 vulnerabilities with CVSS scores ranging
...
from 5.5 (medium) to 7.5 (high).
PR: 247149
2020-06-13 04:43:34 +00:00
Cy Schubert
a07022d213
Update 3.32.0 --> 3.32.2
...
Fix two long-standing bugs that allow malicious SQL statements to crash
the process that is running SQLite. These bugs were announced by a
third-party approximately 24 hours after the 3.32.0 release but are not
specific to the 3.32.0 release.
Fix a long-standing bug in the byte-code engine that can cause a COMMIT
command report as success when in fact it failed to commit. Ticket
810dc8038872e212.
Approved by: portmgr (blanket: run-time bugfix)
MFH: 2020Q2
2020-06-13 04:09:08 +00:00
Steven Kreuzer
ca639b45f4
Update to version 2.8284271.702
2020-06-13 01:58:14 +00:00
TAKATSU Tomonari
f6234839ef
- Update to 0.6-0
2020-06-13 01:39:29 +00:00
Mark Linimon
d42714454b
Fix obvious typo.
2020-06-12 23:32:46 +00:00
Gerald Pfeifer
e77338406a
Fix the build with GCC 10 that defaults to -fno-common via a new local
...
patch files/patch-dvdisaster.h.
PR: 246700, 246957, 246987
Submitted by: bob@eager.cx (maintainer)
2020-06-12 21:30:44 +00:00
Kurt Jaeger
5e0252a127
New port: sysutils/acltool: cli tool to display & updating filesystem ACLs
...
This is a port of acltool, an ACL manipulation CLI tool.
This is a tool to manage NFSv4/ZFS/SMB (also known as Extended on MacOS)
style ACLs of filesystems. That is listing, creating, editing, searching,
stripping, sorting, removing redundant entries and more.
WWW: https://github.com/ptrrkssn/acltool
PR: 246876
Submitted by: Peter Eriksson <pen@lysator.liu.se>
2020-06-12 20:11:28 +00:00
Thierry Thomas
bea9aca79f
Remove the Python 2.7 modules, so that we can keep this port untill all
...
consumers have switched to a newer MPI provider.
2020-06-12 19:52:40 +00:00
Carlo Strub
7743261a36
Update to 0.2.0
2020-06-12 19:43:23 +00:00
Bernard Spil
16405e8de7
www/nextcloud-circles: Add Nextcloud Circles app
2020-06-12 19:11:33 +00:00
Bernard Spil
b8b03ead27
www/nextcloud-notes: Update to 3.5.1
2020-06-12 19:07:06 +00:00
Baptiste Daroussin
6a51c1bac0
Finish removing python dep
...
Pointy hat: bapt
2020-06-12 16:53:08 +00:00
Jan Beich
576dc75fa7
graphics/libplacebo: unbreak GLSLANG after r535260
...
src/meson.build:64:2: ERROR: C++ library 'glslang' not found
Running compile:
Working directory: /wrkdirs/usr/ports/graphics/libplacebo/work/libplacebo-2.72.0/_build/meson-private/tmpnxxyvdwe
Command line: c++ -L/usr/local/lib /wrkdirs/usr/ports/graphics/libplacebo/work/libplacebo-2.72.0/_build/meson-private/tmpnxxyvdwe/testfile.cpp -o /wrkdirs/usr/ports/graphics/libplacebo/work/libplacebo-2.72.0/_build/meson-private/tmpnxxyvdwe/output.exe -pipe -O2 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -isystem /usr/local/include -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wl,--start-group -lglslang -Wl,--end-group -Wl,--allow-shlib-undefined
Code:
int main(void) { return 0; }
Compiler stdout:
Compiler stderr:
ld: error: undefined symbol: glslang::OS_GetTLSValue(void*)
>>> referenced by PoolAlloc.cpp
>>> PoolAlloc.cpp.o:(glslang::GetThreadPoolAllocator()) in archive /usr/local/lib/libglslang.a
ld: error: undefined symbol: glslang::OS_SetTLSValue(void*, void*)
>>> referenced by PoolAlloc.cpp
>>> PoolAlloc.cpp.o:(glslang::SetThreadPoolAllocator(glslang::TPoolAllocator*)) in archive /usr/local/lib/libglslang.a
ld: error: undefined symbol: glslang::OS_AllocTLSIndex()
>>> referenced by PoolAlloc.cpp
>>> PoolAlloc.cpp.o:(glslang::InitializePoolIndex()) in archive /usr/local/lib/libglslang.a
ld: error: undefined symbol: glslang::GlslangToSpv(glslang::TIntermediate const&, std::__1::vector<unsigned int, std::__1::allocator<unsigned int> >&, spv::SpvBuildLogger*, glslang::SpvOptions*)
>>> referenced by glslang_c_interface.cpp
>>> glslang_c_interface.cpp.o:(glslang_program_SPIRV_generate) in archive /usr/local/lib/libglslang.a
ld: error: undefined symbol: spv::SpvBuildLogger::getAllMessages() const
>>> referenced by glslang_c_interface.cpp
>>> glslang_c_interface.cpp.o:(glslang_program_SPIRV_generate) in archive /usr/local/lib/libglslang.a
ld: error: undefined symbol: glslang::InitGlobalLock()
>>> referenced by ShaderLang.cpp
>>> ShaderLang.cpp.o:(ShInitialize) in archive /usr/local/lib/libglslang.a
ld: error: undefined symbol: glslang::InitProcess()
>>> referenced by ShaderLang.cpp
>>> ShaderLang.cpp.o:(ShInitialize) in archive /usr/local/lib/libglslang.a
ld: error: undefined symbol: glslang::GetGlobalLock()
>>> referenced by ShaderLang.cpp
>>> ShaderLang.cpp.o:(ShInitialize) in archive /usr/local/lib/libglslang.a
ld: error: undefined symbol: glslang::ReleaseGlobalLock()
>>> referenced by ShaderLang.cpp
>>> ShaderLang.cpp.o:(ShInitialize) in archive /usr/local/lib/libglslang.a
ld: error: undefined symbol: glslang::HlslScanContext::fillInKeywordMap()
>>> referenced by ShaderLang.cpp
>>> ShaderLang.cpp.o:(ShInitialize) in archive /usr/local/lib/libglslang.a
ld: error: undefined symbol: glslang::InitThread()
>>> referenced by ShaderLang.cpp
>>> ShaderLang.cpp.o:(ShConstructCompiler) in archive /usr/local/lib/libglslang.a
ld: error: undefined symbol: glslang::InitThread()
>>> referenced by ShaderLang.cpp
>>> ShaderLang.cpp.o:(ShConstructLinker) in archive /usr/local/lib/libglslang.a
ld: error: undefined symbol: glslang::InitThread()
>>> referenced by ShaderLang.cpp
>>> ShaderLang.cpp.o:(ShConstructUniformMap) in archive /usr/local/lib/libglslang.a
ld: error: undefined symbol: glslang::GetGlobalLock()
>>> referenced by ShaderLang.cpp
>>> ShaderLang.cpp.o:(ShFinalize) in archive /usr/local/lib/libglslang.a
ld: error: undefined symbol: glslang::ReleaseGlobalLock()
>>> referenced by ShaderLang.cpp
>>> ShaderLang.cpp.o:(ShFinalize) in archive /usr/local/lib/libglslang.a
ld: error: undefined symbol: glslang::HlslScanContext::deleteKeywordMap()
>>> referenced by ShaderLang.cpp
>>> ShaderLang.cpp.o:(ShFinalize) in archive /usr/local/lib/libglslang.a
ld: error: undefined symbol: glslang::InitThread()
>>> referenced by ShaderLang.cpp
>>> ShaderLang.cpp.o:(glslang::TShader::parse(TBuiltInResource const*, int, EProfile, bool, bool, EShMessages, glslang::TShader::Includer&)) in archive /usr/local/lib/libglslang.a
ld: error: undefined symbol: glslang::InitThread()
>>> referenced by ShaderLang.cpp
>>> ShaderLang.cpp.o:(glslang::TShader::preprocess(TBuiltInResource const*, int, EProfile, bool, bool, EShMessages, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*, glslang::TShader::Includer&)) in archive /usr/local/lib/libglslang.a
ld: error: undefined symbol: glslang::GetGlobalLock()
>>> referenced by ShaderLang.cpp
>>> ShaderLang.cpp.o:((anonymous namespace)::SetupBuiltinSymbolTable(int, EProfile, glslang::SpvVersion const&, glslang::EShSource)) in archive /usr/local/lib/libglslang.a
ld: error: undefined symbol: glslang::ReleaseGlobalLock()
>>> referenced by ShaderLang.cpp
>>> ShaderLang.cpp.o:((anonymous namespace)::SetupBuiltinSymbolTable(int, EProfile, glslang::SpvVersion const&, glslang::EShSource)) in archive /usr/local/lib/libglslang.a
ld: error: too many errors emitted, stopping now (use -error-limit=0 to see all errors)
c++: error: linker command failed with exit code 1 (use -v to see invocation)
Reported by: VVD <vvd@unislabs.com>
2020-06-12 16:08:06 +00:00
Baptiste Daroussin
652b649d2d
Update mate to 1.24
...
All components but:
caja
atril
marco
Have been upgraded to 1.24
The above 3 other components depends on a newer version of glib
so they will be upgraded later
2020-06-12 15:56:24 +00:00
Yuri Victorovich
703bb433ec
dns/amass: Update 3.6.3 -> 3.7.1
...
Reported by: portscout
2020-06-12 15:52:50 +00:00
Baptiste Daroussin
1acaae60d5
Update to 1.24.0
2020-06-12 14:53:18 +00:00
Baptiste Daroussin
2fe428bb62
Update to 1.24.0
2020-06-12 14:49:20 +00:00
Baptiste Daroussin
e1a51d9dda
update to 1.24.1
2020-06-12 14:48:57 +00:00
Baptiste Daroussin
d3c2bc2a69
update to 1.24.0
2020-06-12 14:05:01 +00:00
Baptiste Daroussin
4654af1d52
Update to 1.24.0
2020-06-12 13:50:16 +00:00
Gerald Pfeifer
bbb0fce001
Update to the 20200611 snapshot of GCC 8.4.1.
...
This brings one fix for powerpc (VSX) and automatically detects the
Intel Airmont, Tremont, Comet Lake, Ice Lake and Tiger Lake processor
families.
2020-06-12 13:05:44 +00:00
Baptiste Daroussin
01b11a02ba
Update to 1.24.0
2020-06-12 13:05:18 +00:00
Cy Schubert
bc51631fc3
Update 3.31.1 --> 3.32.0
...
Address multiple security vulnerabilities.
PR: 247149
Reported by: spam123@bitbert.com
Reminded by: emaste
Approved by: Approved by: portmgr (blanket: security bugfix)
MFH: 2020Q2
Security: CVE-2020-11655, CVE-2020-13434, CVE-2020-13435,
CVE-2020-13630, CVE-2020-13631, CVE-2020-13632
2020-06-12 13:02:53 +00:00
Jan Beich
b1820097b2
graphics/libplacebo: update to 2.72.0
...
Changes: https://code.videolan.org/videolan/libplacebo/tags/v2.72.0
Reported by: Repology
2020-06-12 12:53:01 +00:00
Alex Dupre
6ab931fbef
Update to 1.3.12 release.
2020-06-12 12:37:12 +00:00
Baptiste Daroussin
d823094fc6
Update 1.24.0
2020-06-12 12:35:38 +00:00
Baptiste Daroussin
ee96915e09
Update to 1.24.0
2020-06-12 12:31:53 +00:00
Baptiste Daroussin
63ce0a0303
Update to 1.24.0
2020-06-12 12:26:28 +00:00
Dan Langille
f526800540
Update to 9.6.5
...
No changes from 9.6.4 : copyright notices in some files
https://marc.info/?l=bacula-announce&m=159195575231642&w=2
We skipped 9.6.4 (for no particular reason)
https://marc.info/?l=bacula-announce&m=159186746004022&w=2
2020-06-12 12:19:36 +00:00
Fernando Apesteguía
34e680331a
devel/notcurses: update to 1.5.0
...
ChangeLog: https://github.com/dankamongmen/notcurses/releases/tag/v1.5.0
PR: 246923
Submitted by: nickblack@linux.com (maintainer)
2020-06-12 12:17:08 +00:00
Joseph Mingrone
f177208d8a
biology/diamond: Update to version 0.9.34
...
Upstream changes: https://github.com/bbuchfink/diamond/releases/tag/v0.9.34
2020-06-12 12:12:12 +00:00
Vinícius Zavam
5814a73df1
devel/go-bindata-assetfs: update g20191027 to g20200509 (234c15e)
...
while here, update its dependencies;
* golang:net:1617124 -> 627f964
* golang:sys:d101bd2 -> 226ff32
2020-06-12 11:48:48 +00:00
Vinícius Zavam
f71747643e
net/corosync2: pet portscout
...
ignoring 2.99 release, as it should get its proper dedicated port soon;
corosync3 will make it to 3.x just like that.
2020-06-12 11:37:28 +00:00
Bradley T. Hughes
615fad4036
www/node: Update 14.3.0 -> 14.4.0
...
https://nodejs.org/en/blog/release/v14.4.0/
This is a security release. See
https://nodejs.org/en/blog/vulnerability/june-2020-security-releases/
MFH: 2020Q2
Security: 11fcfa8f-ac64-11ea-9dab-000d3ab229d6
Sponsored by: Miles AS
2020-06-12 11:31:52 +00:00
Bradley T. Hughes
3cd9408329
www/node12: Update 12.17.0 -> 12.18.0
...
https://nodejs.org/en/blog/release/v12.18.0/
This is a security release. See
https://nodejs.org/en/blog/vulnerability/june-2020-security-releases/
MFH: 2020Q2
Security: 11fcfa8f-ac64-11ea-9dab-000d3ab229d6
Sponsored by: Miles AS
2020-06-12 11:30:34 +00:00
Bradley T. Hughes
def2bcc50c
www/node10: Update 10.20.1_2 -> 10.21.0
...
https://nodejs.org/en/blog/release/v10.21.0/
This is a security release. See
https://nodejs.org/en/blog/vulnerability/june-2020-security-releases/
MFH: 2020Q2
Security: 11fcfa8f-ac64-11ea-9dab-000d3ab229d6
Sponsored by: Miles AS
2020-06-12 11:28:54 +00:00
Vinícius Zavam
a23051aaa5
sysutils/intel-pcm-devel: update g20200529 to g20200608 (b5f69fc)
2020-06-12 11:20:29 +00:00
Vinícius Zavam
748af9b436
net/cloudflared: update 2020.5.1 to 2020.6.1
2020-06-12 11:14:20 +00:00
Jan Beich
de0faabd1b
graphics/mesa-devel: unbreak X11=off with DEFAULT_VERSIONS+=gl=mesa-devel
...
$ make check-plist
Error: Missing: include/GL/glx.h
Error: Missing: include/GL/glxext.h
Error: Missing: libdata/pkgconfig/gl.pc
2020-06-12 11:06:09 +00:00
Vinícius Zavam
a455e39b3c
sysutils/py-borgmatic: update 1.5.5 to 1.5.6
2020-06-12 11:04:28 +00:00
Hiroki Tagato
aef380e2c0
- Update to 0.8.1
...
- Add LIBRETRO_CONFLICTS_INSTALL=libretro-mgba
- Add patch to fix crash when loading ROM in mgba-qt (taken from upstream fix)
PR: 247007
Submitted by: James Wright <james.wright@digital-chaos.com>
Approved by: greg@unrelenting.technology (maintainer), mentors (implicit)
Changelog: https://github.com/mgba-emu/mgba/blob/0.8.1/CHANGES
2020-06-12 10:57:09 +00:00
Lorenzo Salvadore
f90070a871
lang/ecl: Fix missing reference to SageMath
...
Add a reference to SageMath that was forgotten for a patch added with
revision 537602.
Reviewed by: thierry
Approved by: olgeni (maintainer), gerald (mentor)
Differential Revision: https://reviews.freebsd.org/D25180
2020-06-12 10:35:41 +00:00
Vinícius Zavam
27ade1ff70
dns/dnscrypt-proxy2: update 2.0.42 to 2.0.44
2020-06-12 10:34:48 +00:00
Baptiste Daroussin
795f093a96
Update to 1.24.1
2020-06-12 10:10:52 +00:00
Kurt Jaeger
0b8e2270a1
devel/elfio: update 3.5 -> 3.6
...
PR: 247183
Submitted by: James Wright <james.wright@digital-chaos.com> (maintainer)
Relnotes: https://github.com/serge1/ELFIO/commits/master
2020-06-12 09:35:39 +00:00