Changes of Revision 53

commit_10766521e5fc4c311cabf85a0a4fd789df5789c6.txt Added
commit_d39bafc6d60455944b7022d36f9cc6c7779cd825.txt Deleted
open5gs_2.5.5.12.d39ba.dsc -> open5gs_2.5.5.13.10766.dsc Changed
x
 
1
@@ -2,7 +2,7 @@
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.5.5.12.d39ba
6
+Version: 2.5.5.13.10766
7
 Maintainer: Harald Welte <laforge@gnumonks.org>
8
 Uploaders: Sukchan Lee <acetcom@gmail.com>
9
 Homepage: https://open5gs.org
10
@@ -31,8 +31,8 @@
11
  open5gs-udr deb net optional arch=any
12
  open5gs-upf deb net optional arch=any
13
 Checksums-Sha1:
14
- 3d6458835c7743b5efd1064fb6e3fb30b202c192 11521432 open5gs_2.5.5.12.d39ba.tar.xz
15
+ 48e24e42d99f1a660186b8172511d3dcc79ca2a4 11521648 open5gs_2.5.5.13.10766.tar.xz
16
 Checksums-Sha256:
17
- 4d962c1072379a5ecd484348c3bfc0728fde3edb4f7940416ecede03f934e72c 11521432 open5gs_2.5.5.12.d39ba.tar.xz
18
+ 428c3903daf5a4407b1bc3c4cd116cfa515529940eff0033ea3781f1f336e3ff 11521648 open5gs_2.5.5.13.10766.tar.xz
19
 Files:
20
- 1abc2c919e4cc3b3f6e075816ab3f596 11521432 open5gs_2.5.5.12.d39ba.tar.xz
21
+ 894e3ccbbc62d9ccb7514fc0bda13f4f 11521648 open5gs_2.5.5.13.10766.tar.xz
22
open5gs_2.5.5.12.d39ba.tar.xz/.tarball-version -> open5gs_2.5.5.13.10766.tar.xz/.tarball-version Changed
4
 
1
@@ -1 +1 @@
2
-2.5.5.12-d39ba
3
+2.5.5.13-10766
4
open5gs_2.5.5.12.d39ba.tar.xz/debian/changelog -> open5gs_2.5.5.13.10766.tar.xz/debian/changelog Changed
12
 
1
@@ -1,8 +1,8 @@
2
-open5gs (2.5.5.12.d39ba) unstable; urgency=medium
3
+open5gs (2.5.5.13.10766) unstable; urgency=medium
4
 
5
   * Automatically generated changelog entry for building the Osmocom master feed
6
 
7
- -- Osmocom OBS scripts <info@osmocom.org>  Sat, 12 Nov 2022 02:03:26 +0000
8
+ -- Osmocom OBS scripts <info@osmocom.org>  Sun, 13 Nov 2022 00:52:41 +0000
9
 
10
 open5gs (2.5.5) unstable; urgency=medium
11
 
12
open5gs_2.5.5.12.d39ba.tar.xz/docs/_docs/guide/01-quickstart.md -> open5gs_2.5.5.13.10766.tar.xz/docs/_docs/guide/01-quickstart.md Changed
68
 
1
@@ -91,7 +91,7 @@
2
 Install the MongoDB packages.
3
 ```bash
4
 $ sudo apt update
5
-$ sudo apt-get install -y mongodb-org
6
+$ sudo apt install -y mongodb-org
7
 $ sudo systemctl start mongod (if '/usr/bin/mongod' is not running)
8
 $ sudo systemctl enable mongod (ensure to automatically start it on system boot)
9
 ```
10
@@ -123,9 +123,11 @@
11
 
