svn commit: r416392 - head/devel/gdb

Thomas Zander riggs at FreeBSD.org
Sun Jun 5 12:04:36 UTC 2016


Author: riggs
Date: Sun Jun  5 12:04:34 2016
New Revision: 416392
URL: https://svnweb.freebsd.org/changeset/ports/416392

Log:
  Update to upstream release 7.11.1
  
  Includes several runtime fixes, e.g. crashes on reverse-stepi
  and use-after-free errors, see https://www.gnu.org/software/gdb/news/
  
  PR:		209935
  Submitted by:	luca.pizzamiglio at gmail.com (maintainer)
  MFH:		2016Q2

Modified:
  head/devel/gdb/Makefile
  head/devel/gdb/distinfo

Modified: head/devel/gdb/Makefile
==============================================================================
--- head/devel/gdb/Makefile	Sun Jun  5 10:10:06 2016	(r416391)
+++ head/devel/gdb/Makefile	Sun Jun  5 12:04:34 2016	(r416392)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	gdb
-PORTVERSION=	7.11
-PORTREVISION=	2
+PORTVERSION=	7.11.1
+#PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	GNU
 

Modified: head/devel/gdb/distinfo
==============================================================================
--- head/devel/gdb/distinfo	Sun Jun  5 10:10:06 2016	(r416391)
+++ head/devel/gdb/distinfo	Sun Jun  5 12:04:34 2016	(r416392)
@@ -1,2 +1,3 @@
-SHA256 (gdb-7.11.tar.xz) = 7a434116cb630d77bb40776e8f5d3937bed11dea56bafebb4d2bc5dd389fe5c1
-SIZE (gdb-7.11.tar.xz) = 18934392
+TIMESTAMP = 1464770611
+SHA256 (gdb-7.11.1.tar.xz) = e9216da4e3755e9f414c1aa0026b626251dfc57ffe572a266e98da4f6988fc70
+SIZE (gdb-7.11.1.tar.xz) = 18947760


More information about the svn-ports-head mailing list