diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2024-03-18 05:07:36 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2024-03-18 05:07:36 +0000 |
commit | e265d169fe8f333ef5f79e241c88a161b69cc680 (patch) | |
tree | faefbc3a5d4e4b70be6ef9af09668a152b9ce70e | |
parent | d8c6c1c03c26fbb35ef21b6b22d7fb1f55b5b626 (diff) |
games/wesnoth: update to 1.16.12 release (+)
Security Fixes:
* Run wesnothd server as _wesnoth:_wesnoth instead of nobody:users, improving safety and fixing a warning message in systemd 246+
Translations:
* Updated translations: Czech, German, Italian
Miscellaneous and Bug Fixes:
* Fix a regression from 1.13.11 that inverted horizontal scrolling with SDL versions 2.0.18+ on X11 and versions 2.0.20+ on Wayland
Sponsored by: Serenity Cybersecurity, LLC
-rw-r--r-- | games/wesnoth/Makefile | 3 | ||||
-rw-r--r-- | games/wesnoth/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index fbcb111e048f..922f952847e9 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -1,6 +1,5 @@ PORTNAME= wesnoth -PORTVERSION= 1.16.11 -PORTREVISION= 1 +PORTVERSION= 1.16.12 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} \ diff --git a/games/wesnoth/distinfo b/games/wesnoth/distinfo index a65778986042..591e96d5c5bd 100644 --- a/games/wesnoth/distinfo +++ b/games/wesnoth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703596561 -SHA256 (wesnoth-1.16.11.tar.bz2) = 5761867f0346d554e63958b9680ad268385218a5547141310877837d3a2882db -SIZE (wesnoth-1.16.11.tar.bz2) = 476635149 +TIMESTAMP = 1710736369 +SHA256 (wesnoth-1.16.12.tar.bz2) = 1ebb0ec3f7d90ec1edf61710253a05ff5b04d7068a1d48d29b0e6318c946b966 +SIZE (wesnoth-1.16.12.tar.bz2) = 476686555 |