svn commit: r566730 - head/cad/libredwg

Alexey Dokuchaev danfe at FreeBSD.org
Sat Feb 27 19:32:07 UTC 2021


Author: danfe
Date: Sat Feb 27 19:32:06 2021
New Revision: 566730
URL: https://svnweb.freebsd.org/changeset/ports/566730

Log:
  Update LibreDWG to version 0.12.3, which fixes many minor fuzzing errors
  (quoting upstream, libfuzzer is much better than afl++ and honggfuzz).
  
  Reported by:	portscout

Modified:
  head/cad/libredwg/Makefile
  head/cad/libredwg/distinfo

Modified: head/cad/libredwg/Makefile
==============================================================================
--- head/cad/libredwg/Makefile	Sat Feb 27 19:26:33 2021	(r566729)
+++ head/cad/libredwg/Makefile	Sat Feb 27 19:32:06 2021	(r566730)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libredwg
-PORTVERSION=	0.12.2
+PORTVERSION=	0.12.3
 CATEGORIES=	cad devel
 MASTER_SITES=	GNU
 

Modified: head/cad/libredwg/distinfo
==============================================================================
--- head/cad/libredwg/distinfo	Sat Feb 27 19:26:33 2021	(r566729)
+++ head/cad/libredwg/distinfo	Sat Feb 27 19:32:06 2021	(r566730)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1614014481
-SHA256 (libredwg-0.12.2.tar.xz) = 9227f4cb8a4aa1b785038e2c583affe0d84194c97dca4794e143258b0302fb85
-SIZE (libredwg-0.12.2.tar.xz) = 9522988
+TIMESTAMP = 1614330629
+SHA256 (libredwg-0.12.3.tar.xz) = b31a33466ba23312119138d0ac022399841ee0f40d9bbd970410a2fc471e15ee
+SIZE (libredwg-0.12.3.tar.xz) = 9528116


More information about the svn-ports-all mailing list