svn commit: r400347 - head/x11/xscreensaver

Niclas Zeising zeising at FreeBSD.org
Tue Oct 27 20:56:53 UTC 2015


Author: zeising
Date: Tue Oct 27 20:56:51 2015
New Revision: 400347
URL: https://svnweb.freebsd.org/changeset/ports/400347

Log:
  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

Modified:
  head/x11/xscreensaver/Makefile
  head/x11/xscreensaver/distinfo

Modified: head/x11/xscreensaver/Makefile
==============================================================================
--- head/x11/xscreensaver/Makefile	Tue Oct 27 20:53:54 2015	(r400346)
+++ head/x11/xscreensaver/Makefile	Tue Oct 27 20:56:51 2015	(r400347)
@@ -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}/graph
 
 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 s
 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

Modified: head/x11/xscreensaver/distinfo
==============================================================================
--- head/x11/xscreensaver/distinfo	Tue Oct 27 20:53:54 2015	(r400346)
+++ head/x11/xscreensaver/distinfo	Tue Oct 27 20:56:51 2015	(r400347)
@@ -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


More information about the svn-ports-all mailing list