From 95594f8eea7b2f9b66a9f056f65f4f567216451c Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Mon, 26 Feb 2018 23:05:08 +0100 Subject: [PATCH] pjproject: bump 2.7.2 Includes security fixes: 2094: Crash when receiving SDP with invalid fmtp attribute 2095: Crash when parsing SDP with an invalid media format description No further changes. Signed-off-by: Sebastian Kemper --- libs/pjproject/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/pjproject/Makefile b/libs/pjproject/Makefile index 9a26332..f7980b2 100644 --- a/libs/pjproject/Makefile +++ b/libs/pjproject/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2015 OpenWrt.org +# Copyright (C) 2015 - 2018 OpenWrt.org # Copyright (C) 2015 Cesnet, z.s.p.o. # # This is free software, licensed under the GNU General Public License v2. @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pjproject -PKG_VERSION:=2.7.1 +PKG_VERSION:=2.7.2 PKG_RELEASE:=1 PKG_SOURCE:=pjproject-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.pjsip.org/release/$(PKG_VERSION)/ -PKG_MD5SUM:=99a64110fa5c2debff40e0e8d4676380 +PKG_MD5SUM:=fa3f0bc098c4bff48ddd92db1c016a7a PKG_INSTALL:=1 PKG_FIXUP:=autoreconf -- 2.30.2