18 Commits

Author SHA256 Message Date
4a298eea18 Accepting request 1322203 from hardware
OBS-URL: https://build.opensuse.org/request/show/1322203
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ofono?expand=0&rev=33
2025-12-11 17:41:55 +00:00
f0dbb324f4 - Update to version 2.19
* Add support for PPP reset workaround for SIM7100 modem.
  * Add support for Qualcomm RAW-IP only devices.

OBS-URL: https://build.opensuse.org/package/show/hardware/ofono?expand=0&rev=65
2025-12-11 12:37:38 +00:00
3316b67d8d Accepting request 1301550 from hardware
OBS-URL: https://build.opensuse.org/request/show/1301550
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ofono?expand=0&rev=32
2025-08-27 19:35:34 +00:00
fa6aa04f24 - Update to version 2.18
* Fix issue with QMI and handling SMS message acknowledgement.
  * Fix issue with handling SIM7100 modem ready detection.
  * Add support for forbidden operator list.
- Turn harden_ofono.service.patch into git patch.

OBS-URL: https://build.opensuse.org/package/show/hardware/ofono?expand=0&rev=63
2025-08-27 12:25:09 +00:00
d335a4468b Accepting request 1276800 from hardware
OBS-URL: https://build.opensuse.org/request/show/1276800
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ofono?expand=0&rev=31
2025-05-12 14:52:05 +00:00
991b881f4f - Update to version 2.17
* Fix issue with SMS and possible buffer overflow.

OBS-URL: https://build.opensuse.org/package/show/hardware/ofono?expand=0&rev=61
2025-05-12 10:27:50 +00:00
52dc9eb203 Accepting request 1264623 from hardware
OBS-URL: https://build.opensuse.org/request/show/1264623
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ofono?expand=0&rev=30
2025-03-27 21:34:28 +00:00
39ade3d86f - Update to version 2.16
* Add support for QMI service request rate limiting.

OBS-URL: https://build.opensuse.org/package/show/hardware/ofono?expand=0&rev=59
2025-03-27 16:37:30 +00:00
006192d9ca Accepting request 1246225 from hardware
OBS-URL: https://build.opensuse.org/request/show/1246225
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ofono?expand=0&rev=29
2025-02-16 21:48:59 +00:00
68814c04ea - Update to version 2.15
* Fix issue with SMS and uninitialized buffers.
  * Fix issue with USSD and uninitialized buffers.
  * Add support for the Test Anything Protocol.

OBS-URL: https://build.opensuse.org/package/show/hardware/ofono?expand=0&rev=57
2025-02-16 12:51:34 +00:00
67e9705961 Accepting request 1231255 from hardware
OBS-URL: https://build.opensuse.org/request/show/1231255
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ofono?expand=0&rev=28
2024-12-16 18:16:01 +00:00
f837d0d98a Accepting request 1231028 from home:mnhauke
- Update to version 2.14
  * Fix issue with STK and buffer length checks.
  * Fix issue with SMS and buffer length checks.
  * Fix issue with QMI and handling RAT detection.
  * Fix issue with QMI and handling call forwarding.
  * Add support for handling MHI network interfaces.

OBS-URL: https://build.opensuse.org/request/show/1231028
OBS-URL: https://build.opensuse.org/package/show/hardware/ofono?expand=0&rev=55
2024-12-15 17:27:11 +00:00
e1ed968684 Accepting request 1226177 from hardware
OBS-URL: https://build.opensuse.org/request/show/1226177
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ofono?expand=0&rev=27
2024-11-25 22:21:20 +00:00
40fd37dc3b - Update to version 2.13
* Add support for handling QMI PIN and Lock methods.
  * Add support for handling QMI WWAN interfaces.
  * Add support for handling RMNet interfaces.

OBS-URL: https://build.opensuse.org/package/show/hardware/ofono?expand=0&rev=53
2024-11-25 06:52:41 +00:00
242736364d Accepting request 1223288 from hardware
OBS-URL: https://build.opensuse.org/request/show/1223288
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ofono?expand=0&rev=26
2024-11-11 12:46:44 +00:00
4f652075d3 - Update to version 2.12
* Fix issue with access technology reporting.
  * Fix issue with detecting Phonet devices.

OBS-URL: https://build.opensuse.org/package/show/hardware/ofono?expand=0&rev=51
2024-11-11 07:37:43 +00:00
e24694dd9f Accepting request 1219337 from hardware
OBS-URL: https://build.opensuse.org/request/show/1219337
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ofono?expand=0&rev=25
2024-10-30 16:38:13 +00:00
4d6c489e2a - Update to version 2.11
* Add support for SIMCom A7672E-FASE modem.
  * Add support for Quectel EG916Q-GL modem.

