aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-11-16 17:13:10 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2021-11-16 17:13:10 +0100
commitef1b61fc6c799938abc950e8bf787477159237e9 (patch)
treed169f1afc9eefe9a8e265f7ad5f68a1dbcd068c6 /debian
parentf8ed10a3233d43b355ccd5351de284f181f0f0de (diff)
Bump version: 0.7.0.27-f8ed-dirty → 0.8.00.8.0
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog37
-rw-r--r--debian/control12
-rw-r--r--debian/libosmo-ranap5.install (renamed from debian/libosmo-ranap3.install)0
-rw-r--r--debian/libosmo-sabp1.install (renamed from debian/libosmo-sabp0.install)0
-rwxr-xr-xdebian/rules4
5 files changed, 45 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog
index 62ce110..bfdcb95 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,40 @@
+osmo-iuh (0.8.0) unstable; urgency=medium
+
+ [ Harald Welte ]
+ * hnbgw: Add missing break statement
+
+ [ Pau Espin Pedrol ]
+ * iu_client: Log event sent to upper layer callback
+ * ranap_iu_tx_release_free(): always trigger RANAP_IU_EVENT_IU_RELEASE as a result
+ * hnb-test: Fix typo in vty cmd description
+ * cosmetic: src/ranap/Makefile.am: Drop trailing whitespace
+ * src/tests/Makefile.am: Drop reference to non-existent RANAP_FILES var
+ * src/*/Makefile.am: Fix trailing whitespace
+ * Provide libosmo-hnbap as a public shared library
+ * Provide libosmo-rua as a public shared library
+ * move-asn1-header-files.sh: Replace original asn file path in generated asn1 header files
+ * README.md: Document how to re-generate code from ASN1 files
+ * hnbgw_rua.c: Use proper type struct
+ * hnbgw_cn.c: Use proper type struct
+ * hnb-test: Fix rc var may be used uninitialized
+ * src/*/Makefile.am: Copy back to srcdir the generated .c files from ASN
+ * src/*/Makefile.am: Use asn1c -R to avoid generating runtime code
+ * Update generated .c/.h after using asn1c -R param
+ * hnbap: Use specific prefix for HNBAP generated code
+ * hnbap: Drop no longer existing asn1c param -fnative-types
+ * hnbap: Use asn1c flag -fcompound-names to avoid name collisions with other libs
+ * rua: Use asn1c flag -fcompound-names to avoid name collisions with other libs
+ * sabp: Use asn1c flag -fcompound-names to avoid name collisions with other libs
+ * ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs
+ * hnb-test: Fix memleak in hnb_read_cb
+
+ [ Oliver Smith ]
+ * contrib/osmo-iuh.spec.in: fix header packaging
+ * contrib/osmo-iuh.spec: fix missing ldconfig lines
+ * Cosmetic: put asn1c parameters in separate lines
+
+ -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 16 Nov 2021 17:13:09 +0100
+
osmo-iuh (0.7.0) unstable; urgency=medium
[ Martin Hauke ]
diff --git a/debian/control b/debian/control
index f89869a..cceef39 100644
--- a/debian/control
+++ b/debian/control
@@ -67,7 +67,7 @@ Multi-Arch: same
Depends: libosmo-hnbap0 (= ${binary:Version}), ${misc:Depends}
Description: Osmocom code for the Iuh interface (HNBAP, RUA, RANAP)
-Package: libosmo-ranap3
+Package: libosmo-ranap5
Section: libs
Architecture: any
Multi-Arch: same
@@ -79,14 +79,14 @@ Package: libosmo-ranap-dbg
Section: debug
Architecture: any
Multi-Arch: same
-Depends: libosmo-ranap3 (= ${binary:Version}), ${misc:Depends}
+Depends: libosmo-ranap5 (= ${binary:Version}), ${misc:Depends}
Description: Osmocom code for the Iuh interface (HNBAP, RUA, RANAP)
Package: libosmo-ranap-dev
Section: libdevel
Architecture: any
Multi-Arch: same
-Depends: libosmo-ranap3 (= ${binary:Version}), ${misc:Depends}
+Depends: libosmo-ranap5 (= ${binary:Version}), ${misc:Depends}
Description: Osmocom code for the Iuh interface (HNBAP, RUA, RANAP)
Package: libosmo-rua0
@@ -111,7 +111,7 @@ Multi-Arch: same
Depends: libosmo-rua0 (= ${binary:Version}), ${misc:Depends}
Description: Osmocom code for the Iuh interface (HNBAP, RUA, RANAP)
-Package: libosmo-sabp0
+Package: libosmo-sabp1
Section: libs
Architecture: any
Multi-Arch: same
@@ -123,12 +123,12 @@ Package: libosmo-sabp-dbg
Section: debug
Architecture: any
Multi-Arch: same
-Depends: libosmo-sabp0 (= ${binary:Version}), ${misc:Depends}
+Depends: libosmo-sabp1 (= ${binary:Version}), ${misc:Depends}
Description: Osmocom code for the Iuh interface (SABP)
Package: libosmo-sabp-dev
Section: libdevel
Architecture: any
Multi-Arch: same
-Depends: libosmo-sabp0 (= ${binary:Version}), ${misc:Depends}
+Depends: libosmo-sabp1 (= ${binary:Version}), ${misc:Depends}
Description: Osmocom code for the Iuh interface (SABP)
diff --git a/debian/libosmo-ranap3.install b/debian/libosmo-ranap5.install
index 56abca6..56abca6 100644
--- a/debian/libosmo-ranap3.install
+++ b/debian/libosmo-ranap5.install
diff --git a/debian/libosmo-sabp0.install b/debian/libosmo-sabp1.install
index 01cecb5..01cecb5 100644
--- a/debian/libosmo-sabp0.install
+++ b/debian/libosmo-sabp1.install
diff --git a/debian/rules b/debian/rules
index b85b0d2..9db7204 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,9 +15,9 @@ override_dh_auto_configure:
# See https://www.debian.org/doc/manuals/developers-reference/best-pkging-practices.html#bpp-dbg
override_dh_strip:
dh_strip -plibosmo-hnbap0 --dbg-package=libosmo-hnbap-dbg
- dh_strip -plibosmo-ranap3 --dbg-package=libosmo-ranap-dbg
+ dh_strip -plibosmo-ranap5 --dbg-package=libosmo-ranap-dbg
dh_strip -plibosmo-rua0 --dbg-package=libosmo-rua-dbg
- dh_strip -plibosmo-sabp0 --dbg-package=libosmo-sabp-dbg
+ dh_strip -plibosmo-sabp1 --dbg-package=libosmo-sabp-dbg
dh_strip -posmo-hnbgw --dbg-package=osmo-hnbgw-dbg
# Print test results in case of a failure