Date: Sat, 27 Feb 2021 19:32:06 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566730 - head/cad/libredwg Message-ID: <202102271932.11RJW67J078247@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102271932.11RJW67J078247>