1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336
|
ofono (2.14-1) unstable; urgency=medium
[ Sicelo A. Mhlongo ]
* New upstream version 2.14. (Closes: #1070371).
- CVE-2023-4232: Fix stack overflow bug triggered within the
decode_status_report() function during the SMS decoding.
- CVE-2023-4235: Fix stack overflow bug triggered within the
decode_deliver_report() function during the SMS decoding.
- CVE-2024-7543,
CVE-2024-7544,
CVE-2024-7545,
CVE-2024-7546: Fix flaws within the parsing of STK command PDUs.
(lack of proper validation of the length of user-supplied data
prior to copying it to a heap-based buffer)
- CVE-2024-7547: Fix flaw within the parsing of SMS PDUs
(lack of proper validation of the length of user-supplied data
prior to copying it to a stack-based buffer).
* debian/patches: Add upstream patches 0003-util-ensure-decode_hex_own_buf-is-
passed-a-valid-buf.patch, 0004-atmodem-sms-ensure-buffer-is-initialized-
before-use.patch, 0005-ussd-ensure-ussd-content-fits-in-buffers.patch:
+ CVE-2024-7539: Fix flaw within the parsing of responses from AT+CUSD
commands (lack of proper validation of the length of user-supplied
data prior to copying it to a stack-based buffer).
+ CVE-2024-7540: Fix flaw within the parsing of responses from AT+CMGL
commands (lack of proper initialization of memory prior to accessing
it).
+ CVE-2024-7541: Fix flaw within the parsing of responses from AT+CMT
commands (lack of proper initialization of memory prior to accessing
it).
+ CVE-2024-7542: Fix flaw within the parsing of responses from AT+CMGR
commands (lack of proper initialization of memory prior to accessing
it).
[ Mike Gabriel ]
* debian/copyright:
+ Update copyright attributions.
+ Update auto-generated copyright.in file.
* debian/changelog:
+ White-space cleanup in previous entries.
-- Mike Gabriel <sunweaver@debian.org> Sun, 05 Jan 2025 13:38:11 +0100
ofono (2.12-1) unstable; urgency=medium
* New upstream release.
* debian/copyright:
+ Use recent FSF address.
-- Mike Gabriel <sunweaver@debian.org> Sat, 16 Nov 2024 20:22:35 +0100
ofono (2.11-1) unstable; urgency=medium
* New upstream release.
-- Mike Gabriel <sunweaver@debian.org> Tue, 05 Nov 2024 15:56:32 +0100
ofono (2.10-1) unstable; urgency=medium
[ Sicelo A. Mhlongo ]
* New upstream version 2.10. (Closes: #995669)
* d/patches: drop no longer needed patches for CVE-2023-2794.
* drop support for mobile-broadband-provider-info.
* d/control: use correct dbus dependency. (Closes: #955850)
* comply with usrmerge requirements. (Closes: #1073646)
* d/control: drop deprecated lsb-base dependency.
[ Mike Gabriel ]
* debian/copyright:
+ Add auto-generated copyright.in file for later tracking of copyright
changes.
+ Rewrite file entirely.
-- Mike Gabriel <sunweaver@debian.org> Tue, 17 Sep 2024 12:55:23 +0200
ofono (1.31-4) unstable; urgency=medium
* debian/control:
+ Bump Standards-Version to 4.7.0. No changes needed.
+ Add myself to Uploaders:.
* debian/control:
+ Add to B-D: systemd-dev [linux-any]. (Closes: #1060578).
* CVE-2023-2794, debian/patches:
+ Add CVE-2023-2794_p{1,2,3,4}.patch. Fix SMS decoder stack-based buffer
overflow (remote code execution vulnerability within the decode_deliver()
function). (Closes: #1069679).
-- Mike Gabriel <sunweaver@debian.org> Fri, 24 May 2024 10:12:08 +0200
ofono (1.31-3) unstable; urgency=medium
* Team upload.
* debian/control: Bump Standards-Version to 4.5.0 (no further changes)
-- Laurent Bigonville <bigon@debian.org> Sat, 28 Mar 2020 15:55:33 +0100
ofono (1.31-2) unstable; urgency=medium
* Team upload
* debian/copyright: Update the copyright file and convert to dep5
-- Laurent Bigonville <bigon@debian.org> Thu, 02 Jan 2020 01:43:46 +0100
ofono (1.31-1) unstable; urgency=medium
* Team upload
[ Helmut Grohne ]
* Drop libc*-dev from ofono-dev Depends.
* Move ofono.pc to /usr/share/pkgconfig.
* Mark ofono-dev Multi-Arch: foreign. (Closes: #893941)
[ Laurent Bigonville ]
* New upstream release
* debian/control: Bump Standards-Version to 4.4.1 (no further changes)
* Bump debhelper compatibility to 12, use dh_missing instead of dh_install
to list non-installed files
* d/p/0002-Remove-After-syslog.target-from-systemd-.service-fil.patch:
Remove After=syslog.target from systemd .service files, to please lintian
* debian/control: Make ofono architecture linux-any, it uses signalfd that
is linux only and would require porting
* debian/control: Make ofono-dev depend against libdbus-1-dev and
libglib2.0-dev, the pkg-config file Requires them
* Create a new ofono-scripts package that ships the tests/ directory
(Closes: #868377)
-- Laurent Bigonville <bigon@debian.org> Sun, 29 Dec 2019 13:21:45 +0100
ofono (1.28-1) unstable; urgency=medium
* New upstream version 1.28
-- Héctor Orón Martínez <zumbi@debian.org> Fri, 08 Feb 2019 22:58:25 +0100
ofono (1.21-1) unstable; urgency=medium
* Team upload
[ Jonny Lamb ]
* Remove myself from Uploaders.
[ Laurent Bigonville ]
* New upstream release.
* debian/control: Bump Standards-Version to 4.4.1 (no further changes)
* Bump debhelper compatibility to 10 and drop direct build-dependency
against dh-systemd and autotools-dev
* debian/control: Add explicit dependency against lsb-base as the initscript
uses /lib/lsb/init-functions
* debian/watch: Use https and verify the signature of the tarball
* debian/rules: Do not run the tests in parallel
* debian/copyright: Fix the licence, ofono is GPL, not LGPL (Closes: #853206)
-- Laurent Bigonville <bigon@debian.org> Fri, 10 Nov 2017 17:32:26 +0100
ofono (1.18-1) unstable; urgency=medium
* Team upload
* New upstream release. (Closes: #792632)
- Bump libglib2.0-dev to >= 2.32
- Fix installation of the udev rules file
* debian/control:
- Bump Standards-Version to 3.9.8 (no further changes)
- Switch to https URL for Vcs-* fields
* Drop ofono-dbg package, rely on automatically built dbgsym package
* debian/compat: Bump Debhelper compatibility to 9
* Drop useless files in debian/patches/
* Switch from cdbs to dh
* debian/*.init: Use the executable path to better identify the running
processes (Closes: #825134)
-- Laurent Bigonville <bigon@debian.org> Sat, 04 Jun 2016 21:55:47 +0200
ofono (1.15-3) unstable; urgency=medium
* Team upload
* debian/control: Use canonical URL for the Vcs-* fields
* Install missing dundee daemon and LSB initscript
* debian/ofono.install, debian/rules, debian/control: Install .service files
(Closes: #771088)
* debian/control: Add build-dependency to autotools-dev
* debian/ofono.init: Drop the "set -e" from the begining of the script
-- Laurent Bigonville <bigon@debian.org> Wed, 13 May 2015 15:03:20 +0200
ofono (1.15-2) unstable; urgency=medium
* d/control: Konstantinos Margaritis drop from uploaders. Thanks.
* d/ofono-dev.install: ship pkg-config files.
Thanks Graham Inggs for patch.
(Closes: #763111)
* d/control: bump Standards-Version.
* d/p/0002_update_config_guess.patch: update to recent version 2014-03-23.
-- Hector Oron <zumbi@debian.org> Mon, 20 Oct 2014 00:08:53 +0200
ofono (1.15-1) unstable; urgency=medium
* New upstream release. (Closes: #759516)
-- Hector Oron <zumbi@debian.org> Wed, 24 Sep 2014 01:20:27 +0200
ofono (1.9-2) unstable; urgency=low
* Upload to unstable.
* d/p/fix-ftbfs-glibc-2.17.patch: ftbfs with eglibc-2.17 (Closes: #701435)
-- Hector Oron <zumbi@debian.org> Tue, 04 Jun 2013 15:47:00 +0200
ofono (1.9-1) experimental; urgency=low
* New upstream release
-- Konstantinos Margaritis <markos@debian.org> Tue, 31 Jul 2012 11:00:42 +0300
ofono (1.6-2) unstable; urgency=low
* Add build dependency on mobile-broadband-provider-info
-- Hector Oron <zumbi@debian.org> Sat, 02 Jun 2012 00:55:18 +0200
ofono (1.6-1) unstable; urgency=low
* New upstream release.
* Add myself to uploaders.
* Update Standards-Version.
* Change source/format to 3.0 (quilt)
-- Hector Oron <zumbi@debian.org> Fri, 01 Jun 2012 18:29:37 +0200
ofono (0.53-2) unstable; urgency=low
* debian/ofono.init: Add dbus as a dependency to start and stop. Thanks
to Johannes Schauer for the patch and report. (Closes: #631707)
-- Jonny Lamb <jonny@debian.org> Wed, 24 Aug 2011 15:36:44 +0100
ofono (0.53-1) unstable; urgency=low
* New upstream release.
* debian/control: Add Vcs-* fields.
* Ensure ofono is built with bluetooth support (pass --enable-bluetooth
and add libbluetooth-dev build-dep).
-- Jonny Lamb <jonny@debian.org> Wed, 24 Aug 2011 14:40:25 +0100
ofono (0.36-1) unstable; urgency=low
* New upstream release.
* debian/: Added some files relating to building with git.
* debian/control:
+ Adopt the package from Andres. Thanks for your work, dude!
+ Upped versioned build-dep on glib.
+ Upped Standards-Version. (no changes)
* debinan/ofono.install: Updated.
* debian/rules: Switch to cdbs to be like the rest of the pkg-telepathy
packages.
* debian/ofono.init: Add dependency on $remote_fs in required-start and
required-stop.
* debian/compat: Lower to 5 for misc reasons.
* debian/patches/: Add patch to fix small lintian problem.
-- Jonny Lamb <jonny@debian.org> Mon, 29 Nov 2010 18:14:48 +0000
ofono (0.18-1) unstable; urgency=low
* New upstream release.
-- Andres Salomon <dilinger@debian.org> Thu, 18 Feb 2010 03:58:18 +0000
ofono (0.9-1) unstable; urgency=low
* New upstream release.
* Since it runs w/out it, change the udev Depends to a Recommends.
-- Andres Salomon <dilinger@debian.org> Mon, 02 Nov 2009 18:46:37 +0000
ofono (0.8-1) unstable; urgency=low
* New upstream release.
* Drop cdbs and use debhelper 7 features instead.
-- Andres Salomon <dilinger@debian.org> Sun, 18 Oct 2009 23:54:52 +0000
ofono (0.7-1) unstable; urgency=low
* New upstream release.
* Also build-dep upon udev, as otherwise UDEV_DATADIR is set incorrectly
(closes: #549544).
* Ofono itself should also probably depend upon udev, eh?
-- Andres Salomon <dilinger@debian.org> Sun, 04 Oct 2009 15:27:21 +0000
ofono (0.6-3) unstable; urgency=low
* Build-dep upon libudev-dev and enable udev support.
-- Andres Salomon <dilinger@debian.org> Sat, 03 Oct 2009 20:22:58 +0000
ofono (0.6-2) unstable; urgency=low
* Add a -dbg package.
-- Andres Salomon <dilinger@debian.org> Tue, 29 Sep 2009 20:05:20 +0000
ofono (0.6-1) unstable; urgency=low
* New upstream release.
-- Andres Salomon <dilinger@debian.org> Mon, 28 Sep 2009 16:21:52 +0000
ofono (0.5-1) unstable; urgency=low
* New upstream release.
* Be sure to create /var/lib/ofono (for the lulz).
* Silence some lintian warnings.
-- Andres Salomon <dilinger@debian.org> Fri, 25 Sep 2009 22:58:23 +0000
ofono (0.4-1) unstable; urgency=low
* New upstream release.
* Update copyright file.
* Include the new modem.conf.
-- Andres Salomon <dilinger@debian.org> Thu, 03 Sep 2009 19:51:21 +0000
ofono (0.3-1) unstable; urgency=low
* New upstream release.
* Drop ofonod manpage; merged upstream.
-- Andres Salomon <dilinger@debian.org> Sat, 15 Aug 2009 15:55:11 +0000
ofono (0.1-1) unstable; urgency=low
* Initial release.
-- Andres Salomon <dilinger@debian.org> Sat, 11 Jul 2009 18:37:48 -0400
|