1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00

Update to 5.34

This update fixes a lock bypass vulnerability, where the screen can be
unlocked without authorization.

MFH:		2015Q4
Security:	4b9393b8-7c0c-11e5-a010-080027ddead3
This commit is contained in:
Niclas Zeising 2015-10-27 20:56:51 +00:00
parent 8bcc103ea0
commit 078eae66a2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=400347
2 changed files with 6 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= xscreensaver
PORTVERSION= 5.33
PORTVERSION= 5.34
CATEGORIES= x11
MASTER_SITES= http://www.jwz.org/xscreensaver/
@ -15,7 +15,7 @@ LIB_DEPENDS= libgle.so:${PORTSDIR}/graphics/gle
CONFLICTS= xscreensaver-gnome-[0-9]* xscreensaver-gnome-hacks-[0-9]*
USES= autoreconf gettext gmake jpeg perl5 pkgconfig
USES= autoreconf gmake jpeg perl5 pkgconfig
USE_GL= yes
USE_GNOME= gdkpixbuf2 gtk20 intltool libglade2 libxml2
USE_PERL5= run
@ -37,6 +37,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS_DEFINE= PAM SETUID_HACKS FIREF NLS XAOS1 XDALI XEARTH \
XFT XMOUN XPLANET XSNOW
OPTIONS_DEFAULT=${OPTIONS_DEFINE}
OPTIONS_SUB= yes
PAM_CONFIGURE_WITH= pam
@ -46,7 +47,7 @@ SETUID_HACKS_DESC= Install sonar hack suid so it can ping
FIREF_DESC= Add extra port x11/fireflies
FIREF_RUN_DEPENDS= ${LOCALBASE}/bin/xscreensaver-hacks/fireflies:${PORTSDIR}/x11/fireflies
NLS_USES= gettext-runtime
NLS_USES= gettext gettext-runtime
NLS_CONFIGURE_ENABLE= nls
XAOS1_DESC= Add extra port graphics/xaos

View File

@ -1,2 +1,2 @@
SHA256 (xscreensaver-5.33.tar.gz) = d4a0c1619219f2843fa8b68d4ae337ab0e9fcb79a6d231540adeb16b3d313f4d
SIZE (xscreensaver-5.33.tar.gz) = 10725482
SHA256 (xscreensaver-5.34.tar.gz) = 6fff7ec4be743e5c042647ea9687dd0cdf48d1dd5e8e15098e5018bbd02e5e27
SIZE (xscreensaver-5.34.tar.gz) = 10788657