summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Slachta2023-09-17 18:26:41 +0000
committerGitHub2023-09-17 18:26:41 +0000
commit4ccdae6c85fcaf97ba9a7754896bcc28a02d828b (patch)
treeb0dffcd69198bc6e41502c5ef2b90678acbe54c6
parent1488eb0db48e950d0fc2143f48cb17c8c30dc675 (diff)
parent2b3ae318e46bd92b6bbf751f2340d37be87d3065 (diff)
downloadtelephony-4ccdae6c85fcaf97ba9a7754896bcc28a02d828b.tar.gz
Merge pull request #829 from Rondom/rondom-add-cpe-ids
Add CPE ID for asterisk and pjproject
-rw-r--r--libs/pjproject/Makefile1
-rw-r--r--net/asterisk/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/libs/pjproject/Makefile b/libs/pjproject/Makefile
index de4808d..9b5372c 100644
--- a/libs/pjproject/Makefile
+++ b/libs/pjproject/Makefile
@@ -12,6 +12,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=pjproject
PKG_VERSION:=2.13.1
PKG_RELEASE:=1
+PKG_CPE_ID:=cpe:/a:pjsip:pjsip
# download "vX.Y.tar.gz" as "pjproject-vX.Y.tar.gz"
PKG_SOURCE_URL_FILE:=$(PKG_VERSION).tar.gz
diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile
index 2c52203..361928c 100644
--- a/net/asterisk/Makefile
+++ b/net/asterisk/Makefile
@@ -10,6 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=asterisk
PKG_VERSION:=20.3.0
PKG_RELEASE:=2
+PKG_CPE_ID:=cpe:/a:digium:asterisk
PKG_SOURCE:=asterisk-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://downloads.asterisk.org/pub/telephony/asterisk/releases