notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: net/qt5-network/files/patch-src_network_ssl_qsslsocket__openssl.cpp

Number of commits found: 8

Thursday, 29 Dec 2022
11:52 Tobias C. Berner (tcberner) search for other commits by this committer
Qt5: Update Qt 5 to 5.15.7

* rebase the KDE patched Qt5 ontop of the 5.15.7 branch
* update qt5-script to 5.15.11

Exp-run by:	antoine
PR:		268533
commit hash: 3aeb8b79ba651293817ac01ea6f8e9119766017e commit hash: 3aeb8b79ba651293817ac01ea6f8e9119766017e commit hash: 3aeb8b79ba651293817ac01ea6f8e9119766017e commit hash: 3aeb8b79ba651293817ac01ea6f8e9119766017e 3aeb8b7
Wednesday, 20 Jul 2022
20:47 Tobias C. Berner (tcberner) search for other commits by this committer Author: Felix Palmen
net/qt5-network: Runtime fixes with libressl

Patches updated based on this gentoo patch:
	https://562050.bugs.gentoo.org/attachment.cgi?id=663100

- modified and extended for qt-network 5.15.5
- modified for libressl 3.5

Differential Revision: https://reviews.freebsd.org/D35729
commit hash: 49667cdc275e51a3e28e94582e18a6e094ae29c8 commit hash: 49667cdc275e51a3e28e94582e18a6e094ae29c8 commit hash: 49667cdc275e51a3e28e94582e18a6e094ae29c8 commit hash: 49667cdc275e51a3e28e94582e18a6e094ae29c8 49667cd
Monday, 4 Jul 2022
07:31 Tobias C. Berner (tcberner) search for other commits by this committer
qt5: Update Qt to 5.15.5 (KDE patched)

- update patch-collection diff to be at the highest patch-level
- update patch-collection diff to be against 5.15.5 instead of 5.15.2
- update devel/qt5-script to 5.15.10
- libressl support by Felix Palmen <felix@palmen-it.de>

PR:			264944
Exp-run by:		antoine
Differential Revision:	https://reviews.freebsd.org/D35619
commit hash: 787e501e3d8fdc162dc019f352b280298b192b0a commit hash: 787e501e3d8fdc162dc019f352b280298b192b0a commit hash: 787e501e3d8fdc162dc019f352b280298b192b0a commit hash: 787e501e3d8fdc162dc019f352b280298b192b0a 787e501
Wednesday, 25 May 2022
19:05 Charlie Li (vishwin) search for other commits by this committer
net/qt5-network: fix with LibreSSL 3.5

LibreSSL 3.5 opaqued many structs and implemented more functions
in line with OpenSSL 1.1

Approved by: tcberner (mentor, kde)
Differential Revision: https://reviews.freebsd.org/D34619
commit hash: ce78e24f5d7629db168513026f50ce95ff2ff74f commit hash: ce78e24f5d7629db168513026f50ce95ff2ff74f commit hash: ce78e24f5d7629db168513026f50ce95ff2ff74f commit hash: ce78e24f5d7629db168513026f50ce95ff2ff74f ce78e24
Monday, 4 Oct 2021
21:32 Charlie Li (vishwin) search for other commits by this committer
net/qt5-network: fix build with LibreSSL 3.4.0

"Upstream has erroneous #ifdefs which will lead to a runtime abort
if both TLS1_3_VERSION and OPENSSL_NO_PSK are defined. Adjust
them."

Obtained from:
https://github.com/openbsd/ports/commit/21d28f231753b5cef153a8ff487573ab5994769e

Approved by: fluffy (mentor, kde)
Differential Revision: https://reviews.freebsd.org/D32286
commit hash: 6953f406af68fd1d6e75d60101a64b8f7c3d0529 commit hash: 6953f406af68fd1d6e75d60101a64b8f7c3d0529 commit hash: 6953f406af68fd1d6e75d60101a64b8f7c3d0529 commit hash: 6953f406af68fd1d6e75d60101a64b8f7c3d0529 6953f40
Tuesday, 8 Dec 2020
20:03 lbartoletti search for other commits by this committer
Update Qt/PySide2 to 5.15.2 / PyQt to 5.15.1 / SIP to 5.4.0
This commit combines several updates.

- Update Qt to 5.12.2
- Update PyQt to 5.15.1
- Since PySide 5.15.1 is broken with Qt 5.15.2, so PySide and Shiboken are also
updated to 5.15.2.
- Update sip to 5.4.0

SIP is a collection of tools  to create Python bindings for C and C++ libraries
and used by PyQt and wxPython. There are some changes with sip5 [1]:
- python 3.5+ is required
- sip drops support of old deprecated methods as sipdistutils & cie.
- this version breaks also PyQt5 extension ABI. SIP files will be installed in
${PYTHON_SITELIBDIR}/PyQt${_PYQT_VERSION}/bindings
- some ports will use the new pyqtbuilder package with the pyproject.toml setup.
Instead if the project have a setup.py, you should use sip-build to build it.
- if a port needs sip, it should also needs pysip. BTW, py-qt5-core requires
pysip, so that should be enough for PyQt packages.

List of ports impacted by this change. Most of the patches have been integrated
or are in the process of being integrated upstream:

- devel/libsavitar
- graphics/py-python-poppler-qt5
- net-im/scudcloud
- net/libarcus
- print/py-frescobaldi
- science/py-veusz
- graphics/qgis and graphics/qgis-ltr
- deskutils/calibre

A special note regarding calibre. New versions require sip>=5, we update it to
the latest version (thanks to madpilot@)

science/scidavis will remove the PyQt binding soon and there is no patch
planned, so we remove the python option (ok makc@)

While here, convert some ports to USE_PYQT (cad/cura, cad/uranium, devel/eric6,
...)

Thanks to tcberner and adridg!

[1] https://www.riverbankcomputing.com/static/Docs/sip/

PR:                250853
Exp-run by:        antoine
Original commitRevision:557300 
Saturday, 12 May 2018
18:04 rakuco search for other commits by this committer
Drop some patches for old LibreSSL versions.

The ports tree currently has LibreSSL 2.7.3, so remove some patches added to
support LibreSSL < 2.5 (also, according to brnrd@, they are currently broken).
Cleaning up our existing patches also helps us move to Qt 5.10.

Reviewed by:	tcberner
Differential Revision:	https://reviews.freebsd.org/D15338
Original commitRevision:469748 
Tuesday, 7 Mar 2017
02:45 rezny search for other commits by this committer
Fix to build with libressl as well as libressl-devel and simplify patch

PR:		217220
Reported by:	w.schwarzenfeld@utanet.at
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9914
Original commitRevision:435579 

Number of commits found: 8