Projects
osmocom:master
osmo-msc
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 117
View file
commit_00cb24d73e56a67c6d32ba6c607bbcea344a42f3.txt
Added
View file
commit_620c60ff1864a99b4c05d36ee4ed5959faeeed7c.txt
Deleted
View file
osmo-msc_1.12.0.5.620c6.dsc -> osmo-msc_1.12.1.dsc
Changed
@@ -2,20 +2,20 @@ Source: osmo-msc Binary: osmo-msc, osmo-msc-dbg, osmo-msc-doc Architecture: any all -Version: 1.12.0.5.620c6 +Version: 1.12.1 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://osmocom.org/projects/osmomsc Standards-Version: 3.9.8 Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-msc Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-msc -Build-Depends: debhelper (>= 10), dh-autoreconf, autotools-dev, autoconf, automake, libtool, pkg-config, libsqlite3-dev, libsctp-dev, libtalloc-dev, libsmpp34-dev (>= 1.14.0), libasn1c-dev (>= 0.9.30), libosmocore-dev (>= 1.10.0), libosmo-sigtran-dev (>= 1.9.0), libosmo-abis-dev (>= 1.6.0), libosmo-mgcp-client-dev (>= 1.13.0), libosmo-gsup-client-dev (>= 1.8.0), libosmo-netif-dev (>= 1.5.0), libosmo-ranap-dev (>= 1.6.0), osmo-gsm-manuals-dev (>= 1.6.0) +Build-Depends: debhelper (>= 10), dh-autoreconf, autotools-dev, autoconf, automake, libtool, pkg-config, libsqlite3-dev, libsctp-dev, libtalloc-dev, libsmpp34-dev (>= 1.14.0), libasn1c-dev (>= 0.9.30), libosmocore-dev (>= 1.10.0), libosmo-sigtran-dev (>= 2.0.0), libosmo-abis-dev (>= 1.6.0), libosmo-mgcp-client-dev (>= 1.13.0), libosmo-gsup-client-dev (>= 1.8.0), libosmo-netif-dev (>= 1.5.0), libosmo-ranap-dev (>= 1.6.0), osmo-gsm-manuals-dev (>= 1.6.0) Package-List: osmo-msc deb net extra arch=any osmo-msc-dbg deb debug extra arch=any osmo-msc-doc deb doc optional arch=all Checksums-Sha1: - bdc725510eae4e066989271b951cdf142baef505 388392 osmo-msc_1.12.0.5.620c6.tar.xz + 9e8253fde17c400fc3b44ea11caadf55acd6ffe4 388384 osmo-msc_1.12.1.tar.xz Checksums-Sha256: - b93cd271a0b1d8a7dc059b468cf19d0a9ddf4f8d4bee39bbd235301a8274e3b7 388392 osmo-msc_1.12.0.5.620c6.tar.xz + ee6484bb722fd3147464d3aec807e13ac09e3d282562dc424ec255af36b4f215 388384 osmo-msc_1.12.1.tar.xz Files: - 3486959e06643e435db08bc5c2616876 388392 osmo-msc_1.12.0.5.620c6.tar.xz + b99f69e61b580cf8aabb196b3c2cfd67 388384 osmo-msc_1.12.1.tar.xz
View file
osmo-msc_1.12.0.5.620c6.tar.xz/.tarball-version -> osmo-msc_1.12.1.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.12.0.5-620c6 +1.12.1
View file
osmo-msc_1.12.0.5.620c6.tar.xz/TODO-RELEASE -> osmo-msc_1.12.1.tar.xz/TODO-RELEASE
Changed
@@ -7,4 +7,3 @@ # If any interfaces have been added since the last public release: c:r:a + 1. # If any interfaces have been removed or changed since the last public release: c:r:0. #library what description / commit summary line -libosmo-sigtran bump dependency to > 1.9.0 / libosmo-sccp package removal
View file
osmo-msc_1.12.0.5.620c6.tar.xz/configure.ac -> osmo-msc_1.12.1.tar.xz/configure.ac
Changed
@@ -43,7 +43,7 @@ PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.10.0) PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.6.0) PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.5.0) -PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 2.0.0) PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.13.0) PKG_CHECK_MODULES(LIBOSMOGSUPCLIENT, libosmo-gsup-client >= 1.8.0)
View file
osmo-msc_1.12.0.5.620c6.tar.xz/contrib/jenkins.sh -> osmo-msc_1.12.1.tar.xz/contrib/jenkins.sh
Changed
@@ -43,7 +43,7 @@ osmo-build-dep.sh libosmo-abis osmo-build-dep.sh libosmo-netif -osmo-build-dep.sh libosmo-sccp +osmo-build-dep.sh libosmo-sigtran osmo-build-dep.sh libsmpp34 osmo-build-dep.sh osmo-mgw osmo-build-dep.sh osmo-hlr
View file
osmo-msc_1.12.0.5.620c6.tar.xz/debian/changelog -> osmo-msc_1.12.1.tar.xz/debian/changelog
Changed
@@ -1,8 +1,18 @@ -osmo-msc (1.12.0.5.620c6) unstable; urgency=medium +osmo-msc (1.12.1) unstable; urgency=medium - * Automatically generated changelog entry for building the Osmocom master feed + Harald Welte + * configure.ac: Remove ibosmo-sccp dependency - -- Osmocom OBS scripts <info@osmocom.org> Thu, 12 Sep 2024 14:10:47 +0000 + Alexander Couzens + * vlr.h: remove unused ran_conn out of the header + * vlr.c: drop unused header limits.h + * vlr_auth_fsm.h/vlr_sgs_fsm.h: forward declare struct vlr_subscr + * libvlr/vlr: remove gsm_subscriber.h + + Oliver Smith + * contrib/jenkins: libosmo-sccp -> libosmo-sigtran + + -- Oliver Smith <osmith@sysmocom.de> Mon, 16 Sep 2024 12:22:47 +0200 osmo-msc (1.12.0) unstable; urgency=medium
View file
osmo-msc_1.12.0.5.620c6.tar.xz/debian/control -> osmo-msc_1.12.1.tar.xz/debian/control
Changed
@@ -15,7 +15,7 @@ libsmpp34-dev (>= 1.14.0), libasn1c-dev (>= 0.9.30), libosmocore-dev (>= 1.10.0), - libosmo-sigtran-dev (>= 1.9.0), + libosmo-sigtran-dev (>= 2.0.0), libosmo-abis-dev (>= 1.6.0), libosmo-mgcp-client-dev (>= 1.13.0), libosmo-gsup-client-dev (>= 1.8.0),
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.