]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/libplist: security bump to version 2.0.0
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sun, 5 Nov 2017 14:58:52 +0000 (15:58 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 26 Nov 2017 20:25:39 +0000 (21:25 +0100)
Release notes:
https://github.com/libimobiledevice/libplist/blob/master/NEWS

This version bump fixes
  * CVE-2017-6440
  * CVE-2017-6439
  * CVE-2017-6438
  * CVE-2017-6437
  * CVE-2017-6436
  * CVE-2017-6435
  * CVE-2017-5836
  * CVE-2017-5835
  * CVE-2017-5834
  * CVE-2017-5545
  * CVE-2017-5209
... and several others that didn't receive any CVE (yet).

The dependency to libxml2 was removed.
Autoreconf is not needed anymore, the upstream tarball includes a
configure script.

[Peter: also drop host-pkgconf dependency, only used for cython]
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 4c3820248761c279e3c8f9839e5b24c8b39891fd)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libplist/Config.in
package/libplist/libplist.hash
package/libplist/libplist.mk

index 5f96746ea9e6c67a4cff1d55309f96bc2954ba73..4a9575f545c98ed8cf4156375aa46b9af65778f1 100644 (file)
@@ -1,7 +1,6 @@
 config BR2_PACKAGE_LIBPLIST
        bool "libplist"
        depends on BR2_INSTALL_LIBSTDCPP
-       select BR2_PACKAGE_LIBXML2
        help
          libplist is a client for manipulating Apple Property List
          (.plist) files
index 06d1b164266d59ea1ad9f6d09ef44a37af10abff..63c251506251c35f674dac860f035dad70dbd2da 100644 (file)
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256 0effdedcb3de128c4930d8c03a3854c74c426c16728b8ab5f0a5b6bdc0b644be  libplist-1.12.tar.bz2
+sha256 3a7e9694c2d9a85174ba1fa92417cfabaea7f6d19631e544948dc7e17e82f602  libplist-2.0.0.tar.bz2
index 0d3e417d471ca4db419767b6a5b310183b330687..09fc8168e40c6048f610f056b507522d67489852 100644 (file)
@@ -4,17 +4,13 @@
 #
 ################################################################################
 
-LIBPLIST_VERSION = 1.12
+LIBPLIST_VERSION = 2.0.0
 LIBPLIST_SOURCE = libplist-$(LIBPLIST_VERSION).tar.bz2
 LIBPLIST_SITE = http://www.libimobiledevice.org/downloads
-LIBPLIST_DEPENDENCIES = libxml2 host-pkgconf
 LIBPLIST_INSTALL_STAGING = YES
 LIBPLIST_LICENSE = LGPL-2.1+
 LIBPLIST_LICENSE_FILES = COPYING
 
-# Straight out of the git tree:
-LIBPLIST_AUTORECONF = YES
-
 # Disable building Python bindings, because it requires host-cython, which
 # is not packaged in Buildroot at all.
 LIBPLIST_CONF_OPTS = --without-cython