12
 ```
13
 https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/Debian_10/
14
+https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/Debian_11/
15
 https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/Debian_Testing/
16
 https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/Debian_Unstable/
17
 https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/Raspbian_10/
18
+https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/Raspbian_11/
19
 https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/xUbuntu_18.04/
20
 https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/xUbuntu_20.04/
21
 https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/xUbuntu_20.10/
22
@@ -136,13 +138,13 @@
23
 
24
 #### Nightly Builds
25
 
26
-Nightly bulit package are provided by Osmocom(https://osmocom.org) on OBS(https://build.opensuse.org/package/show/network:osmocom:nightly/open5gs). On *Ubuntu 20.04* you can install it like this:
27
+Nightly bulit package are provided by Osmocom(https://osmocom.org) on OBS(https://obs.osmocom.org/package/show/osmocom:nightly/open5gs). On *Ubuntu 20.04* you can install it like this:
28
 
29
 ```bash
30
 $ sudo apt update
31
 $ sudo apt install wget gnupg
32
-$ wget -qO - https://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_20.04/Release.key | sudo apt-key add -
33
-$ sudo sh -c "echo 'deb http://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_20.04/ ./' > /etc/apt/sources.list.d/open5gs.list"
34
+$ wget -qO - https://downloads.osmocom.org/packages/osmocom:/nightly/xUbuntu_20.04/Release.key | sudo apt-key add -
35
+$ sudo sh -c "echo 'deb https://downloads.osmocom.org/packages/osmocom:/nightly/xUbuntu_20.04/ ./' > /etc/apt/sources.list.d/open5gs.list"
36
 $ sudo apt update
37
 $ sudo apt install open5gs
38
 ```
39
@@ -150,16 +152,18 @@
40
 Other distributions can be installed by changing the path.
41
 
42
 ```
43
-https://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_10/
44
-https://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_Testing/
45
-https://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_Unstable/
46
-https://download.opensuse.org/repositories/network:/osmocom:/nightly/Raspbian_10/
47
-https://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_18.04/
48
-https://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_20.04/
49
-https://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_20.10/
50
-https://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_21.04/
51
-https://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_21.10/
52
-https://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_22.04/
53
+https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10/
54
+https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11/
55
+https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_Testing/
56
+https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_Unstable/
57
+https://downloads.osmocom.org/packages/osmocom:/nightly/Raspbian_10/
58
+https://downloads.osmocom.org/packages/osmocom:/nightly/Raspbian_11/
59
+https://downloads.osmocom.org/packages/osmocom:/nightly/xUbuntu_18.04/
60
+https://downloads.osmocom.org/packages/osmocom:/nightly/xUbuntu_20.04/
61
+https://downloads.osmocom.org/packages/osmocom:/nightly/xUbuntu_20.10/
62
+https://downloads.osmocom.org/packages/osmocom:/nightly/xUbuntu_21.04/
63
+https://downloads.osmocom.org/packages/osmocom:/nightly/xUbuntu_21.10/
64
+https://downloads.osmocom.org/packages/osmocom:/nightly/xUbuntu_22.04/
65
 ```
66
 
67
 #### openSUSE
68
open5gs_2.5.5.12.d39ba.tar.xz/docs/_docs/guide/02-building-open5gs-from-sources.md -> open5gs_2.5.5.13.10766.tar.xz/docs/_docs/guide/02-building-open5gs-from-sources.md Changed
19
 
1
@@ -16,6 +16,8 @@
2
 Import the public key used by the package management system.
3
 
4
 ```bash
5
+$ sudo apt update
6
+$ sudo apt install wget gnupg
7
 $ wget -qO - https://www.mongodb.org/static/pgp/server-6.0.asc | sudo apt-key add -
8
 ```
9
 
10
@@ -28,7 +30,7 @@
11
 Install the MongoDB packages.
12
 ```bash
13
 $ sudo apt update
14
-$ sudo apt-get install -y mongodb-org
15
+$ sudo apt install -y mongodb-org
16
 $ sudo systemctl start mongod (if '/usr/bin/mongod' is not running)
17
 $ sudo systemctl enable mongod (ensure to automatically start it on system boot)
18
 ```
19