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
|
opensmtpd (7.8.0p0-2) unstable; urgency=medium
* Add libcrypt-dev to build-depends (Closes: #1106987)
-- Ryan Kavanagh <rak@debian.org> Fri, 05 Dec 2025 10:33:11 -0500
opensmtpd (7.8.0p0-1) unstable; urgency=medium
[ Ryan Kavanagh ]
* New upstream release
+ Fixes CVE-2025-62875 (Closes: #1119840)
[ Carles Pina i Estany ]
* Added po-debconf Catalan translation (Closes: #1106765)
-- Ryan Kavanagh <rak@debian.org> Mon, 03 Nov 2025 15:53:08 -0500
opensmtpd (7.7.0p0-1) unstable; urgency=medium
[ Ryan Kavanagh ]
* New upstream release
[ Gioele Barabucci ]
* d/preinst: Remove code for ancient versions
-- Ryan Kavanagh <rak@debian.org> Mon, 19 May 2025 10:50:04 -0400
opensmtpd (7.6.0p1-1) unstable; urgency=medium
* New upstream release
+ Update copyright holders
* Bump standards version to 4.7.2, no changes required
* opensmtpd-extras has been split up and is going away. Update
recommends/suggests to point to the packages into which it was split
(Closes: #1096076)
-- Ryan Kavanagh <rak@debian.org> Sat, 08 Mar 2025 11:03:26 -0500
opensmtpd (7.5.0p0-1) unstable; urgency=medium
* New upstream release
* Disable pristine-tar in gbp.conf
* Update copyright holders
* Drop 0002-Fix-typo-in-tls-error-message.patch, applied upstream
* Rename build-dependency pkg-config to pkgconf
-- Ryan Kavanagh <rak@debian.org> Sat, 08 Jun 2024 14:42:59 -0400
opensmtpd (7.4.0p1-1) unstable; urgency=medium
* New upstream release
* Drop obsolete --with-mantype=doc configure option
* Update copyright years
* Switch to gbp-pq
* Fix typo in tls error message, 0002-Fix-typo-in-tls-error-message.patch
* Drop obsolete lintian override on spelling-error-in-copyright
-- Ryan Kavanagh <rak@debian.org> Wed, 22 Nov 2023 10:40:02 -0500
opensmtpd (7.3.0p2-1) unstable; urgency=medium
* New upstream release
-- Ryan Kavanagh <rak@debian.org> Fri, 29 Sep 2023 12:52:22 -0400
opensmtpd (7.3.0p1-1) unstable; urgency=medium
* New upstream release (Closes: #1040365)
+ OpenSMTPD 7.3.0p1 is compatible with OpenSSL 3.0 (Closes: #1037359)
+ Safely handle connections from local, scoped IPv6 addresses
(Closes: #1034178, CVE-2023-29323)
+ Default smtpd.conf no longer suggests invalid "listen on all"
(Closes: #963252)
* Drop 07_automake_missing_options.diff, applied upstream
* Add missing build-dependency on pkg-config
* Drop breaks on opensmtpd-extras (<< 6.6.0), now in oldoldstable
* Bump standards-version to 4.6.2, no changes required
* Update lintian overrides to handle renames and allow for spare manual pages
* Update copyright file
* Drop unneeded dependency on lsb-base
* Can now build source after successful build (Closes: #1045548)
* Update NEWS to warn users of changes to smtpd.conf(5)
-- Ryan Kavanagh <rak@debian.org> Wed, 16 Aug 2023 11:08:22 -0400
opensmtpd (6.8.0p2-4) unstable; urgency=medium
* Fix typo in gecos fields
* Bump standards version to 4.6.0
* Build identical packages, regardless of whether the build environment uses
usrmerge (Closes: #993675)
-- Ryan Kavanagh <rak@debian.org> Thu, 09 Sep 2021 09:35:41 -0400
opensmtpd (6.8.0p2-3) unstable; urgency=medium
* Don't set ExecStop in systemd service file (this change got lost from
6.8.0p2-1)
-- Ryan Kavanagh <rak@debian.org> Sat, 23 Jan 2021 14:06:15 -0500
opensmtpd (6.8.0p2-2) unstable; urgency=medium
* Fix man page formatting
* Update changelog entry for 6.8.0p2-1 to mention security fixes
-- Ryan Kavanagh <rak@debian.org> Mon, 28 Dec 2020 11:42:41 -0500
opensmtpd (6.8.0p2-1) unstable; urgency=medium
* New upstream version 6.8.0p2
+ Closes #978039, CVE-2020-35680
+ Closes #978038, CVE-2020-35679
* Don't set ExecStop in systemd service file
-- Ryan Kavanagh <rak@debian.org> Mon, 28 Dec 2020 10:33:03 -0500
opensmtpd (6.8.0p1~rc1-1) unstable; urgency=medium
* New upstream release
+ Update copyright holders
* Generate autotools cruft in configure phase
* Bump standards-version to 4.5.1
* Drop obsolete hyphen-used-as-minus-sign lintian overrides
* Set man-type to 'man' during configure to ensure man pages get installed
at the right spot
* Migrate watch file to version 4
-- Ryan Kavanagh <rak@debian.org> Wed, 09 Dec 2020 09:16:26 -0500
opensmtpd (6.7.1p1-2) unstable; urgency=medium
* Let gbp-dch parse meta information
* Drop unneeded call to makemap in postinst. This also fixes a piuparts
failure
-- Ryan Kavanagh <rak@debian.org> Tue, 26 May 2020 10:46:01 -0400
opensmtpd (6.7.1p1-1) unstable; urgency=medium
* New upstream release
+ Drop 11_do_not_install-asr.h.diff, applied upstream
* No longer ship our own copy of sendmail.8
-- Ryan Kavanagh <rak@debian.org> Thu, 21 May 2020 15:35:19 -0400
opensmtpd (6.7.0p1-1) unstable; urgency=medium
* New upstream release
+ Drop 01_typos_smtpd.conf.5.diff (applied upstream)
+ Update copyright file
+ libasr is now part of opensmtpd; drop build-dep on libasr-dev
* Bump compat level to 13
* Determine building distribution based on branch name by setting dist=DEP14
in gbp.conf
* Set Rules-Requires-Root: binary-targets: we need to install mail.local
setgid mail.
* Don't install asr.h, 11_do_not_install-asr.h.diff
-- Ryan Kavanagh <rak@debian.org> Wed, 20 May 2020 11:12:53 -0400
opensmtpd (6.6.4p1-2) unstable; urgency=medium
* mail.local must be installed setgid mail to write to mail spool
(Closes: #959199)
-- Ryan Kavanagh <rak@debian.org> Thu, 30 Apr 2020 15:39:03 -0400
opensmtpd (6.6.4p1-1) unstable; urgency=high
* New upstream release fixes critical security bug (Closes: #952453).
Quoting from OpenBSD errata:
An out of bounds read in smtpd allows an attacker to inject arbitrary
commands into the envelope file which are then executed as root.
Separately, missing privilege revocation in smtpctl allows arbitrary
commands to be run with the _smtpq group.
* Update copyright file with new copyright holders
* Remove stale entries from Uploaders field
-- Ryan Kavanagh <rak@debian.org> Mon, 24 Feb 2020 12:20:52 -0500
opensmtpd (6.6.2p1-1) unstable; urgency=high
* New upstream release fixes the following two security issues:
+ smtpd can crash on opportunistic TLS downgrade, causing a denial of
service.
+ An incorrect check allows an attacker to trick mbox delivery into
executing arbitrary commands as root and lmtp delivery into executing
arbitrary commands as an unprivileged user.
* Bump standards version to 4.5.0
-- Ryan Kavanagh <rak@debian.org> Tue, 28 Jan 2020 17:27:21 -0500
opensmtpd (6.6.1p1-5) unstable; urgency=medium
* Handle non-zero exit code from hostname during config phase
(Closes: #948824)
-- Ryan Kavanagh <rak@debian.org> Wed, 22 Jan 2020 12:46:43 -0500
opensmtpd (6.6.1p1-4) unstable; urgency=medium
* Don't use force with dpkg-statoverride in postinst when setting
smtpctl setgid
* Make sure to remove statoverride before opensmtpdq group on purge
-- Ryan Kavanagh <rak@debian.org> Sat, 21 Dec 2019 17:52:40 -0500
opensmtpd (6.6.1p1-3) unstable; urgency=medium
* Install smtpctl setgid opensmtpq (Closes: #945910)
-- Ryan Kavanagh <rak@debian.org> Sun, 01 Dec 2019 09:50:39 -0500
opensmtpd (6.6.1p1-2) unstable; urgency=medium
* Allow custom config file paths via defaults file (Closes: #945280)
-- Ryan Kavanagh <rak@debian.org> Sat, 30 Nov 2019 13:48:40 -0500
opensmtpd (6.6.1p1-1) unstable; urgency=medium
* New upstream release (Closes: #944230)
+ Drop 11_ssl_1.1.diff (no longer needed)
+ Update copyright holders
* Fix bugs in init script. Thanks to Harald Dunkel for patch
* Bump standards version to 4.4.1
* We no longer need to override dh_auto_install
* Fix typos in manpage, 01_typos_smtpd.conf.5.diff
* This version of opensmtpd breaks opensmtpd-extras < 6.6.0
-- Ryan Kavanagh <rak@debian.org> Tue, 19 Nov 2019 12:06:13 -0500
opensmtpd (6.4.2p1-1) experimental; urgency=medium
* New upstream release (Closes: #920489)
+ Uploading to experimental to test patches that let us continue
supporting OpenSSL (thanks to Linda Lapinlampi)
* Warn users about changes to smtpd.conf format in NEWS file
-- Ryan Kavanagh <rak@debian.org> Sun, 18 Aug 2019 09:48:59 -0400
opensmtpd (6.0.3p1-6) unstable; urgency=medium
[ Felix Lechner ]
* Give different software licenses unique names; create missing License
stanzas. (Closes: #827060)
* Remove unused lintian overrides for DEP-5 copyright; add quotes to
multi-word spelling correction.
[ Ryan Kavanagh ]
* set debhelper compat to 12
* Bump standards version to 4.4.0
* Add missing Pre-Depends on ${misc:Pre-Depends}
-- Ryan Kavanagh <rak@debian.org> Sat, 17 Aug 2019 21:13:01 -0400
opensmtpd (6.0.3p1-5) unstable; urgency=medium
[ Ondřej Nový ]
* d/copyright: Use https protocol in Format field
[ Ryan Kavanagh ]
* Handle empty strings in postinst (Closes: #921429)
* Handle missing /etc/mailname (Closes: #913318)
* Update init script dependencies in comments
* Bump standards-version to 4.3.0; no changes required
* Drop check for ancient package version from postinst
* No longer install documentation for migration from version 5.3 to 5.4
-- Ryan Kavanagh <rak@debian.org> Wed, 06 Feb 2019 10:16:39 -0500
opensmtpd (6.0.3p1-4) unstable; urgency=medium
* Don't use 'smtpctl stop' in the init script either (Closes: #893367)
* Bump standards version to 4.1.4
-- Ryan Kavanagh <rak@debian.org> Mon, 30 Apr 2018 12:31:18 -0400
opensmtpd (6.0.3p1-3) unstable; urgency=medium
* Update build-depends to not require OpenSSL be version 1.0
-- Ryan Kavanagh <rak@debian.org> Thu, 22 Mar 2018 19:19:25 -0400
opensmtpd (6.0.3p1-2) unstable; urgency=medium
* Fix the stop target in the systemd service (Closes: #893367)
* Update Vcs-* fields to point to salsa
* Enable OpenSSL 1.1 support, 11_ssl_1.1.diff (Closes: #859544)
Thanks to Sebastian Andrzej Siewior for the patch.
* Conflict with sendmail-base: provides various commands such as
"newaliases" that could cause confusion with our own commands
(Closes: #888290)
-- Ryan Kavanagh <rak@debian.org> Sun, 18 Mar 2018 13:53:00 -0400
opensmtpd (6.0.3p1-1) unstable; urgency=medium
* New upstream release
* Updated copyright years
* Added documentation key to smtpd systemd unit file
-- Ryan Kavanagh <rak@debian.org> Tue, 16 Jan 2018 12:18:40 -0500
opensmtpd (6.0.2p1-3) unstable; urgency=medium
* Set Git branch in Vcs-Git to debian/sid
* Bump debhelper build-dependency to >= 11 and compat to 11
* Drop dh-autoreconf: not needed with dh >= 11
* Bump standards-version to 4.1.3
* Added systemd unit file (Closes: #733315, #871311)
* Change priority to optional
* Use https for URLs in debian/watch and for Homepage
* Turn on all hardening options
* Suggest ca-certificates, which provides /etc/ssl/certs/ca-certificates.crt
-- Ryan Kavanagh <rak@debian.org> Sun, 07 Jan 2018 18:00:29 -0500
opensmtpd (6.0.2p1-2) unstable; urgency=medium
* Let smtpd create its spool directory tree instead of shipping it.
This fixes errors regarding directories with incorrect owners.
Thanks to Harald Dunkel for a patch. (Closes: #843978)
* Actually remove the spool directory on purge.
-- Ryan Kavanagh <rak@debian.org> Tue, 07 Mar 2017 09:33:17 -0500
opensmtpd (6.0.2p1-1) unstable; urgency=medium
* Added Brazilian Portuguese debconf templates translation (Closes: #829336)
* Added missing dependency on ed (Closes: #834280)
* Switch B-D to libssl1.0-dev while upstream determines how to best
transition to OpenSSL 1.1 (Closes: #828473)
* Fix manpage formatting issues (Closes: #832008)
* Added missing dependency on lsb-base
* Add missing build-dependency on zlib1g-dev
* Add lintian override for spelling mistake in copyright text
-- Ryan Kavanagh <rak@debian.org> Fri, 25 Nov 2016 15:51:28 -0500
opensmtpd (5.9.2p1-1) unstable; urgency=medium
* New upstream release
+ Drop 04_no_mailq.diff, 11_smtpd.conf.5_typo.diff: no longer needed
* Make debian-branch for sid debian/sid
* Updated copyright holders
* Updated standards-version to 3.9.8
* Fix bug in getalias() in debian/config
* Don't install empty /usr/bin in opensmtpd package
* Update lintian override for missing-license-paragraph-in-dep5-copyright
* Update our configure options to reflect name changes
* Install missing links to smtpctl for makemap and newaliases
* opensmtpd now requires different permissions and ownership for the offline
queue and purge directories; update these accordingly
-- Ryan Kavanagh <rak@debian.org> Sat, 11 Jun 2016 14:21:51 -0400
opensmtpd (5.7.3p2-1) unstable; urgency=medium
* New upstream release
+ Fixes segfault when relaying mail (Closes: #813398)
* Make Vcs-* URLs secure
* 'fortify' hardening option no longer detects false-positive buffer
overflow when processing offline queue. Reenabling.
+ Accordingly, drop unneeded hardening-no-fortify overrides.
-- Ryan Kavanagh <rak@debian.org> Thu, 11 Feb 2016 09:09:22 -0500
opensmtpd (5.7.3p1-1) unstable; urgency=high
* New upstream release
+ Fixes security issues (Closes: #800787, CVE-2015-7687). This point
release also features fixes to security issues that weren't part of the
Qualsys audit.
+ No longer have conflicting declarations of fatal in source
(Closes: #749810)
* Drop 02_hyphen_as_minus_sign.diff, 06_man_cleanup.diff,
11_compile_warnings.diff, 12_ssl_check.diff. All applied upstream
* Updated 07_automake_missing_options.diff to reflect changes to upstream
source
* Fix typo in manpage, 11_smtpd.conf.5_typo.diff
* Update the copyright file
* Drop our local copy of the upstream changelog
* Recommend opensmtpd-extras: the tables and filters have been forked off
into a separate project upstream
* (Build-)Depend on libasr: this library has also forked off into a
stand-alone project
* Drop useless build-dependencies on autoconf/automake/libtool: these are
already brought in by dh-autoreconf
* Update lintian overrides: we drop overrides for filters moved to
opensmtpd-extras, add overrides due to a broken dep5 check, and
override spelling-error-in-copyright (the error is in the license text)
* Update configure options in rules to continue building the db table and
makemap
-- Ryan Kavanagh <rak@debian.org> Sun, 01 Nov 2015 20:56:47 -0500
opensmtpd (5.4.2p1-4) unstable; urgency=medium
* Don't abort on unseen flags in debconf (Closes: #770939)
* Added Dutch translations. (Closes: #767303)
Thanks to Frans Spiesschaert <Frans.Spiesschaert@yucom.be>
* Bump standards version to 3.9.6
* Updated debian/copyright to conform to dep5
-- Ryan Kavanagh <rak@debian.org> Fri, 06 Feb 2015 13:04:56 -0500
opensmtpd (5.4.2p1-3) unstable; urgency=medium
* Specify location of CA certificates when running ./configure; fixes broken
certificate verification when establishing encrypted connection (Closes:
#756069)
-- Ryan Kavanagh <rak@debian.org> Sat, 26 Jul 2014 12:08:25 +0200
opensmtpd (5.4.2p1-2) unstable; urgency=medium
* Disable fortify, fixes sigabort on buffer overflow false positive
* Fix broken SSL version check, 12_ssl_check.diff (Closes: #748150)
-- Ryan Kavanagh <rak@debian.org> Wed, 11 Jun 2014 21:30:20 +0200
opensmtpd (5.4.2p1-1) unstable; urgency=medium
* Imported Upstream version 5.4.2p1
+ Drop 05_no_smtpscript.diff, no longer needed
+ Drop 08_man_errors.diff, applied upstream
+ Drop 09_hyphens_in_man.diff, applied upstream
* This build against the new openssl package permits opensmtpd to start
again (Closes: #748513); the underlying problem has been reported upstream
* Install CONFIG-UPDATE.txt.gz (Closes: #741238)
* Get rid of unnecessary compile time warnings, 11_compile_warnings.diff
(Closes: #747666). Thanks to Benny Baumann for the patch.
* Update copyright file with new holders and years
* Update lintian overrides with new false positives for hyphens in man
pages.
-- Ryan Kavanagh <rak@debian.org> Thu, 22 May 2014 21:34:02 +0200
opensmtpd (5.4.1p1-1) unstable; urgency=medium
* New upstream release (Closes: #732989)
* Updated copyright file
* Drop the following patches:
+ 01_binary_typos.diff, applied upstream
+ 03_no_hardlinks.diff, applied upstream
+ 07_mailname.diff, applied upstream
+ 08_empty_alias.diff, applied upstream
+ 10_automake_114.diff, no longer needed
+ 11_sys-mount.h_hurd.diff, applied upstream
+ 12_kfreebsd-hurd_crypt.h.diff, applied upstream
+ 13_reserve_inodes.diff, applied upstream
+ 14_syslog_prognames.diff, applied upstream
* Add missing automake options, 07_automake_missing_options.diff, and use
dh-autoreconf to update the autotools files
* Fix man errors due to unknown command, 08_man_errors.diff
* Don't use hyphens as minus signs, 09_hyphens_in_man.diff, and override
lintian's false-positives due to the mdoc format
* Update the path to aliases in the default smtpd.conf to reflect the
location specified by Debian policy, 10_smtpd.conf.diff
* Update debian/rules with new configure option names
* We no longer need the opensmtpf user; no longer create it and delete the
account on upgrade from 5.3.3p1
* Added translations:
+ Spanish (Closes: #727017)
Thanks to Camaleón <noelamac@gmail.com>
+ Portuguese (Closes: #729923)
Thanks to Américo Monteiro <a_monteiro@gmx.com>
+ German (Closes: #730452)
Thanks to Chris Leick <c.leick@vollbio.de>
* Update standards version to 3.9.5
* Install the upstream changelog / release notes
* Added a NEWS file advising users of the changes to config and refer to
(included) config upgrade notes based on those from the opensmtpd wiki
-- Ryan Kavanagh <rak@debian.org> Sun, 02 Feb 2014 09:57:15 -0500
opensmtpd (5.3.3p1-4) unstable; urgency=low
* Added French translations (Closes: #724343)
Thanks to Jean-Pierre Giraud <jean-pierregiraud@neuf.fr>
* Added Swedish translation (Closes: #725103)
Thanks to Martin Bagge <brother@bsnet.se>
* Don't truncate process names in syslog, 14_syslog_prognames.diff
(Closes: #724062)
-- Ryan Kavanagh <rak@debian.org> Sun, 20 Oct 2013 08:07:22 -0400
opensmtpd (5.3.3p1-3) unstable; urgency=low
* Fix filesystem queue issue on btrfs, 13_reserve_inodes.diff
(Closes: #723893)
-- Ryan Kavanagh <rak@debian.org> Sat, 21 Sep 2013 09:58:14 -0400
opensmtpd (5.3.3p1-2) unstable; urgency=low
* The BSD-4-clause license is actually BSD-3-clause + restrictions; update
debian/copyright accordingly
* Added Russian translations (Closes: #721269);
Thanks Yuri Kozlov <yuray@komyakino.ru>
* Fix FTBFS on hurd-i386 due to missing sys/mount.h,
11_sys-mount.h_hurd.diff
* Check if -lcrypt is needed on GNU/kFreeBSD, GNU/Hurd; fixes FTBFS,
12_kfreebsd-hurd_crypt.h.diff
* Drop the -r (--relative) argument to ln, it isn't supported on all
architectures yet and was causing a FTBFS on those architectures, affects
03_no_hardlinks.diff and 04_no_mailq.diff
-- Ryan Kavanagh <rak@debian.org> Tue, 10 Sep 2013 19:00:18 -0400
opensmtpd (5.3.3p1-1) unstable; urgency=low
* Initial release (Closes: #706985)
-- Ryan Kavanagh <rak@debian.org> Sat, 07 Sep 2013 12:29:01 -0400
|