OBS-URL: https://build.opensuse.org/package/show/hardware/ofono?expand=0&rev=49
2024-10-30 08:12:36 +00:00
5 changed files with 93 additions and 10 deletions

View File

@@ -1,7 +1,19 @@
Index: ofono-1.33/src/ofono.service.in
===================================================================
--- ofono-1.33.orig/src/ofono.service.in
+++ ofono-1.33/src/ofono.service.in
From b5a50fc2d81875500240ad941b8998bd1e247c30 Mon Sep 17 00:00:00 2001
From: Petr Vorel <pvorel@suse.cz>
Date: Mon, 25 Aug 2025 15:39:34 +0200
Subject: [PATCH] systemd: Harden ofono service
https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
src/ofono.service.in | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/src/ofono.service.in b/src/ofono.service.in
index c24ac280..d397dae5 100644
--- a/src/ofono.service.in
+++ b/src/ofono.service.in
@@ -3,6 +3,19 @@ Description=Telephony service
After=syslog.target
@@ -18,7 +30,10 @@ Index: ofono-1.33/src/ofono.service.in
+ProtectKernelLogs=true
+ProtectControlGroups=true
+RestrictRealtime=true
+# end of automatic additions
+# end of automatic additions
Type=dbus
BusName=org.ofono
ExecStart=@prefix@/sbin/ofonod -n
--
2.50.1

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ce65c12e446f7b15d2ed98a220f9cc6f1571b269d83c4f14b0a2d67c33919fef
size 1304592

3
ofono-2.19.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d554525ad2db1ccd2fe3ed733e437d76997e7f443c085b87e6be1fded020bc8f
size 1323480

View File

@@ -1,3 +1,71 @@
-------------------------------------------------------------------
Sun Dec 7 22:03:31 UTC 2025 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.19
* Add support for PPP reset workaround for SIM7100 modem.
* Add support for Qualcomm RAW-IP only devices.
-------------------------------------------------------------------
Mon Aug 25 13:41:49 UTC 2025 - Petr Vorel <pvorel@suse.cz>
- Update to version 2.18
* Fix issue with QMI and handling SMS message acknowledgement.
* Fix issue with handling SIM7100 modem ready detection.
* Add support for forbidden operator list.
- Turn harden_ofono.service.patch into git patch.
-------------------------------------------------------------------
Sun May 11 08:02:02 UTC 2025 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.17
* Fix issue with SMS and possible buffer overflow.
-------------------------------------------------------------------
Thu Mar 27 15:14:24 UTC 2025 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.16
* Add support for QMI service request rate limiting.
-------------------------------------------------------------------
Fri Feb 14 17:13:49 UTC 2025 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.15
* Fix issue with SMS and uninitialized buffers.
* Fix issue with USSD and uninitialized buffers.
* Add support for the Test Anything Protocol.
-------------------------------------------------------------------
Sat Dec 14 21:30:05 UTC 2024 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.14
* Fix issue with STK and buffer length checks.
* Fix issue with SMS and buffer length checks.
* Fix issue with QMI and handling RAT detection.
* Fix issue with QMI and handling call forwarding.
* Add support for handling MHI network interfaces.
-------------------------------------------------------------------
Sun Nov 24 14:24:47 UTC 2024 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.13
* Add support for handling QMI PIN and Lock methods.
* Add support for handling QMI WWAN interfaces.
* Add support for handling RMNet interfaces.
-------------------------------------------------------------------
Sat Nov 9 18:20:08 UTC 2024 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.12
* Fix issue with access technology reporting.
* Fix issue with detecting Phonet devices.
-------------------------------------------------------------------
Thu Oct 24 18:57:28 UTC 2024 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.11
* Add support for SIMCom A7672E-FASE modem.
* Add support for Quectel EG916Q-GL modem.
-------------------------------------------------------------------
Sat Aug 24 20:03:02 UTC 2024 - Martin Hauke <mardnh@gmx.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package ofono
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2014 Sergey Kondakov <virtuousfox@gmail.com>.
# Copyright (c) 2014 Bernd Wachter <bwachter@lart.info>.
#
@@ -19,7 +19,7 @@
Name: ofono
Version: 2.10
Version: 2.19
Release: 0
Summary: Mobile telephony application development framework
License: GPL-2.0-only