An updated version of the Shibboleth Service Provider software
is available which corrects a critical security issue in the
"Dynamic" metadata provider plugin.
Deployers making use of the affected feature should apply the
relevant update at the soonest possible moment.
Security: b4b7ec7d-ca27-11e7-a12d-6cc21735f730
Changelog for GSmartControl 1.1.3:
- Fixed gsmartcontrol-root not launching if GDK_* variables are not set.
Changelog for GSmartControl 1.1.2:
- Fixed gsmartcontrol-root not passing GDK_SCALE and GDK_DPI_SCALE
variables to gsmartcontrol when using PolKit.
- Fixed blurriness of icons in the main window with GDK_SCALE=2.
- Tweaked the main window interface.
- Still more metafile support in GdiPlus.
- Indirect draws support in Direct 3D.
- Services fixes on WoW64.
- Better DPI scaling in the Shell Explorer.
- Various bug fixes.
On the way, generally disable PulseAudio support, not just for the
Wine Staging case (where this originally only existed). [1]
Talking about Wine Staging, mark that (via the STAGING option, and hence
the wine-staging port as well) as BROKEN once again; that patchset still
is not available yet, and we cannot wait forever.
PR: 195765 [1]
Reported by: dbn [1]
fd is a simple, fast and user-friendly alternative to find.
While it does not seek to mirror all of find's powerful functionality,
it provides sensible (opinionated) defaults for 80% of the use cases.
WWW: https://github.com/sharkdp/fd
PR: 223674
Submitted by: Andrey Cherkashin <andoriyu@gmail.com>
- Fix in CegoClient, the new comment logic by using Tokenizer does
not work ( '-' characters are detected as comment tokens ). Code
replaced by using posStr chain function
- Adaption in CegoMain to also parse comment lines in a more
sophisticated way ( same as in CegoMain ), just relevant for server
batch mode
- Optimization in CegoDistCuror::joinSetup, the join predicate is
now analysed in a way, that a condition list is created ( via makeCNF
and createCondition methods in CegoQueryHelper ). The condition
list then is analysed to achieve a better cursor condition which
results in improved index usage
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
Changes from 1.10.1 to 1.10.2
- pkg clean is now happy if the cache dir non existing
- 410.pkg-audit now uses anticongestion on freebsd 12
- fix pkg install -r foo if foo is a disabled repository
- fix elf handling on non FreeBSD
- fix support for platforms without AT_SYMLINK_NOFOLLOW
- fix dropping privileges on Linux
- fix build with recent libbsd
- fix duplicate pkg registration overwriting the existing pkg
- fix again using pattern as package arch
- recognize armv7
- add %q to pkg_printf(3) and pkg-query(8) to print altabi
- add support for new periodic variables in multiple scripts
- add an extra line when printing pkg-messages to improve readability
- stop considering nfs as dangerous and if a corruption happens on nfs drive
by a message the user to the highly possible reason of the corruption so
that he can fix
- better ABI name on linux
- fix pollution of "locked" message
PR: 221129
exp-run by: antoine
All ports with SBCL fasl files must be rebuilt when the lang/sbcl package
changes. Also, add a note to lang/sbcl/Makefile as a reminder of the
required PORTREVISION bumps to prevent future breakage.
Approved by: krion, olgeni
Differential Revision: https://reviews.freebsd.org/D13087