diff options
author | gdt <gdt@pkgsrc.org> | 2021-11-30 14:19:16 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2021-11-30 14:19:16 +0000 |
commit | c200a479049f914a6e97c1affb6d6acce36b3a19 (patch) | |
tree | ddd79297c8282a450b1fb3f5fece346afa14d206 /cad | |
parent | db27ac6342cfff935664ba8c691c65c314feab41 (diff) | |
download | pkgsrc-c200a479049f914a6e97c1affb6d6acce36b3a19.tar.gz |
cad/libredwg: Update to 0.12.3
LibreDWG version 0.12.3 - 2021/02/26 - beta:
Minor bugfixes:
* Fixed many more minor fuzzer errors, detected with the new llvmfuzz.
* Harmonize UBSAN access for unaligned shorts (unicode strings).
Wrong only with UBSAN or HAVE_ALIGNED_ACCESS_REQUIRED.
* Fix dwg2dxf/dxf2dwg uppercase extension problem (Windows) (GH #311).
* Fix section_string_stream offset for r2010 beta 2 (many public samples) (GH #318)
Minor features:
* Added google oss-fuzz integration, by David Korczynski (PR #316)
libredwg is now fuzzed twice daily.
* Added examples/llvmfuzz for libfuzzer and the google oss-fuzz service.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/libredwg/Makefile | 4 | ||||
-rw-r--r-- | cad/libredwg/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/cad/libredwg/Makefile b/cad/libredwg/Makefile index 75fd95ff86f..3187b08ed65 100644 --- a/cad/libredwg/Makefile +++ b/cad/libredwg/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2021/11/30 13:21:59 gdt Exp $ +# $NetBSD: Makefile,v 1.5 2021/11/30 14:19:16 gdt Exp $ # -DISTNAME= libredwg-0.12.2 +DISTNAME= libredwg-0.12.3 CATEGORIES= cad MASTER_SITES= https://ftp.gnu.org/gnu/libredwg/ EXTRACT_SUFX= .tar.xz diff --git a/cad/libredwg/distinfo b/cad/libredwg/distinfo index 7a35214698a..d00a99c262f 100644 --- a/cad/libredwg/distinfo +++ b/cad/libredwg/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/11/30 13:21:59 gdt Exp $ +$NetBSD: distinfo,v 1.5 2021/11/30 14:19:16 gdt Exp $ -BLAKE2s (libredwg-0.12.2.tar.xz) = 579256bda06c56faaceb781d62eae000f691c741d5e6b762009ae09311c26625 -SHA512 (libredwg-0.12.2.tar.xz) = 7ea60d2f65026603cfff6cb7e594df01d6dcc2d5636cef7ab14bde91067fe7d80f34c2c488a1edd012efd1202329cd25897873080e8ff17bcededae9a910f770 -Size (libredwg-0.12.2.tar.xz) = 9522988 bytes +BLAKE2s (libredwg-0.12.3.tar.xz) = 1fd90dbb712b66cb999601942a57502c2f4df71a6b6e8a5507b36f7b82811c73 +SHA512 (libredwg-0.12.3.tar.xz) = 4d86ce1c974c626e98d608f1650c74cd22eba84eb92a760c634663fa7cdd2d198f3a0f4e4ee3dece900c511c510a509c05de02f9595bccef70ef36144437de8c +Size (libredwg-0.12.3.tar.xz) = 9528116 bytes |