osmith has submitted this change. ( 
https://gerrit.osmocom.org/c/meta-telephony/+/37606?usp=email )

Change subject: Update Osmocom recipes to latest tags (release 202407)
......................................................................

Update Osmocom recipes to latest tags (release 202407)

Change-Id: I53d61a2f22e73e40dd353ebef7336ab5e33b14ed
---
M recipes-osmocom/libasn1c/libasn1c_git.bb
M recipes-osmocom/libosmo-abis/libosmo-abis_git.bb
M recipes-osmocom/libosmo-netif/libosmo-netif_git.bb
M recipes-osmocom/libosmo-sccp/libosmo-sccp_git.bb
M recipes-osmocom/libosmocore/libosmocore_git.bb
M recipes-osmocom/osmo-bsc/osmo-bsc_git.bb
M recipes-osmocom/osmo-gbproxy/osmo-gbproxy_git.bb
M recipes-osmocom/osmo-ggsn/osmo-ggsn_git.bb
M recipes-osmocom/osmo-hlr/osmo-hlr_git.bb
M recipes-osmocom/osmo-hnbgw/osmo-hnbgw_git.bb
M recipes-osmocom/osmo-iuh/osmo-iuh_git.bb
M recipes-osmocom/osmo-mgw/osmo-mgw_git.bb
M recipes-osmocom/osmo-msc/osmo-msc_git.bb
M recipes-osmocom/osmo-pcap/osmo-pcap_git.bb
M recipes-osmocom/osmo-sgsn/osmo-sgsn_git.bb
M recipes-osmocom/osmo-sip-connector/osmo-sip-connector_git.bb
16 files changed, 41 insertions(+), 32 deletions(-)

Approvals:
  pespin: Looks good to me, approved
  osmith: Verified




diff --git a/recipes-osmocom/libasn1c/libasn1c_git.bb 
b/recipes-osmocom/libasn1c/libasn1c_git.bb
index 366f711..f7496c9 100644
--- a/recipes-osmocom/libasn1c/libasn1c_git.bb
+++ b/recipes-osmocom/libasn1c/libasn1c_git.bb
@@ -1,7 +1,7 @@
 require ${PN}.inc

 S = "${WORKDIR}/git"
-SRCREV = "0.9.36"
+SRCREV = "0.9.37"
 SRC_URI = 
"git://gerrit.osmocom.org/libasn1c.git;protocol=https;tag=${SRCREV};nobranch=1"
-PV = "0.9.36+gitr${SRCPV}"
+PV = "0.9.37+gitr${SRCPV}"
 PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/libosmo-abis/libosmo-abis_git.bb 
b/recipes-osmocom/libosmo-abis/libosmo-abis_git.bb
index 685b9df..b6a1aa2 100644
--- a/recipes-osmocom/libosmo-abis/libosmo-abis_git.bb
+++ b/recipes-osmocom/libosmo-abis/libosmo-abis_git.bb
@@ -1,7 +1,7 @@
 require ${PN}.inc

 S = "${WORKDIR}/git"
-SRCREV = "1.5.2"
+SRCREV = "1.6.0"
 SRC_URI = 
"git://gerrit.osmocom.org/libosmo-abis.git;protocol=https;tag=${SRCREV};nobranch=1"
-PV = "1.5.2+gitr${SRCPV}"
+PV = "1.6.0+gitr${SRCPV}"
 PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/libosmo-netif/libosmo-netif_git.bb 
b/recipes-osmocom/libosmo-netif/libosmo-netif_git.bb
index c07770c..a8e2ea6 100644
--- a/recipes-osmocom/libosmo-netif/libosmo-netif_git.bb
+++ b/recipes-osmocom/libosmo-netif/libosmo-netif_git.bb
@@ -1,7 +1,7 @@
 require ${PN}.inc

 S = "${WORKDIR}/git"
-SRCREV = "1.4.0"
+SRCREV = "1.5.0"
 SRC_URI = 
"git://gerrit.osmocom.org/libosmo-netif.git;protocol=https;tag=${SRCREV};nobranch=1"
-PV = "1.4.0+gitr${SRCPV}"
+PV = "1.5.0+gitr${SRCPV}"
 PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/libosmo-sccp/libosmo-sccp_git.bb 
b/recipes-osmocom/libosmo-sccp/libosmo-sccp_git.bb
index 37f953c..917afde 100644
--- a/recipes-osmocom/libosmo-sccp/libosmo-sccp_git.bb
+++ b/recipes-osmocom/libosmo-sccp/libosmo-sccp_git.bb
@@ -1,7 +1,7 @@
 require ${PN}.inc

 S = "${WORKDIR}/git"
-SRCREV = "1.8.1"
+SRCREV = "1.9.0"
 SRC_URI = 
"git://gerrit.osmocom.org/libosmo-sccp.git;protocol=https;tag=${SRCREV};nobranch=1"
-PV = "1.8.1+gitr${SRCPV}"
+PV = "1.9.0+gitr${SRCPV}"
 PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/libosmocore/libosmocore_git.bb 
b/recipes-osmocom/libosmocore/libosmocore_git.bb
index d52a89c..0d66c74 100644
--- a/recipes-osmocom/libosmocore/libosmocore_git.bb
+++ b/recipes-osmocom/libosmocore/libosmocore_git.bb
@@ -1,9 +1,9 @@
 require ${PN}.inc

 S = "${WORKDIR}/git"
-SRCREV = "1.9.2"
+SRCREV = "1.10.0"
 SRC_URI = 
"git://gerrit.osmocom.org/libosmocore.git;protocol=https;tag=${SRCREV};nobranch=1"
-PV = "1.9.2+gitr${SRCPV}"
+PV = "1.10.0+gitr${SRCPV}"
 PR = "${INC_PR}.0"

 PACKAGES =+ "libosmoctrl libosmocodec libosmogb libosmogsm libosmovty 
osmo-arfcn osmo-auc-gen osmo-config-merge"
diff --git a/recipes-osmocom/osmo-bsc/osmo-bsc_git.bb 
b/recipes-osmocom/osmo-bsc/osmo-bsc_git.bb
index 92ec0b5..7f3c022 100644
--- a/recipes-osmocom/osmo-bsc/osmo-bsc_git.bb
+++ b/recipes-osmocom/osmo-bsc/osmo-bsc_git.bb
@@ -1,7 +1,7 @@
 require ${PN}.inc

 S = "${WORKDIR}/git"
-SRCREV = "1.11.1"
+SRCREV = "1.12.0"
 SRC_URI = 
"git://gerrit.osmocom.org/osmo-bsc.git;protocol=https;tag=${SRCREV};nobranch=1"
-PV = "1.11.1+gitr${SRCPV}"
+PV = "1.12.0+gitr${SRCPV}"
 PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/osmo-gbproxy/osmo-gbproxy_git.bb 
b/recipes-osmocom/osmo-gbproxy/osmo-gbproxy_git.bb
index 3ad71c4..8aa546a 100644
--- a/recipes-osmocom/osmo-gbproxy/osmo-gbproxy_git.bb
+++ b/recipes-osmocom/osmo-gbproxy/osmo-gbproxy_git.bb
@@ -1,7 +1,7 @@
 require ${PN}.inc

 S = "${WORKDIR}/git"
-SRCREV = "0.4.1"
+SRCREV = "0.5.0"
 SRC_URI = 
"git://gerrit.osmocom.org/osmo-gbproxy.git;protocol=https;tag=${SRCREV};nobranch=1"
-PV = "0.4.1+gitr${SRCPV}"
+PV = "0.5.0+gitr${SRCPV}"
 PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/osmo-ggsn/osmo-ggsn_git.bb 
b/recipes-osmocom/osmo-ggsn/osmo-ggsn_git.bb
index de2e05d..49d3e53 100644
--- a/recipes-osmocom/osmo-ggsn/osmo-ggsn_git.bb
+++ b/recipes-osmocom/osmo-ggsn/osmo-ggsn_git.bb
@@ -1,9 +1,9 @@
 require ${PN}.inc

 S = "${WORKDIR}/git"
-SRCREV = "1.11.0"
+SRCREV = "1.12.0"
 SRC_URI = 
"git://gerrit.osmocom.org/osmo-ggsn;protocol=https;tag=${SRCREV};nobranch=1 \
            file://0001-libgtp-set-PDP_MAX-to-128.patch     \
           "
-PV = "1.11.0+gitr${SRCPV}"
+PV = "1.12.0+gitr${SRCPV}"
 PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/osmo-hlr/osmo-hlr_git.bb 
b/recipes-osmocom/osmo-hlr/osmo-hlr_git.bb
index 80ed93a..cd5d6dd 100644
--- a/recipes-osmocom/osmo-hlr/osmo-hlr_git.bb
+++ b/recipes-osmocom/osmo-hlr/osmo-hlr_git.bb
@@ -1,7 +1,7 @@
 require ${PN}.inc

 S = "${WORKDIR}/git"
-SRCREV = "1.7.0"
+SRCREV = "1.8.0"
 SRC_URI = 
"git://gerrit.osmocom.org/osmo-hlr.git;protocol=https;tag=${SRCREV};nobranch=1"
-PV = "1.7.0+gitr${SRCPV}"
+PV = "1.8.0+gitr${SRCPV}"
 PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/osmo-hnbgw/osmo-hnbgw_git.bb 
b/recipes-osmocom/osmo-hnbgw/osmo-hnbgw_git.bb
index 8c29259..6415d4c 100644
--- a/recipes-osmocom/osmo-hnbgw/osmo-hnbgw_git.bb
+++ b/recipes-osmocom/osmo-hnbgw/osmo-hnbgw_git.bb
@@ -1,7 +1,7 @@
 require ${PN}.inc

 S = "${WORKDIR}/git"
-SRCREV = "1.5.0"
+SRCREV = "1.6.0"
 SRC_URI = 
"git://gerrit.osmocom.org/osmo-hnbgw.git;protocol=https;tag=${SRCREV};nobranch=1"
-PV = "1.5.0+gitr${SRCPV}"
+PV = "1.6.0+gitr${SRCPV}"
 PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/osmo-iuh/osmo-iuh_git.bb 
b/recipes-osmocom/osmo-iuh/osmo-iuh_git.bb
index f5f51ff..f289654 100644
--- a/recipes-osmocom/osmo-iuh/osmo-iuh_git.bb
+++ b/recipes-osmocom/osmo-iuh/osmo-iuh_git.bb
@@ -1,7 +1,7 @@
 require ${PN}.inc

 S = "${WORKDIR}/git"
-SRCREV = "1.5.1"
+SRCREV = "1.6.0"
 SRC_URI = 
"git://gerrit.osmocom.org/osmo-iuh.git;protocol=https;tag=${SRCREV};nobranch=1"
-PV = "1.5.1+gitr${SRCPV}"
+PV = "1.6.0+gitr${SRCPV}"
 PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/osmo-mgw/osmo-mgw_git.bb 
b/recipes-osmocom/osmo-mgw/osmo-mgw_git.bb
index e4335a8..8558184 100644
--- a/recipes-osmocom/osmo-mgw/osmo-mgw_git.bb
+++ b/recipes-osmocom/osmo-mgw/osmo-mgw_git.bb
@@ -1,7 +1,7 @@
 require ${PN}.inc

 S = "${WORKDIR}/git"
-SRCREV = "1.12.2"
+SRCREV = "1.13.0"
 SRC_URI = 
"git://gerrit.osmocom.org/osmo-mgw.git;protocol=https;tag=${SRCREV};nobranch=1"
-PV = "1.12.2+gitr${SRCPV}"
+PV = "1.13.0+gitr${SRCPV}"
 PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/osmo-msc/osmo-msc_git.bb 
b/recipes-osmocom/osmo-msc/osmo-msc_git.bb
index 016c728..74b2a94 100644
--- a/recipes-osmocom/osmo-msc/osmo-msc_git.bb
+++ b/recipes-osmocom/osmo-msc/osmo-msc_git.bb
@@ -1,7 +1,7 @@
 require ${PN}.inc

 S = "${WORKDIR}/git"
-SRCREV = "1.11.1"
+SRCREV = "1.12.0"
 SRC_URI = 
"git://gerrit.osmocom.org/osmo-msc.git;protocol=https;tag=${SRCREV};nobranch=1"
-PV = "1.11.1+gitr${SRCPV}"
+PV = "1.12.0+gitr${SRCPV}"
 PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/osmo-pcap/osmo-pcap_git.bb 
b/recipes-osmocom/osmo-pcap/osmo-pcap_git.bb
index 149f026..d674f6f 100644
--- a/recipes-osmocom/osmo-pcap/osmo-pcap_git.bb
+++ b/recipes-osmocom/osmo-pcap/osmo-pcap_git.bb
@@ -1,7 +1,7 @@
 require ${PN}.inc

 S = "${WORKDIR}/git"
-SRCREV = "0.4.2"
+SRCREV = "0.5.0"
 SRC_URI = 
"git://gerrit.osmocom.org/osmo-pcap.git;protocol=https;tag=${SRCREV};nobranch=1"
-PV = "0.4.2+gitr${SRCPV}"
+PV = "0.5.0+gitr${SRCPV}"
 PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/osmo-sgsn/osmo-sgsn_git.bb 
b/recipes-osmocom/osmo-sgsn/osmo-sgsn_git.bb
index 90ddfc1..7e6340b 100644
--- a/recipes-osmocom/osmo-sgsn/osmo-sgsn_git.bb
+++ b/recipes-osmocom/osmo-sgsn/osmo-sgsn_git.bb
@@ -1,7 +1,7 @@
 require ${PN}.inc

 S = "${WORKDIR}/git"
-SRCREV = "1.11.1"
+SRCREV = "1.12.0"
 SRC_URI = 
"git://gerrit.osmocom.org/osmo-sgsn.git;protocol=https;tag=${SRCREV};nobranch=1"
-PV = "1.11.1+gitr${SRCPV}"
+PV = "1.12.0+gitr${SRCPV}"
 PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/osmo-sip-connector/osmo-sip-connector_git.bb 
b/recipes-osmocom/osmo-sip-connector/osmo-sip-connector_git.bb
index 678e591..70bb346 100644
--- a/recipes-osmocom/osmo-sip-connector/osmo-sip-connector_git.bb
+++ b/recipes-osmocom/osmo-sip-connector/osmo-sip-connector_git.bb
@@ -1,7 +1,7 @@
 require ${PN}.inc

 S = "${WORKDIR}/git"
-SRCREV = "1.6.3"
+SRCREV = "1.7.0"
 SRC_URI = 
"git://gerrit.osmocom.org/osmo-sip-connector.git;protocol=https;tag=${SRCREV};nobranch=1"
-PV = "1.6.3+gitr${SRCPV}"
+PV = "1.7.0+gitr${SRCPV}"
 PR = "${INC_PR}.0"

--
To view, visit https://gerrit.osmocom.org/c/meta-telephony/+/37606?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: meta-telephony
Gerrit-Branch: 201705
Gerrit-Change-Id: I53d61a2f22e73e40dd353ebef7336ab5e33b14ed
Gerrit-Change-Number: 37606
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osm...@sysmocom.de>
Gerrit-Reviewer: osmith <osm...@sysmocom.de>
Gerrit-Reviewer: pespin <pes...@sysmocom.de>
Gerrit-MessageType: merged

Reply via email to