shithub: libdvdcss

Download patch

ref: 7b7c185704567398627ad0f9a0d948a63514394b
parent: f88ec35dfd616ca94217658523ca5b8de0a2cb73
author: Jean-Baptiste Kempf <jb@videolan.org>
date: Sun Mar 18 08:48:18 EDT 2018

Update NEWS for 1.4.2

--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,13 @@
+Changes between 1.4.1 and 1.4.2:
+--------------------------------
+
+  * Fix buffer overflow when region mask is 0x0
+  * Fix invalid free on Open
+
+
 Changes between 1.4.0 and 1.4.1:
 --------------------------------
+
   * Fix crashes in cache directory creation
   * Fix cases where the cache directory was not used
 
@@ -6,6 +14,7 @@
 
 Changes between 1.3.99 and 1.4.0:
 ---------------------------------
+
   * Add key caching on Android
   * Fix leaks, win32 build breakage, file descriptor initialization
   * Expose version.h
@@ -13,6 +22,7 @@
 
 Changes between 1.3.0 and 1.3.99:
 ---------------------------------
+
   * Drop support for HP-UX.
   * Drop support for Windows 9x and Windows NT.
     Windows 2000 is now required.
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 dnl library version number
 m4_define([dvdcss_major], 1)
 m4_define([dvdcss_minor], 4)
-m4_define([dvdcss_micro], 1)
+m4_define([dvdcss_micro], 2)
 m4_define([dvdcss_version],[dvdcss_major.dvdcss_minor.dvdcss_micro])
 
 AC_INIT(libdvdcss, dvdcss_version, , , https://www.videolan.org/developers/libdvdcss.html)