Projects
osmocom:master
open5gs
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 178
View file
commit_8d0895578325865ad2b1bde8b81ef427ff7ad939.txt
Added
View file
commit_cedec3a7b9bdceb329a42365c32c0145869106b2.txt
Deleted
View file
open5gs_2.6.0.56.cedec.dsc -> open5gs_2.6.0.dsc
Changed
@@ -2,7 +2,7 @@ Source: open5gs Binary: open5gs-common, open5gs-mme, open5gs-sgwc, open5gs-smf, open5gs-amf, open5gs-sgwu, open5gs-upf, open5gs-hss, open5gs-pcrf, open5gs-nrf, open5gs-scp, open5gs-ausf, open5gs-udm, open5gs-pcf, open5gs-nssf, open5gs-bsf, open5gs-udr, open5gs, open5gs-dbg Architecture: any -Version: 2.6.0.56.cedec +Version: 2.6.0 Maintainer: Harald Welte <laforge@gnumonks.org> Uploaders: Sukchan Lee <acetcom@gmail.com> Homepage: https://open5gs.org @@ -31,8 +31,8 @@ open5gs-udr deb net optional arch=any open5gs-upf deb net optional arch=any Checksums-Sha1: - cf6d8ed59e750bb015af2b1e28284232a60aaf07 14098632 open5gs_2.6.0.56.cedec.tar.xz + 2f2b13d8837c30862a09976d7b34412c1924f9ce 14099084 open5gs_2.6.0.tar.xz Checksums-Sha256: - 71fc096ae52f620032876da4527cb60df52f07ec86e00e4793a3c43b1fa3bc33 14098632 open5gs_2.6.0.56.cedec.tar.xz + c53000232c9250451238e139938d00993c4fca690afecce604649fe5c6ecc305 14099084 open5gs_2.6.0.tar.xz Files: - 2cb822450b3ecf53d3599349969bf8cd 14098632 open5gs_2.6.0.56.cedec.tar.xz + 3cba423e8c133860e2692770aa639bd6 14099084 open5gs_2.6.0.tar.xz
View file
open5gs_2.6.0.56.cedec.tar.xz/.tarball-version -> open5gs_2.6.0.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -2.6.0.56-cedec +2.6.0
View file
open5gs_2.6.0.56.cedec.tar.xz/debian/changelog -> open5gs_2.6.0.tar.xz/debian/changelog
Changed
@@ -1,8 +1,32 @@ -open5gs (2.6.0.56.cedec) unstable; urgency=medium +open5gs (2.6.0) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Mon, 06 Mar 2023 12:27:17 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Mon, 06 Mar 2023 13:31:59 +0000 + +open5gs (2.6.0~kinetic) kinetic; urgency=medium + + * Upgrade to Release-17 + + -- Sukchan Lee <acetcom@gmail.com> Mon, 06 Mar 2023 22:27:13 +0900 + +open5gs (2.6.0~jammy) jammy; urgency=medium + + * Upgrade to Release-17 + + -- Sukchan Lee <acetcom@gmail.com> Mon, 06 Mar 2023 22:25:36 +0900 + +open5gs (2.6.0~focal) focal; urgency=medium + + * Upgrade to Release-17 + + -- Sukchan Lee <acetcom@gmail.com> Mon, 06 Mar 2023 22:23:38 +0900 + +open5gs (2.6.0~bionic) bionic; urgency=medium + + * Upgrade to Release-17 + + -- Sukchan Lee <acetcom@gmail.com> Mon, 06 Mar 2023 22:20:05 +0900 open5gs (2.5.6) unstable; urgency=medium
View file
open5gs_2.6.0.tar.xz/docs/_posts/2023-03-06-release-v2.4.15-v2.5.9.md
Added
@@ -0,0 +1,35 @@ +--- +title: "v2.4.15 and v2.5.9 - Bug Fixes" +date: 2023-03-06 21:44:00 +0900 +categories: + - Release +tags: + - News + - Release +head_inline: "<style> ul { padding-bottom: 1em; } .blue { color: blue; }</style>" +--- + +#### Security Issues +- PFCP/GTP Fixed security bug (#2127,#2128,#2129) +(#2127(https://github.com/open5gs/open5gs/issues/2127), #2128(https://github.com/open5gs/open5gs/issues/2128), #2129(https://github.com/open5gs/open5gs/issues/2129)) -- pventuzelo(https://github.com/pventuzelo) + +#### Bug Fixes +- AMF Disallow handling service requests unless UE is already registered (#2069(https://github.com/open5gs/open5gs/pull/2069)) -- bmeglicit(https://github.com/bmeglicit) +- SBI Fixed openapitools MAP generation (#2103(https://github.com/open5gs/open5gs/issues/2103)) -- alonsocamaro(https://github.com/alonsocamaro) +- SBI Fix possible crash when handling PatchItems in NFProfile PATCH req (#2069(https://github.com/open5gs/open5gs/pull/2069)) -- bmeglicit(https://github.com/bmeglicit) +- MME KeNB derive from TAU(active flag=1) (#2063(https://github.com/open5gs/open5gs/issues/2063)) -- Sabreu(https://github.com/Sabreu) +- AMF/MME UE capability deletion (#1917(https://github.com/open5gs/open5gs/issues/1917),#2040(https://github.com/open5gs/open5gs/issues/2040)) -- irazairspan(https://github.com/irazairspan), Sabreu(https://github.com/Sabreu) +- SBI Open5GS now checks User-AGENT only in SCP. (#2049(https://github.com/open5gs/open5gs/issues/2049)) -- Borjis131(https://github.com/Borjis131) +- NF Fix double-free crash when NF is under heavy load (#2048(https://github.com/open5gs/open5gs/pull/2048)) -- bmeglicit(https://github.com/bmeglicit) +- CORE Add defense code to ogs_pkbuf_copy (#2032(https://github.com/open5gs/open5gs/issues/2032)) -- ahankak(https://github.com/ahankak) +- NRF Fixed a crash during NRF discovery (#2034(https://github.com/open5gs/open5gs/issues/2034)) -- gustavobsch(https://github.com/gustavobsch) +- Added Service-MAP to Requester-Features in Discovery Option (#2027(https://github.com/open5gs/open5gs/issues/2027)) -- gustavobsch(https://github.com/gustavobsch) +- AMF Fixed a crash on explicit network-initiated deregister (#2021(https://github.com/open5gs/open5gs/issues/2021)) -- gstaa(https://github.com/gstaa) +- AMF Fixed crashed from malformed 5GS-ID (#2020(https://github.com/open5gs/open5gs/issues/2020)) -- p1-bmu(https://github.com/p1-bmu) +- AMF/MME Not assert for ogs_asn_copy_ie() (#2018(https://github.com/open5gs/open5gs/issues/2018)) -- p1-bmu(https://github.com/p1-bmu) +- AMF Fixed a crash when no UE context (#2016(https://github.com/open5gs/open5gs/issues/2016)) -- Sabreu(https://github.com/Sabreu) +- AMF Failed to encode ASN-PDU for very large UERadioCapability size (#2008(https://github.com/open5gs/open5gs/issues/2008)) -- Sabreu(https://github.com/Sabreu) +- AMF Fixed crash if no BW Unit(Xbps) (#2000(https://github.com/open5gs/open5gs/issues/2000)) -- oktavlachs(https://github.com/oktavlachs) + +Download -- v2.5.9.tar.gz(https://github.com/open5gs/open5gs/archive/v2.5.9.tar.gz) +{: .notice--info}
View file
open5gs_2.6.0.56.cedec.tar.xz/docs/assets/webui/install -> open5gs_2.6.0.tar.xz/docs/assets/webui/install
Changed
@@ -10,7 +10,7 @@ # PACKAGE="open5gs" -VERSION="2.5.6" +VERSION="2.6.0" print_status() { echo
View file
open5gs_2.6.0.56.cedec.tar.xz/webui/package-lock.json -> open5gs_2.6.0.tar.xz/webui/package-lock.json
Changed
@@ -1,12 +1,12 @@ { "name": "open5gs", - "version": "2.5.6", + "version": "2.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "open5gs", - "version": "2.5.6", + "version": "2.6.0", "license": "AGPL-3.0", "dependencies": { "axios": "^0.27.2",
View file
open5gs_2.6.0.56.cedec.tar.xz/webui/package.json -> open5gs_2.6.0.tar.xz/webui/package.json
Changed
@@ -1,6 +1,6 @@ { "name": "open5gs", - "version": "2.5.6", + "version": "2.6.0", "description": "Open5gs", "main": "index.js", "repository": "https://github.com/open5gs/open5gs/webui",
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
.