summaryrefslogtreecommitdiff
path: root/devel/libebml
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-03-13 17:33:29 +0000
committeradam <adam@pkgsrc.org>2019-03-13 17:33:29 +0000
commit3b903da2fbbcc0956f63a158139df7668c32c471 (patch)
treec0272bd914eecccaaa55eda12a41330c61f3f3f7 /devel/libebml
parent84d46d2279b14ea573f27e5aac2adaac9f9a7850 (diff)
downloadpkgsrc-3b903da2fbbcc0956f63a158139df7668c32c471.tar.gz
libebml: updated to 1.3.7
v1.3.7: * Fixed the handling of Unicode codepoints > U+FFFF. * Fixed building on Windows with cmake. * Fixed building with gcc >= 7.
Diffstat (limited to 'devel/libebml')
-rw-r--r--devel/libebml/Makefile4
-rw-r--r--devel/libebml/distinfo11
-rw-r--r--devel/libebml/patches/patch-src_EbmlSInteger.cpp12
3 files changed, 7 insertions, 20 deletions
diff --git a/devel/libebml/Makefile b/devel/libebml/Makefile
index 6bfa4420d3a..1da18a73427 100644
--- a/devel/libebml/Makefile
+++ b/devel/libebml/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2018/04/22 21:38:22 adam Exp $
+# $NetBSD: Makefile,v 1.44 2019/03/13 17:33:29 adam Exp $
-DISTNAME= libebml-1.3.6
+DISTNAME= libebml-1.3.7
CATEGORIES= devel
MASTER_SITES= http://dl.matroska.org/downloads/libebml/
EXTRACT_SUFX= .tar.xz
diff --git a/devel/libebml/distinfo b/devel/libebml/distinfo
index 00cf7243275..4fbd4862d93 100644
--- a/devel/libebml/distinfo
+++ b/devel/libebml/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.32 2018/06/04 20:27:09 mrg Exp $
+$NetBSD: distinfo,v 1.33 2019/03/13 17:33:29 adam Exp $
-SHA1 (libebml-1.3.6.tar.xz) = f37cc15c651db8c28f7bc3d69c7a81c08600dd0e
-RMD160 (libebml-1.3.6.tar.xz) = a5ec0996a02b59c3514586e1285072df13b71186
-SHA512 (libebml-1.3.6.tar.xz) = 6a31a56dcde39642848f25353a462f4621d6cfd3bc9ef62add1b00d098c6a80b3c2b50ecf4d6dd50650c609eb39a6150c6d1b69ea3a77a3928bd3300af7dd91f
-Size (libebml-1.3.6.tar.xz) = 57764 bytes
-SHA1 (patch-src_EbmlSInteger.cpp) = 102271d4d1f8fe3356562f84a4235159026f1538
+SHA1 (libebml-1.3.7.tar.xz) = 464a67e85d4f1eb27555b46f3ab947297ce4bd69
+RMD160 (libebml-1.3.7.tar.xz) = c04c0a98359c319893d7a6337ef614f47b761f67
+SHA512 (libebml-1.3.7.tar.xz) = ad574a73a1d2c5fbd4581991ff790ef22cfcaf5645295b06dce36235b43d552bbec3b400d3c80550c8020ed3720226fad05348c6034c444da1106439c7fd9fc1
+Size (libebml-1.3.7.tar.xz) = 69460 bytes
diff --git a/devel/libebml/patches/patch-src_EbmlSInteger.cpp b/devel/libebml/patches/patch-src_EbmlSInteger.cpp
deleted file mode 100644
index 88e561e06d9..00000000000
--- a/devel/libebml/patches/patch-src_EbmlSInteger.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-src_EbmlSInteger.cpp,v 1.1 2018/06/04 20:27:09 mrg Exp $
-
---- src/EbmlSInteger.cpp.orig 2018-04-20 11:27:20.000000000 -0700
-+++ src/EbmlSInteger.cpp 2018-06-04 12:58:27.207323385 -0700
-@@ -34,6 +34,7 @@
- */
- #include <cassert>
- #include <climits>
-+#include <limits>
-
- #include "ebml/EbmlSInteger.h"
-