From 1a8b1bf92b79b8becd0ebfb897b775cf99fa62e5 Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Sat, 8 Jul 2023 10:39:36 +0200 Subject: [PATCH] pjproject: bump to 2.13.1 1. add "/refs/tags" to PKG_SOURCE_URL, otherwise the downloaded file is broken now 2. bump minor version, includes security related fixes, see [1], [2] and [3] [1] https://github.com/pjsip/pjproject/security/advisories/GHSA-9pfh-r8x4-w26w [2] https://github.com/pjsip/pjproject/security/advisories/GHSA-cxwq-5g9x-x7fr [3] https://github.com/pjsip/pjproject/security/advisories/GHSA-q9cp-8wcq-7pfr Signed-off-by: Sebastian Kemper (cherry picked from commit 73526e5661a3c357edeeeac407a7560b9d485a54) --- libs/pjproject/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/pjproject/Makefile b/libs/pjproject/Makefile index 7cd8367..de4808d 100644 --- a/libs/pjproject/Makefile +++ b/libs/pjproject/Makefile @@ -10,14 +10,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pjproject -PKG_VERSION:=2.13 +PKG_VERSION:=2.13.1 PKG_RELEASE:=1 # download "vX.Y.tar.gz" as "pjproject-vX.Y.tar.gz" PKG_SOURCE_URL_FILE:=$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_URL_FILE) -PKG_SOURCE_URL:=https://github.com/pjsip/$(PKG_NAME)/archive -PKG_HASH:=4178bb9f586299111463fc16ea04e461adca4a73e646f8ddef61ea53dafa92d9 +PKG_SOURCE_URL:=https://github.com/pjsip/$(PKG_NAME)/archive/refs/tags +PKG_HASH:=32a5ab5bfbb9752cb6a46627e4c410e61939c8dbbd833ac858473cfbd9fb9d7d PKG_INSTALL:=1 PKG_LICENSE:=GPL-2.0 -- 2.30.2