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 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544
|
sope (5.12.3-1) experimental; urgency=medium
* New upstream release.
* Drop cherry-picked patches, now part of the new release.
-- Jordi Mallach <jordi@debian.org> Fri, 25 Jul 2025 15:12:33 +0200
sope (5.12.1-2) unstable; urgency=medium
* [CVE-2025-53603] Add proposed patch to fix DoS-enabling segfault
(closes: #1108798).
* Cherry-pick two additional fixes from the 5.12.2 release.
- allow SMTP replies that don't adhere to the SMTP spec
- don't check for the auth bearer token
-- Jordi Mallach <jordi@debian.org> Tue, 22 Jul 2025 22:34:25 +0200
sope (5.12.1-1) unstable; urgency=medium
* New upstream release.
-- Jordi Mallach <jordi@debian.org> Sun, 04 May 2025 23:13:11 +0200
sope (5.12.0-1) unstable; urgency=medium
* New upstream release.
* Drop cherry-picked from upstream git.
-- Jordi Mallach <jordi@debian.org> Mon, 24 Mar 2025 14:17:23 +0100
sope (5.11.2-1) unstable; urgency=medium
* New upstream release (identical to 5.11.1).
* Add upstream patch to avoid closing sockets twice.
* Update Standards-Version to 4.7.2 (no changes needed).
-- Jordi Mallach <jordi@debian.org> Fri, 14 Mar 2025 11:33:11 +0100
sope (5.11.1-2) unstable; urgency=medium
[ Yavor Doganov ]
* debian/control (Build-Depends): Require libgnustep-base-dev (>=
1.30.0-10) for the multiarch layout. Closes: #1094178
Remove unnecessary gobjc.
(libsope1): Mark as Multi-Arch: same.
* debian/libsope1.install: Update for the multiarch layout.
* debian/libsope-dev.install: Likewise.
* debian/rules: Include /usr/share/GNUstep/debian/config.mk to avoid
using the build architecture Objective-C compiler. Fixes FTCBFS.
(override_dh_auto_build): Use dh_auto_build and pass $(optim) and
$(verbose) to support noopt and terse in DEB_BUILD_OyPTIONS.
(override_dh_auto_install): Remove; no longer necessary.
Closes: #1094184.
[ Jordi Mallach ]
* Update Standards-Version to 4.7.0.
* Update copyright years.
-- Jordi Mallach <jordi@debian.org> Fri, 31 Jan 2025 10:00:11 +0100
sope (5.11.1-1) unstable; urgency=medium
* New upstream release.
-- Jordi Mallach <jordi@debian.org> Tue, 15 Oct 2024 01:42:52 +0200
sope (5.11.0-1) unstable; urgency=medium
* New upstream release.
-- Jordi Mallach <jordi@debian.org> Mon, 12 Aug 2024 12:51:32 +0200
sope (5.10.0-1) unstable; urgency=medium
* New upstream release.
* Fix watch to allow for double digit components of a version.
* Update copyright years and download URL.
* Drop GNUStep 1.29 compatibility patch, fixed upstream.
-- Jordi Mallach <jordi@debian.org> Sat, 23 Mar 2024 01:35:16 +0100
sope (5.9.1-1) unstable; urgency=medium
* New upstream release.
* Switch Build-Depend on pkg-config to pkgconf.
-- Jordi Mallach <jordi@debian.org> Thu, 18 Jan 2024 17:42:39 +0100
sope (5.9.0-1) unstable; urgency=medium
* New upstream release.
-- Jordi Mallach <jordi@debian.org> Wed, 11 Oct 2023 00:14:09 +0200
sope (5.8.4-1) unstable; urgency=medium
* New upstream release.
-- Jordi Mallach <jordi@debian.org> Mon, 26 Jun 2023 00:04:52 +0200
sope (5.8.3-1) unstable; urgency=medium
[ Jordi Mallach ]
* New upstream release.
* Update Standards-Version to 4.6.2, with no changes needed.
[ Yavor Doganov ]
* Fix FTBFS with gnustep-base/1.29.0. Closes: #1028579
-- Jordi Mallach <jordi@debian.org> Mon, 19 Jun 2023 01:07:38 +0200
sope (5.8.2-1) unstable; urgency=medium
* New upstream bugfix release.
-- Jordi Mallach <jordi@debian.org> Thu, 11 May 2023 15:21:21 +0200
sope (5.8.0-1) unstable; urgency=medium
* New upstream release.
* Update watch file with new download URL.
* Update lintian-overrides to new syntax.
* Add the full LGPL-2 header and update copyright attributions.
-- Jordi Mallach <jordi@debian.org> Thu, 01 Dec 2022 12:19:48 +0100
sope (5.7.1-1) unstable; urgency=medium
* New upstream release.
-- Jordi Mallach <jordi@debian.org> Wed, 24 Aug 2022 16:50:04 +0200
sope (5.7.0-1) unstable; urgency=medium
* New upstream release.
* Update Standards-Version to 4.6.1 (no changes needed).
-- Jordi Mallach <jordi@debian.org> Thu, 16 Jun 2022 12:13:50 +0200
sope (5.6.0-1) unstable; urgency=medium
* New upstream release.
-- Jordi Mallach <jordi@debian.org> Wed, 04 May 2022 23:08:47 +0200
sope (5.5.1-1) unstable; urgency=medium
* New upstream release.
-- Jordi Mallach <jordi@debian.org> Fri, 04 Feb 2022 20:17:29 +0100
sope (5.5.0-1) unstable; urgency=medium
* New upstream release.
-- Jordi Mallach <jordi@debian.org> Tue, 25 Jan 2022 18:09:24 +0100
sope (5.4.0-1) unstable; urgency=medium
* New upstream release.
-- Jordi Mallach <jordi@debian.org> Fri, 17 Dec 2021 13:16:50 +0100
sope (5.3.0-1) unstable; urgency=medium
* New upstream release.
* Update mismatched libsope1 lintian overrides.
* Update copyright years.
-- Jordi Mallach <jordi@debian.org> Fri, 19 Nov 2021 10:41:55 +0100
sope (5.2.0-1) unstable; urgency=medium
* New upstream release.
* Update Standards-Version to 4.6.0.
* Add upstream metadata.
-- Jordi Mallach <jordi@debian.org> Wed, 22 Sep 2021 16:48:50 +0200
sope (5.1.1-1) unstable; urgency=medium
* New upstream release.
-- Jordi Mallach <jordi@debian.org> Tue, 17 Aug 2021 00:44:54 +0200
sope (5.1.0-1) unstable; urgency=medium
* New upstream release.
-- Jordi Mallach <jordi@debian.org> Thu, 08 Apr 2021 20:36:08 +0200
sope (5.0.1-2) unstable; urgency=medium
* Build against OpenSSL, now that ftpmaster considers it a system
library. The GnuTLS codepath in SOGo is basically only used by
Debian/Ubuntu and is a source of many grave problems in SOGo.
-- Jordi Mallach <jordi@debian.org> Tue, 02 Feb 2021 00:57:01 +0100
sope (5.0.1-1) unstable; urgency=medium
* New upstream release.
* Update watch file to look for any X.Y.Z version.
* Drop sh4 and libxml2 patches, now applied upstream.
* Update Standards-Version to 4.5.1.
* Move sope-bin to Section: utils.
-- Jordi Mallach <jordi@debian.org> Thu, 26 Nov 2020 14:49:27 +0100
sope (4.3.2-2) unstable; urgency=medium
* No change Source-Only upload after going through NEW.
-- Jordi Mallach <jordi@debian.org> Fri, 31 Jul 2020 13:35:13 +0200
sope (4.3.2-1) unstable; urgency=medium
* New upstream release.
* Make build use pkg-config instead of xml2-config (closes: #949499).
* Build-Depend on pkg-config.
* Bump debhelper compat to v13.
* Install binaries in new binary package sope-bin.
-- Jordi Mallach <jordi@debian.org> Wed, 22 Jul 2020 17:21:17 +0200
sope (4.3.0-1) unstable; urgency=medium
* New upstream release.
* Bump Standards-Version to 4.5.0.
-- Jordi Mallach <jordi@debian.org> Tue, 11 Feb 2020 12:09:43 +0100
sope (4.1.1-1) unstable; urgency=medium
* New upstream release.
-- Jordi Mallach <jordi@debian.org> Wed, 06 Nov 2019 11:16:01 +0100
sope (4.1.0-1) unstable; urgency=medium
* New upstream release.
* Update to debhelper compat v12.
* Update Standards-Version to 4.4.1.
-- Jordi Mallach <jordi@debian.org> Thu, 31 Oct 2019 09:08:48 +0100
sope (4.0.8-1) unstable; urgency=medium
* New upstream release.
-- Jordi Mallach <jordi@debian.org> Tue, 30 Jul 2019 17:55:23 +0200
sope (4.0.7-1) unstable; urgency=medium
* New upstream release.
* Fix compilation on sh4 (thanks Yavor Doganov; closes: #919961).
* Mark libsope-dev as M-A: same.
-- Jordi Mallach <jordi@debian.org> Thu, 28 Feb 2019 01:12:42 +0100
sope (4.0.6-1) unstable; urgency=medium
* New upstream release.
-- Jordi Mallach <jordi@debian.org> Tue, 26 Feb 2019 11:43:04 +0100
sope (4.0.5-2) unstable; urgency=medium
* Add patch to unset MAKEFLAGS and MFLAGS in configure.
-- Jeroen Dekkers <jeroen@dekkers.ch> Mon, 14 Jan 2019 22:35:43 +0100
sope (4.0.5-1) unstable; urgency=medium
* New upstream release.
* Define upstream-vcs-tag and upstream-branch options.
* Update Standards-Version to 4.3.0.
-- Jordi Mallach <jordi@debian.org> Thu, 10 Jan 2019 09:36:25 +0100
sope (4.0.4-1) unstable; urgency=medium
* New upstream release.
-- Jordi Mallach <jordi@debian.org> Wed, 24 Oct 2018 16:30:27 +0200
sope (4.0.3-1) unstable; urgency=medium
* New upstream release.
-- Jordi Mallach <jordi@debian.org> Wed, 17 Oct 2018 23:23:36 +0200
sope (4.0.2-1) unstable; urgency=medium
* New upstream release.
* Update Standards-Version to 4.2.1.
* Drop dh_strip override as the dbgsyms migration is done.
-- Jordi Mallach <jordi@debian.org> Thu, 06 Sep 2018 10:22:11 +0200
sope (4.0.1-1) unstable; urgency=medium
* New upstream release.
* Set Rules-Requires-Root to no.
* Update Standards-Version to 4.1.5.
-- Jordi Mallach <jordi@debian.org> Fri, 03 Aug 2018 10:00:06 +0200
sope (4.0.0-1) unstable; urgency=medium
* New upstream release.
* Adapt watch file to avoid bogus 4.9* upstream version.
* Bump debheper compat to v11.
* Remove unneeded versioned B-D on dpkg-dev.
* Make libsope-dev priority optional.
* Update Standards-Version to 4.1.3.
* Rewrite rules using dh sequencer and drop B-D on cdbs.
* Update Vcs-* fields after migration to Salsa.
-- Jordi Mallach <jordi@debian.org> Thu, 29 Mar 2018 02:24:25 +0200
sope (3.2.10-1) unstable; urgency=medium
* New upstream release.
-- Jordi Mallach <jordi@debian.org> Thu, 20 Jul 2017 11:10:22 +0200
sope (3.2.9-2) unstable; urgency=medium
* Upload to unstable.
-- Jordi Mallach <jordi@debian.org> Sat, 24 Jun 2017 03:03:52 +0200
sope (3.2.9-1) experimental; urgency=medium
* New upstream release.
-- Jordi Mallach <jordi@debian.org> Tue, 23 May 2017 01:48:33 +0200
sope (3.2.8-1) experimental; urgency=medium
* New upstream release.
-- Jordi Mallach <jordi@debian.org> Sun, 23 Apr 2017 02:55:49 +0200
sope (3.2.6-1) unstable; urgency=medium
* New upstream release.
* Update Source field in copyright.
* Use https on all URLs.
-- Jordi Mallach <jordi@debian.org> Mon, 23 Jan 2017 23:36:08 +0100
sope (3.2.5-1) unstable; urgency=medium
* New upstream release.
* Switch Maintainer field to new team address.
Keep Jeroen Dekkers in Uploaders, and add myself there too.
* Update Homepage field.
* Fix watch file to point at new download URL.
* Bump debhelper compat to v10.
* Drop dch id-length option from gbp.conf.
* Make GNUstep includes optional. Closes: #816516.
This eases running the clean target outside chroots.
* Stop Build-Depending on autotools-dev, debhelper pulls it in.
* Drop duplicate Section field.
* Use secure URLs for Vcs-* fields.
-- Jordi Mallach <jordi@debian.org> Wed, 11 Jan 2017 02:06:20 +0100
sope (3.2.4-0.1) unstable; urgency=medium
* Non-maintainer upload.
* New upstream release.
-- Jordi Mallach <jordi@debian.org> Wed, 28 Dec 2016 18:54:57 +0100
sope (3.0.2-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Update build depends to default-libmysqlclient-dev (Closes: #845910)
-- John Lines <john@paladyn.org> Tue, 20 Dec 2016 17:41:47 +0000
sope (3.0.2-1) unstable; urgency=medium
* [c17021f9] New upstream release. (Closes: #813269)
* [e975d858] Bump Standards-Version to 3.9.8, no changes needed.
* [7c77abfc] Create automatic dbgsym package instead of the manual
libsope1-dbg.
-- Jeroen Dekkers <jeroen@dekkers.ch> Sat, 09 Apr 2016 15:15:55 +0200
sope (2.2.17-1) unstable; urgency=medium
* [2aeeedb5] New upstream release
-- Jeroen Dekkers <jeroen@dekkers.ch> Sat, 25 Apr 2015 01:19:32 +0200
sope (2.2.14-1) unstable; urgency=medium
* [694fef1a] New upstream release
* [1b6c87c4] Remove patches merged upstream
* [4da2e079] Bump Standards-Version to 3.9.6, no changes needed.
-- Jeroen Dekkers <jeroen@dekkers.ch> Sun, 25 Jan 2015 14:42:55 +0100
sope (2.2.9-2) unstable; urgency=medium
* [2fee7766] Update arm64 patch. Thanks Edmund Grimley Evans.
(Closes: #764474)
-- Jeroen Dekkers <jeroen@dekkers.ch> Mon, 13 Oct 2014 11:53:51 +0200
sope (2.2.9-1) unstable; urgency=medium
* [6e472429] New upstream release.
* [f54b5e33] Add patch for arm64.
-- Jeroen Dekkers <jeroen@dekkers.ch> Sat, 04 Oct 2014 21:24:51 +0200
sope (2.2.7-1) unstable; urgency=medium
* [0fb5a480] New upstream release.
-- Jeroen Dekkers <jeroen@dekkers.ch> Wed, 13 Aug 2014 17:35:52 +0200
sope (2.2.6-1) unstable; urgency=medium
* [024cdc82] New upstream release.
-- Jeroen Dekkers <jeroen@dekkers.ch> Tue, 22 Jul 2014 16:33:46 +0200
sope (2.2.5-2) unstable; urgency=medium
* [6815e7fe] Build-depend on libgnutls28-dev. (Closes: #753153)
-- Jeroen Dekkers <jeroen@dekkers.ch> Tue, 08 Jul 2014 14:17:08 +0200
sope (2.2.5-1) unstable; urgency=medium
* [25593ad7] New upstream release.
-- Jeroen Dekkers <jeroen@dekkers.ch> Sat, 07 Jun 2014 21:34:11 +0200
sope (2.2.3-1) unstable; urgency=medium
* New upstream release.
-- Jeroen Dekkers <jeroen@dekkers.ch> Sun, 06 Apr 2014 19:31:49 +0200
sope (2.2.2-1) unstable; urgency=medium
* New upstream release.
* Bump Standards-Version to 3.9.5, no changes needed.
* Update VCS-* fields to use the canonical URI.
-- Jeroen Dekkers <jeroen@dekkers.ch> Fri, 28 Mar 2014 22:43:45 +0100
sope (2.1.1-1) unstable; urgency=medium
* New upstream release.
-- Jeroen Dekkers <jeroen@dekkers.ch> Sat, 28 Dec 2013 17:40:18 +0100
sope (2.0.7-1) unstable; urgency=low
* New upstream release.
* Include updated watch file written by Bart Martens.
-- Jeroen Dekkers <jeroen@dekkers.ch> Sun, 11 Aug 2013 20:18:06 +0200
sope (2.0.5-1) unstable; urgency=low
* New upstream release.
-- Jeroen Dekkers <jeroen@dekkers.ch> Fri, 12 Apr 2013 19:47:43 +0200
sope (2.0.4b-1) unstable; urgency=low
* New upstream release.
* Fixes FTBFS on alpha. (Closes: #680735)
* Remove patches applied upstream:
- 0002-use-gnutls
- 0003-close-all-fds-on-daemon-start
- 0004-link-everything-correctly
- 0006-Fix-FTBFS-on-arm
- 0007-Remove-disabling-of-optimization
* Call dh_makeshlibs with -V.
* Update standards version to 3.9.4.
-- Jeroen Dekkers <jeroen@dekkers.ch> Thu, 14 Mar 2013 17:19:26 +0100
sope (1.3.16-1) unstable; urgency=low
* New upstream release.
* Drop patches applied upstream:
- 0006-Fix-compilation-on-GNU-kFreeBSD
- 0008-Fix-stale-cache-issue-when-upgrading.patch
- 0009-GNUstep-1.24-fix.patch
* Build with hardening enabled.
-- Jeroen Dekkers <jeroen@dekkers.ch> Fri, 29 Jun 2012 20:53:29 +0200
sope (1.3.15-4) unstable; urgency=low
* 0007-Fix-FTBFS-on-arm.patch:
- Really fix FTBFS this time.
-- Jeroen Dekkers <jeroen@dekkers.ch> Tue, 12 Jun 2012 01:08:07 +0200
sope (1.3.15-3) unstable; urgency=low
* 0009-GNUstep-1.24-fix.patch:
- Fix to cope with changes in GNUstep 1.24.
-- Jeroen Dekkers <jeroen@dekkers.ch> Sun, 10 Jun 2012 22:05:37 +0200
sope (1.3.15-2) unstable; urgency=low
* 0007-Fix-FTBFS-on-arm.patch:
- Fix FTBFS on arm that was introduced in the last upstream version.
* 0008-Fix-stale-cache-issue-when-upgrading.patch:
- Cherry-pick patch from upstream that fixes problems with stale
browser caches on upgrades.
-- Jeroen Dekkers <jeroen@dekkers.ch> Mon, 28 May 2012 16:38:50 +0200
sope (1.3.15-1) unstable; urgency=low
* New upstream release.
* Drop patches applied upstream:
- 0006-Fix-compilation-with-Werror-format-security
- 0007-gcc-4.7-build-fixes-from-http-www.sogo.nu-bugs-view
* Make libsope-dev conflict with libgnustep-dl2-dev. (Closes: #674117)
* Add patch 0006-Fix-compilation-on-GNU-kFreeBSD.
-- Jeroen Dekkers <jeroen@dekkers.ch> Wed, 23 May 2012 16:46:35 +0200
sope (1.3.14-1) unstable; urgency=low
* Initial release. (Closes: #672175)
-- Jeroen Dekkers <jeroen@dekkers.ch> Wed, 09 May 2012 15:39:17 +0200
|