Changes of Revision 42

commit_77c92eb37b1d638cbb61b9d09c92c9d15a09b944.txt Deleted
commit_95459f8376143fcf131668ad65dce3805c9e047c.txt Added
open5gs_2.5.5.dsc -> open5gs_2.5.5.1.9545.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
6
+Version: 2.5.5.1.9545
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
- 2b17ef3077ee311195c151e6eae94c210cb1d939 11489588 open5gs_2.5.5.tar.xz
15
+ 8ef132dc528fdda03491c14c31400223b11e4f8f 11490328 open5gs_2.5.5.1.9545.tar.xz
16
 Checksums-Sha256:
17
- 1acb7890b1f9636e3d7ed591d523e24d765065e09bd0c8cba8b59a0090bab613 11489588 open5gs_2.5.5.tar.xz
18
+ f088d36caa36d05dc84d932e475eda0c23d3c6d548c4b607e9f6978c22ef6fb8 11490328 open5gs_2.5.5.1.9545.tar.xz
19
 Files:
20
- b905a869a152c5b3b2db573f098101df 11489588 open5gs_2.5.5.tar.xz
21
+ 6cda141dba0fbd97c6582a84d59e258f 11490328 open5gs_2.5.5.1.9545.tar.xz
22
open5gs_2.5.5.tar.xz/.tarball-version -> open5gs_2.5.5.1.9545.tar.xz/.tarball-version Changed
4
 
1
@@ -1 +1 @@
2
-2.5.5
3
+2.5.5.1-9545
4
open5gs_2.5.5.tar.xz/debian/changelog -> open5gs_2.5.5.1.9545.tar.xz/debian/changelog Changed
11
 
1
@@ -1,3 +1,9 @@
2
+open5gs (2.5.5.1.9545) unstable; urgency=medium
3
+
4
+  * Automatically generated changelog entry for building the Osmocom master feed
5
+
6
+ -- Osmocom OBS scripts <info@osmocom.org>  Sun, 06 Nov 2022 12:05:44 +0000
7
+
8
 open5gs (2.5.5) unstable; urgency=medium
9
 
10
   * New NF - SCP(Service Communication Proxy)
11
open5gs_2.5.5.tar.xz/docs/assets/webui/install -> open5gs_2.5.5.1.9545.tar.xz/docs/assets/webui/install Changed
22
 
1
@@ -231,9 +231,9 @@
2
 print_status 'Adding the MongoDB signing key to your keyring...'
3
 
4
 if  -x /usr/bin/curl ; then
5
-    exec_cmd_nobail "curl -sLf -o /dev/null 'https://www.mongodb.org/static/pgp/server-6.0.asc' | apt-key add -"
6
+    exec_cmd_nobail "curl -sLf 'https://www.mongodb.org/static/pgp/server-6.0.asc' | apt-key add -"
7
 else
8
-    exec_cmd_nobail "wget -qO /dev/null -o /dev/null 'https://www.mongodb.org/static/pgp/server-6.0.asc' | apt-key add -"
9
+    exec_cmd_nobail "wget -qO - 'https://www.mongodb.org/static/pgp/server-6.0.asc' | apt-key add -"
10
 fi
11
 
12
 print_status "Creating apt sources list file for the MongoDB repo..."
13
@@ -259,7 +259,7 @@
14
     exec_cmd "curl -sLf 'https://github.com/open5gs/${PACKAGE}/archive/v${VERSION}.tar.gz' | tar zxf -"
15
     RC=$?
16
 else
17
-    exec_cmd "wget -qO- /dev/null 'https://github.com/open5gs/${PACKAGE}/archive/v${VERSION}.tar.gz' | tar zxf -"
18
+    exec_cmd "wget -qO - 'https://github.com/open5gs/${PACKAGE}/archive/v${VERSION}.tar.gz' | tar zxf -"
19
     RC=$?
20
 fi
21
 
22