Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.37.0 29 Aug 2017 05:40:51 |
tcberner |
Update KDE Frameworks to 5.37.0
PR: 221599
Reviewed by: rakuco
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D12067 |
5.36.0 12 Jul 2017 09:42:51 |
tcberner |
Update KDE Frameworks to 5.36.0
PR: 220579
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D11547 |
5.35.0 17 Jun 2017 18:42:42 |
tcberner |
Update KDE Frameworks to 5.35
PR: 219950
Submitted by: Adriaan de Groot <groot@kde.org>
Exp-Run by: antoine |
5.34.0 20 May 2017 10:24:36 |
tcberner |
Update KDE Frameworks to 5.34.0
PR: 219314
Reviewed by: rakuco
Exp-run by: antoine
Approved by: rakuco (mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D10747 |
5.33.0_1 10 May 2017 12:03:58 |
tcberner |
Add upstream fixes for CVE-2017-8422 to x11/kdelibs4 and devel/kf5-kauth
KAuth contains a logic flaw in which the service invoking dbus
is not properly checked.
This allows spoofing the identity of the caller and with some
carefully crafted calls can lead to gaining root from an
unprivileged account.
https://www.kde.org/info/security/advisory-20170510-1.txt
Reviewed by: rakuco
Approved by: rakuco (mentor)
Obtained from: https://www.kde.org/info/security/advisory-20170510-1.txt
MFH: 2017Q2
Security: CVE-2017-8422
Differential Revision: https://reviews.freebsd.org/D10660 |
5.33.0 19 Apr 2017 14:59:41 |
tcberner |
Update KDE Frameworks to 5.33.0
PR: 218524
Exp-run by: antoine
Reviewed by: mat, rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D10331 |
5.32.0_1 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
5.32.0 17 Mar 2017 06:27:31 |
tcberner |
Update KDE Frameworks to 5.32
* While here, set the MASTER_SITES for the portingAids separately.
* Stop to couple kirigamis' distfiles with kf5 until it's actually a part of it.
PR: 217709
Exp-Run by: antoine
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9959 |
5.31.0 18 Feb 2017 19:56:12 |
tcberner |
Update KDE Frameworks to 5.31
* New port: x11-toolkits/kirigami2
PR: 216797
Exp-Run by: antoine
Reviewed by: rakuco, mat
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9554 |
5.30.0 26 Jan 2017 18:19:48 |
tcberner |
Update KDE Frameworks to 5.30.0
* Changelog: https://www.kde.org/announcements/kde-frameworks-5.30.0.php
* New framework: x11/kf5-kwayland
PR: 216345
Exp-run by: antoine
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9271 |
5.29.0 19 Dec 2016 15:56:25 |
tcberner |
Update KDE Frameworks to 5.29.0
Release notes: https://www.kde.org/announcements/kde-frameworks-5.29.0.php
New ports:
* textproc/kf5-syntax-highlighting (new in 5.28.0)
* graphics/kf5-prison (new in 5.29.0)
Fixes:
* kf5-kservice: Move applications.menu to kf5-applications.menu to stop
conflicting with kdelibs4.
* Define conflicts in the kde4-l10n ports (debian does the same).
* kf5-kapidox: Fix with python3
Thanks to Matthew Rezny <matthew@reztek.cz> for looking at the conflicts in
214528,
and Dima Panov (fluffy@) for the python3 fix.
PR: 214528
Reviewed by: rakuco, mat
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D8776 |
5.27.0 14 Nov 2016 16:12:57 |
tcberner |
Importing KDE Frameworks into the ports tree (required for newer KDE Desktop and
Applications)
KDE Frameworks is a collection of libraries and software frameworks by KDE
that serve as technological foundation for KDE Plasma 5 and KDE Applications
distributed under the GNU Lesser General Public License (LGPL) [1].
The work is based on what we have in the KDE testing repo [2].
This is the next big step in updating the KDE Desktop and its Applications
to anything less dusty.
With this change, `USES=kde:5` is now a valid option. Ports that need to depend
on KDE Framework can now set:
USES=kde:5
USE_KDE=<framework1> <framework2> ... <frameworkX> (Only the first 15 lines of the commit message are shown above ) |