[MERGED] meta-telephony[201705]: osmocom: Update recipes to latest master

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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Tue Mar 27 18:58:08 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: osmocom: Update recipes to latest master
......................................................................


osmocom: Update recipes to latest master

Change-Id: Ie68fc98ff09491f159535c555d8cf590f7a3401c
---
M recipes-misc/libsmpp/libsmpp34_git.bb
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/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-sgsn/osmo-sgsn_git.bb
M recipes-osmocom/osmo-sip-connector/osmo-sip-connector_git.bb
15 files changed, 18 insertions(+), 18 deletions(-)

Approvals:
  Pau Espin Pedrol: Verified
  Harald Welte: Looks good to me, approved



diff --git a/recipes-misc/libsmpp/libsmpp34_git.bb b/recipes-misc/libsmpp/libsmpp34_git.bb
index 73933c8..6cfe4e5 100644
--- a/recipes-misc/libsmpp/libsmpp34_git.bb
+++ b/recipes-misc/libsmpp/libsmpp34_git.bb
@@ -6,9 +6,9 @@
 DEPENDS = "libxml2"
 
 S = "${WORKDIR}/git"
-SRCREV = "7c2232e0ffd8751376d354fb95a86467d68d3bc8"
+SRCREV = "0cad3b4538710a91881ddbb80424c2d7c62de962"
 SRC_URI = "git://git.osmocom.org/libsmpp34.git;protocol=git"
-PV = "1.12+gitr${SRCPV}"
+PV = "1.12.0+gitr${SRCPV}"
 PR = "r0"
 
 PARALLEL_MAKE = ""
diff --git a/recipes-osmocom/libasn1c/libasn1c_git.bb b/recipes-osmocom/libasn1c/libasn1c_git.bb
index 8554d70..af6486e 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 = "bd2173796d90db181c22034e4acbe391d2cb57ce"
+SRCREV = "202022eaa9c36d1209cf024830b99d7d2463663e"
 SRC_URI = "git://git.osmocom.org/libasn1c.git;protocol=git"
 PV = "0.9.28+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 4a07b20..8d1b56e 100644
--- a/recipes-osmocom/libosmo-abis/libosmo-abis_git.bb
+++ b/recipes-osmocom/libosmo-abis/libosmo-abis_git.bb
@@ -3,7 +3,7 @@
 DEPENDS += "libtalloc"
 
 S = "${WORKDIR}/git"
-SRCREV = "d1dd22c38e86f123c8f9a93c2789deafdfcb9265"
+SRCREV = "49917c129b1456585258b0ebe89a513ecef823a8"
 SRC_URI = "git://git.osmocom.org/libosmo-abis.git;protocol=git"
 PV = "0.4.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 094efbc..cc1795a 100644
--- a/recipes-osmocom/libosmo-netif/libosmo-netif_git.bb
+++ b/recipes-osmocom/libosmo-netif/libosmo-netif_git.bb
@@ -3,7 +3,7 @@
 DEPENDS += "libtalloc lksctp-tools"
 
 S = "${WORKDIR}/git"
-SRCREV = "c72be77aa330c968f9f1d624e38141b3c2e24323"
+SRCREV = "9d726d0e56665b4439bb4efe782be06be2e83ffb"
 SRC_URI = "git://git.osmocom.org/libosmo-netif.git;protocol=git"
 PV = "0.1.1+gitr${SRCPV}"
 PR = "${INC_PR}.1"
diff --git a/recipes-osmocom/libosmo-sccp/libosmo-sccp_git.bb b/recipes-osmocom/libosmo-sccp/libosmo-sccp_git.bb
index 23a97eb..23ee6b7 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 = "6cd8d1243711f4de2f1314c7b87b972572cdec4e"
+SRCREV = "58fcc5344ea0e914c7f9be69c309998d243142bd"
 SRC_URI = "git://git.osmocom.org/libosmo-sccp.git;protocol=git"
 PV = "0.8.1+gitr${SRCPV}"
 PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/libosmocore/libosmocore_git.bb b/recipes-osmocom/libosmocore/libosmocore_git.bb
index a3c18ba..98081bf 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 = "32e5641dbbfd91b650a9ec8cf62d28fd22109e9e"
+SRCREV = "a2501a20651bad1c1645547c8ad99af4f5c64e2e"
 SRC_URI = "git://git.osmocom.org/libosmocore.git;protocol=git;nobranch=1"
 PV = "0.10.2+gitr${SRCPV}"
