svn commit: r400349 - branches/2015Q4/x11/xscreensaver

Niclas Zeising zeising at FreeBSD.org
Tue Oct 27 21:17:30 UTC 2015


Author: zeising
Date: Tue Oct 27 21:17:28 2015
New Revision: 400349
URL: https://svnweb.freebsd.org/changeset/ports/400349

Log:
  MFH: r400347 r400348
  
  Update to 5.34
  
  This update fixes a lock bypass vulnerability, where the screen can be
  unlocked without authorization.
  
  Remove some debugs and works in progress that snuck in with previous commit.
  
  Security:	4b9393b8-7c0c-11e5-a010-080027ddead3
  Approved by:	portmgr (bapt)

Modified:
  branches/2015Q4/x11/xscreensaver/Makefile
  branches/2015Q4/x11/xscreensaver/distinfo
Directory Properties:
  branches/2015Q4/   (props changed)

Modified: branches/2015Q4/x11/xscreensaver/Makefile
==============================================================================
--- branches/2015Q4/x11/xscreensaver/Makefile	Tue Oct 27 21:08:10 2015	(r400348)
+++ branches/2015Q4/x11/xscreensaver/Makefile	Tue Oct 27 21:17:28 2015	(r400349)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xscreensaver
-PORTVERSION=	5.33
+PORTVERSION=	5.34
 CATEGORIES=	x11
 MASTER_SITES=	http://www.jwz.org/xscreensaver/
 

Modified: branches/2015Q4/x11/xscreensaver/distinfo
==============================================================================
--- branches/2015Q4/x11/xscreensaver/distinfo	Tue Oct 27 21:08:10 2015	(r400348)
+++ branches/2015Q4/x11/xscreensaver/distinfo	Tue Oct 27 21:17:28 2015	(r400349)
@@ -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