Change in meta-telephony[201705]: Update Osmocom recipes to latest tags (release 202001)

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Tue Jan 7 16:21:33 UTC 2020


pespin has submitted this change. ( https://gerrit.osmocom.org/c/meta-telephony/+/16749 )

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

Update Osmocom recipes to latest tags (release 202001)

Change-Id: I74c81a96ae40b3f5a0f37fc9ac9977bae0f926be
---
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/openbsc/openbsc_git.bb
M recipes-osmocom/osmo-bsc/osmo-bsc_git.bb
M recipes-osmocom/osmo-ggsn/osmo-ggsn_git.bb
M recipes-osmocom/osmo-hlr/osmo-hlr_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
14 files changed, 29 insertions(+), 29 deletions(-)

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



diff --git a/recipes-osmocom/libosmo-abis/libosmo-abis_git.bb b/recipes-osmocom/libosmo-abis/libosmo-abis_git.bb
index e64ace2..0582599 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 = "30249a15d51a15b498e87b78bd3fc8d684ffcf46"
+SRCREV = "c313d44272f04b24dad38f4caea17180f9cbc509"
 SRC_URI = "git://git.osmocom.org/libosmo-abis.git;protocol=git"
-PV = "0.7.0+gitr${SRCPV}"
+PV = "0.8.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 23a0148..c52c7e9 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 = "592057bb33dc0c336a63003cd7a3a67944d92757"
+SRCREV = "b8121e79ef53b30df535fb38987b3a48853ebbe9"
 SRC_URI = "git://git.osmocom.org/libosmo-netif.git;protocol=git"
-PV = "0.6.0+gitr${SRCPV}"
+PV = "0.7.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 6204aab..31fa234 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 = "0b7ad1a72fae2a4547bf0d1d6430918a74ea577b"
+SRCREV = "5e4643f4bc76a1437621348550b5b2a603e2179b"
 SRC_URI = "git://git.osmocom.org/libosmo-sccp.git;protocol=git"
-PV = "1.1.0+gitr${SRCPV}"
+PV = "1.2.0+gitr${SRCPV}"
 PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/libosmocore/libosmocore_git.bb b/recipes-osmocom/libosmocore/libosmocore_git.bb
index f43f296..d5eab3a 100644
--- a/recipes-osmocom/libosmocore/libosmocore_git.bb
+++ b/recipes-osmocom/libosmocore/libosmocore_git.bb
@@ -1,10 +1,10 @@
 require ${PN}.inc
 
 S = "${WORKDIR}/git"
-SRCREV = "c996d652f974f803653ce66d27d60675c1f77c2e"
+SRCREV = "2862f9082ed4f16383a134e1112610d76ad91bf0"
 SRC_URI = "git://git.osmocom.org/libosmocore.git;protocol=git;nobranch=1"
-PV = "1.2.0+gitr${SRCPV}"
-PR = "${INC_PR}.1"
+PV = "1.3.0+gitr${SRCPV}"
+PR = "${INC_PR}.0"
 
 PACKAGES =+ "libosmoctrl libosmocodec libosmogb libosmogsm libosmovty osmo-arfcn osmo-auc-gen osmo-config-merge"
 FILES_libosmoctrl = "${libdir}/libosmoctrl${SOLIBS}"
diff --git a/recipes-osmocom/openbsc/openbsc_git.bb b/recipes-osmocom/openbsc/openbsc_git.bb
index c9b75e8..98318a4 100644
--- a/recipes-osmocom/openbsc/openbsc_git.bb
+++ b/recipes-osmocom/openbsc/openbsc_git.bb
@@ -1,10 +1,10 @@
 require ${PN}.inc
 
-PV = "1.3.1+gitr${SRCPV}"
+PV = "1.3.2+gitr${SRCPV}"
 PRINC = "0"
 PR = "${INC_PR}.0"
 
-SRCREV = "bb414bf8b104e1b56e61bb804c75d30cda2a9e3c"
+SRCREV = "3f457a3b79e2908664b40eab9ca8e70c44a54898"
 SRC_URI += "git://git.osmocom.org/openbsc.git;protocol=git"
 
 S = "${WORKDIR}/git/openbsc"
diff --git a/recipes-osmocom/osmo-bsc/osmo-bsc_git.bb b/recipes-osmocom/osmo-bsc/osmo-bsc_git.bb
index 19be0e5..fdb389b 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 = "3c9485751cd20215ca6029df8dde4be94ee6f39d"
+SRCREV = "a1362ce8c20b2fa60e3da67936ea69d406e23aff"
 SRC_URI = "git://git.osmocom.org/osmo-bsc.git;protocol=git"
-PV = "1.5.0+gitr${SRCPV}"
+PV = "1.6.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 939fc58..b1b2298 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 = "67aebc9d1c6b0773b082b496a579be1a80c2a9b2"
+SRCREV = "e71e0f2af84d8b26f4c09a8c859f86cf701b3357"
 SRC_URI = "git://git.osmocom.org/osmo-ggsn                   \
            file://libgtp-queue_depth_32.patch		    \
           "
-PV = "1.4.0+gitr${SRCPV}"
+PV = "1.5.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 2a5d842..90bb611 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 = "9cf0030b6a8e41fbcfec6cedb5f6c2c5871d7931"
+SRCREV = "3a66698d87b29e0bf8eb53ca29db7e0f02871abc"
 SRC_URI = "git://git.osmocom.org/osmo-hlr.git;protocol=git"
-PV = "1.1.0+gitr${SRCPV}"
+PV = "1.2.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 2d1beba..66efd8c 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 = "505fa9eae765a31289e3a1743f606e83b9cd65d0"
+SRCREV = "67d32a0386b1c0bfb7a12f63b5bb475a08010e80"
 SRC_URI = "git://git.osmocom.org/osmo-iuh.git;protocol=git"
-PV = "0.5.0+gitr${SRCPV}"
+PV = "0.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 3b8d37d..14dd5c1 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 = "50e52e45f9c01d5799520ddb53565b868729801f"
+SRCREV = "ec45068972b85c6ace5483c5f533dae8e7975d41"
 SRC_URI = "git://git.osmocom.org/osmo-mgw.git;protocol=git"
-PV = "1.6.0+gitr${SRCPV}"
+PV = "1.7.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 c3681ad..2f11b66 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 = "0218814c8c099d6e9e6ba1e85f8d0d6672a32214"
+SRCREV = "6a0c4d9d24f7a591018898459b8767c6d1447309"
 SRC_URI = "git://git.osmocom.org/osmo-msc.git;protocol=git"
-PV = "1.5.0+gitr${SRCPV}"
+PV = "1.6.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 2e2ca55..dd25b50 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 = "5e10f1db125cf869c5f1769df9abdd6084679b3e"
+SRCREV = "d8368cebf8ca159c38027e4cb9109f9f0bcd0a46"
 SRC_URI = "git://git.osmocom.org/osmo-pcap.git;protocol=git"
-PV = "0.1.1+gitr${SRCPV}"
+PV = "0.1.2+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 fe22de5..f0aa365 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 = "d7ef94c0bb48797cb53947773c9e59ccdedc72bb"
+SRCREV = "394aa533e9e3a744dfe10c2cf01898dabb8d6812"
 SRC_URI = "git://git.osmocom.org/osmo-sgsn.git;protocol=git"
-PV = "1.5.0+gitr${SRCPV}"
+PV = "1.6.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 ec679c5..5d525ae 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 = "f56af15181afdeeb9b517c589b7a220820b0083b"
+SRCREV = "e58ead7ac4c0e97f82ceef828b8da30f7cb84927"
 SRC_URI = "git://git.osmocom.org/osmo-sip-connector.git;protocol=git"
-PV = "1.3.0+gitr${SRCPV}"
+PV = "1.4.0+gitr${SRCPV}"
 PR = "${INC_PR}.0"

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

Gerrit-Project: meta-telephony
Gerrit-Branch: 201705
Gerrit-Change-Id: I74c81a96ae40b3f5a0f37fc9ac9977bae0f926be
Gerrit-Change-Number: 16749
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200107/61380e08/attachment.htm>


More information about the gerrit-log mailing list