-PR = "r1"
+PR = "r0"
 
 DEPENDS += "libtalloc gnutls"
 
diff --git a/recipes-osmocom/openbsc/openbsc_git.bb b/recipes-osmocom/openbsc/openbsc_git.bb
index 59150d8..7aee169 100644
--- a/recipes-osmocom/openbsc/openbsc_git.bb
+++ b/recipes-osmocom/openbsc/openbsc_git.bb
@@ -4,7 +4,7 @@
 PRINC = "0"
 PR = "${INC_PR}.0"
 
-SRCREV = "5d69fa52cf1e679e391519dd841da1579d640087"
+SRCREV = "c6382b5e0b4790d15681e89f704465160b9aef1d"
 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 d04c60f..ef1eee9 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 = "4bd710d107786ecf838f568171a0175d157e809d"
+SRCREV = "a8eafef966bfbd8046ee8319b889b2dee8391434"
 SRC_URI = "git://git.osmocom.org/osmo-bsc.git;protocol=git"
 PV = "1.1.2+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 969c4bf..77aa4be 100644
--- a/recipes-osmocom/osmo-ggsn/osmo-ggsn_git.bb
+++ b/recipes-osmocom/osmo-ggsn/osmo-ggsn_git.bb
@@ -5,7 +5,7 @@
 PV = "1.1.0+gitr${SRCPV}"
 PR = "r0"
 
-SRCREV = "4f0343233b83337afa1e1dfb4bcf9d076ecd4be2"
+SRCREV = "a16c7501a4eccded2919fab0d485f77fb87dc81a"
 SRC_URI = "git://git.osmocom.org/osmo-ggsn                   \
            file://osmo-ggsn.init                             \
 	   file://libgtp-queue_depth_32.patch		    \
diff --git a/recipes-osmocom/osmo-hlr/osmo-hlr_git.bb b/recipes-osmocom/osmo-hlr/osmo-hlr_git.bb
index dccb5b5..b1a1955 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 = "43bd6069e83ff034dcaff4780891d0468e899b07"
+SRCREV = "70e7f21cb1748dbc766361d139d8854f7f63ceb0"
 SRC_URI = "git://git.osmocom.org/osmo-hlr.git;protocol=git"
 PV = "0.1.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 16c36ed..dba79e9 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 = "accb78000b6161d5f76eae24e625c01533001b89"
+SRCREV = "cf5fbea78f2f7316e7cbe91f32cb79b4a02abd75"
 SRC_URI = "git://git.osmocom.org/osmo-iuh.git;protocol=git"
 PV = "0.2.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 14792d9..8731c68 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 = "a330b864e58a5f899c5d8a155f3a788f8c3fb0d9"
+SRCREV = "086c3f3c674a276205a793300c80802d2355cabd"
 SRC_URI = "git://git.osmocom.org/osmo-mgw.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-msc/osmo-msc_git.bb b/recipes-osmocom/osmo-msc/osmo-msc_git.bb
index 7af56f7..14c1690 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 = "db8272921dec02e698c2e473ebe210908964c827"
+SRCREV = "053e27528cf4da1f96bd5bf78c6982b73b790100"
 SRC_URI = "git://git.osmocom.org/osmo-msc.git;protocol=git"
 PV = "1.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 625c4d3..07e16c6 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 = "b24af2bddf584b1f6d305efc5c5e762c32ae7251"
+SRCREV = "69e356be93c420b5e2f8b96fbc89ef889cbcfe53"
 SRC_URI = "git://git.osmocom.org/osmo-sgsn.git;protocol=git"
 PV = "1.2.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 015ee94..f13f677 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 = "df62bb330e403293d7328b50f1276288ed7faca6"
+SRCREV = "a6a34fd7188bbe46fbd84484610697dd5930d584"
 SRC_URI = "git://git.osmocom.org/osmo-sip-connector.git;protocol=git"
 PV = "1.1.0+gitr${SRCPV}"
 PR = "${INC_PR}.0"

-- 
To view, visit https://gerrit.osmocom.org/7533
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie68fc98ff09491f159535c555d8cf590f7a3401c
Gerrit-PatchSet: 1
Gerrit-Project: meta-telephony
Gerrit-Branch: 201705
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>



More information about the gerrit-log mailing list