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