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
|
up-imapproxy (1.2.8~svn20171105-2) unstable; urgency=medium
* Move from GitHub to Salsa
* Set Rules-Requires-Root: no
* Run wrap-and-sort -at
* Convert to machine-readable debian/copyright
* Add upstream metadata
* Use Standard-Version 4.4.1 and modern debian/rules
* Switch to debhelper-compat 12
* Convert debian/prepare-config-file to a patch
* Make debian/upstream/signing-key.asc minimal
-- Richard Laager <rlaager@wiktel.com> Sun, 12 Jan 2020 21:22:54 -0600
up-imapproxy (1.2.8~svn20171105-1) unstable; urgency=medium
* Imported Upstream version 1.2.8~svn20171105
* Drop upstreamed changes
* Bump Standards-Version to 4.1.1 (no changes)
* Update to debhelper 10
* Run wrap-and-sort
-- Richard Laager <rlaager@wiktel.com> Sun, 05 Nov 2017 02:20:25 -0600
up-imapproxy (1.2.8~svn20161210-3) unstable; urgency=medium
* Correct the service file.
Thanks to Marc Dequènes (Duck) (Closes: 868150)
* Move the pidfile to /run
-- Richard Laager <rlaager@wiktel.com> Thu, 13 Jul 2017 21:02:35 -0500
up-imapproxy (1.2.8~svn20161210-2) unstable; urgency=medium
[ Jose Luis Tallon ]
* New maintainer (Closes: 838071)
[ Adriano Rafael Gomes ]
* Add pt_BR debconf translation (Closes: 770364)
[ Richard Laager ]
* Fix fuzzy pt_BR debconf translation
* Cleanup package maintainer scripts
* Suppress errors from rmdir in prerm
* Lookup the chroot_directory for localtime code
* Handle lack of /etc/localtime (Closes: 848004)
* Handle changed /etc/localtime
-- Richard Laager <rlaager@wiktel.com> Tue, 13 Dec 2016 18:44:17 -0600
up-imapproxy (1.2.8~svn20161210-1) unstable; urgency=medium
[ Peter Eisentraut ]
* status support (Closes: 526673)
[ Richard Laager ]
* New co-maintainer (Closes: 838071)
* Import packaging into git
* Update watch file for SquirrelMail adoption
* Update to debhelper 9
* Add build-arch and build-indep targets
* Update Standards-Version to 3.9.8 (no changes)
* Standardize the name as IMAP Proxy / imapproxy
* Tweak the package description
* Import all changes to-date from SVN (Closes: 728557, 834591, 836122)
(LP: 1614062)
* Make the pimpstat.8 man page useful (Closes: 518928)
* Start after IMAP daemons (if installed) (Closes: 738882)
* Fix many compiler warnings
* Fix building on OpenSSL 1.1 (Closes: 828586)
* Remove some useless FAQ items
* Cleanup the README situation
* Cleanup comments in imapproxy.conf
* Fix a spelling error
* Verify GPG signatures in debian/watch
* Add tony mancill as an uploader
-- Richard Laager <rlaager@wiktel.com> Sat, 10 Dec 2016 13:52:07 -0600
up-imapproxy (1.2.7-1.2) unstable; urgency=medium
* Non-maintainer upload.
* Install native systemd unit (Closes: #720606)
* Disable start of service during postinst, as the upstream imapd
may not be available (or even on localhost). (Closes: #829310)
* Remove remains of quilt, source format is 3.0 (quilt) already
and all patches were applied upstream.
* Enable hardening build flags.
* Replace dh_clean -k with dh_prep.
* Remove unused lintian override.
-- Christian Hofstaedtler <zeha@debian.org> Sat, 02 Jul 2016 16:22:31 +0200
up-imapproxy (1.2.7-1.1) unstable; urgency=low
* Non-maintainer upload.
* Fix pending l10n issues. Debconf translations:
- Danish (Joe Hansen). Closes: #628222
- Dutch; (Jeroen Schot). Closes: #656624
- Polish (Michał Kułach). Closes: #658741
-- Christian Perrier <bubulle@debian.org> Tue, 14 Feb 2012 07:22:23 +0100
up-imapproxy (1.2.7-1) unstable; urgency=low
* New upstream version (identical to previous)
* Packaging
- update to S-V 3.8.4 with no changes
- fix last lintian warnings
-- Jose Luis Tallon <jltallon@adv-solutions.net> Sun, 21 Feb 2010 14:01:09 +0100
up-imapproxy (1.2.7~rc3-2) unstable; urgency=low
* Fix pending l10n issues. Integrate patch from Christian Perrier
Debconf translations (Closes: #536742)
- Spanish (Francisco Javier Cuadrado). Closes: #536742
- Russian (Yuri Kozlov). Closes: #543195
- Italian (Vincenzo Campanella). Closes: #569130
- Slovak (Ivan Masar). Closes: #570285
-- Jose Luis Tallon <jltallon@adv-solutions.net> Sat, 20 Feb 2010 15:04:17 +0100
up-imapproxy (1.2.7~rc3-1) unstable; urgency=high
* New upstream version
* Upgraded packaging
- Converted to "source format 3.0 (quilt)"
- Upgrade to S-V 3.8.3 with no changes
* Wait for IMAP server to become available on startup (Closes: #517331)
- Based on a suggestion by Roman Medina-Heigl
-- Jose Luis Tallon <jltallon@adv-solutions.net> Fri, 16 Oct 2009 00:41:32 +0200
up-imapproxy (1.2.6-5) unstable; urgency=high
* Don't overwrite the config file on upgrades. (Closes: #510432)
- Urgency=high since we are fixing an RC after the freeze
- Included patch from Niko Tyni. Many thanks!!
- Now depends on ucf (>= 0.28)
-- Jose Luis Tallon <jltallon@adv-solutions.net> Fri, 6 Feb 2009 21:27:19 +0100
up-imapproxy (1.2.6-4) unstable; urgency=medium
* 'postinst' script: configuration file processing
- Fix typo which would truncate existing config file (Closes: #487761)
* Packaging enhancement: remove all files created during installation
(postinst), but leave alone any user-created files unless purging
-- Jose Luis Tallon <jltallon@adv-solutions.net> Wed, 25 Jun 2008 02:18:37 +0200
up-imapproxy (1.2.6-3) unstable; urgency=low
* postinst script: configuration file processing
- PERL 5.10 introduces an incompatibility affecting cfg file creation
- Updated the relevant script to work properly under this version
-- Jose Luis Tallon <jltallon@adv-solutions.net> Sun, 22 Jun 2008 23:03:20 +0200
up-imapproxy (1.2.6-2) unstable; urgency=low
* Packaging
- Updated to Standards-Version 3.8.0 with no changes:
Homepage control field was already there
we unfortunately do not support "parallel=<n>" builds.
- Minor fix to debian/rules to clean stale 'stamp-h' file
* Configuration
- Changed local listen port when configured to bind to localhost
(default) -- fixes new behaviour in 1.2.5 (Closes: #470431)
- By default, copy etc/localtime to chroot directory (Closes: #436555)
* Licensing et al.
- Updated debian/copyright wrt OpenSSL exception (Closes: #400454)
Upstream has been requested to document it themselves.
* Localization
- Included russian translation (ru.po) (Closes: #452298)
- Re-included portuguese translation, which got misplaced sometime
after 1.2.4-5 (Closes: #452298)
- Galician (Closes: #485488)
- Vietnamese (Closes: #485743)
- Basque [euskera] (Closes: #486161)
- Turkish (Closes: #486533)
-- Jose Luis Tallon <jltallon@adv-solutions.net> Tue, 17 Jun 2008 00:59:55 +0200
up-imapproxy (1.2.6-1) unstable; urgency=low
* New upstream version
- Upstream included all debian-specific patches
* Build process
- Updated to Standards-Version 3.7.3
- Updated build dependencies
- "As needed" linking
-- Jose Luis Tallon <jltallon@adv-solutions.net> Mon, 4 Feb 2008 23:49:37 +0100
up-imapproxy (1.2.4-10.2) unstable; urgency=low
* Non-maintainer upload to fix RC bug.
* Changed libwrap-dev Build-Dep to libwrap0-dev. (Closes: #436314)
* Add dutch po-debconf translation. Thanks to Bart Cornelis.
(Closes: #421838)
-- Ana Beatriz Guerrero Lopez <ana@debian.org> Sat, 25 Aug 2007 07:37:38 +0200
up-imapproxy (1.2.5-1) unstable; urgency=low
* New upstream version
- Acknowledge NMU (thanks, Jeroen)
- Resync'd with upstream
* Major debian-specific patches ; already sent upstream for inclusion
- IPv6 support (Closes: #370022)
- Proper pidfile handling (Closes: #416156)
* Fixed improper dependency on non-essential debconf in {pre,post}inst
* Fixed build dependency on libwrap-dev (libwrap0-dev does not provide it
anymore)
* localization
- NL (Closes: #421838)
-- Jose Luis Tallon <jltallon@adv-solutions.net> Mon, 19 Mar 2007 19:42:46 +0100
up-imapproxy (1.2.4-10.1) unstable; urgency=high
* NMU to fix RC bug
[ Jose Luis Tallon ]
* Re-starting imapproxy failed when it was already running.
- Fixed imapproxy to write a pidfile itself
Start-stop-daemon can now interact with it properly (Closes: #415954)
[ Jeroen van Wolffelaar ]
* Document -p in manpage
* Patch cleanup
* Add code to initscript to not attempt to start a second version if already
running, and to not fail if imapproxy is no longer running (also #415954)
-- Jeroen van Wolffelaar <jeroen@wolffelaar.nl> Wed, 28 Mar 2007 04:04:55 +0200
up-imapproxy (1.2.4-10) unstable; urgency=high
* Bashism in initscript made upgrade sequence fail when sh was not bash
One-liner fix, and hopefully ready to go (Closes: #415455)
-- Jose Luis Tallon <jltallon@adv-solutions.net> Mon, 19 Mar 2007 19:42:46 +0100
up-imapproxy (1.2.4-9) unstable; urgency=high
* Bug #405704 ("crash on startup when IMAP server is not available"):
I made a mistake when applying the supplied patch. The correct changes
have been merged in this time. (Closes: #405704)
-- Jose Luis Tallon <jltallon@adv-solutions.net> Thu, 15 Mar 2007 2:04:05 +0100
up-imapproxy (1.2.4-8) unstable; urgency=high
* Fixed crash on startup when IMAP server is not available (Closes: #405704)
* Security: backported possible DoS fix from 1.2.5rc2 (Closes: #409861)
* Enhance security: enable chroot by default (Closes: #352999)
(Patch provided by Kees Cook <kees@outflux.net>)
* Build process: fixed using files from current autotools-dev
* Made initscript a bit more intelligent, so that it won't fail so easily
when imapproxyd is slower to start than expected (Closes: #369020)
* Localization
- Updated DE translation (Closes: #412221)
-- Jose Luis Tallon <jltallon@adv-solutions.net> Sat, 10 Mar 2007 21:59:37 +0100
up-imapproxy (1.2.4-7) unstable; urgency=medium
* Control file: debconf is now a regular dependency.
Andreas Metzler's suggestion was indeed correct.
Fixed letting dh_installdebconf do its magic (Closes: #400470)
* Postrm: remove manual invocation of db_purge (which caused a bug)
DebHelper will take care of it properly.
-- Jose Luis Tallon <jltallon@adv-solutions.net> Thu, 7 Dec 2006 23:26:03 +0100
up-imapproxy (1.2.4-6) unstable; urgency=high
* Acknowledge NMUs
* Enhance daemon()ization process a bit (Closes: #387992)
* Building
- Re-enable -Wall (Closes: #400468)
* Localization:
- ja translation added (Closes: #393212)
* Init.d infrastructure
- Fixed startup logic (Closes: #369020)
- Fixed stop logic (Closes: #389695)
- Fixed bashism in initscript (==) (Closes: #399362)
- ensured lsb-functions are sourced; Depend on lsb-base(Closes: #400459)
* Control file: debconf pre-depend *is* necessary (Closes: #400470)
-- Jose Luis Tallon <jltallon@adv-solutions.net> Sun, 26 Nov 2006 19:56:07 +0100
up-imapproxy (1.2.4-5.2) unstable; urgency=high
* Non-maintainer upload.
* Fix bashism in init script [ "$START" == "no" ...] (Closes: #399362)
* Add dependency on lsb-base (Closes: #400459)
-- Andreas Metzler <ametzler@debian.org> Sun, 26 Nov 2006 10:47:33 +0000
up-imapproxy (1.2.4-5.1) unstable; urgency=high
* Non-maintainer upload.
* Remove the odd grep hack; it broke upgrades, as we don't get any warnings
on stop anymore, and the non-zero return status of grep killed the init
script. (Closes: #389695)
-- Steinar H. Gunderson <sesse@debian.org> Sat, 18 Nov 2006 15:51:36 +0100
up-imapproxy (1.2.4-5) unstable; urgency=high
* Code enhancements
- Change priority of 'peer verify' messages to LOG_INFO (Closes: #339752)
- Fixed typo in src/main.c (Closes: #388500)
* IPv6 support added (Closes: #370022)
* Localization:
- pt translation added (Closes: #381663)
* Init.d infrastructure
- Added /etc/default/imapproxy support (Closes: #375665)
- Reduce initscript's verbosity again (Closes: #333847)
-- Jose Luis Tallon <jltallon@adv-solutions.net> Wed, 20 Sep 2006 23:10:36 +0200
up-imapproxy (1.2.4-4) unstable; urgency=low
* Enhanced initscript -- pidfile support (Closes: #353016)
* Updated to standards version 3.7.2 with no changes
* Package sponsored by Roberto Lumbreras <rover@debian.org>
-- Jose Luis Tallon <jltallon@adv-solutions.net> Sun, 26 Feb 2006 16:34:08 +0100
up-imapproxy (1.2.4-3) unstable; urgency=low
* Update dependency on debconf, add alternative (Closes: #332133)
* Enhanced initscript to avoid spurious error messages (Closes: #333847)
* Fixed nonexistant file during installation/configuration
-- avoid compressing it (Closes: #333176)
* Package sponsored by Roberto Lumbreras <rover@debian.org>
-- Jose Luis Tallon <jltallon@adv-solutions.net> Wed, 5 Oct 2005 13:56:11 +0200
up-imapproxy (1.2.4-2) unstable; urgency=high
* Fixed format string vulnerability in connection parser (CAN-2005-2661).
* [INTL:sv] added Swedish translation[tack!] (Closes: #331352)
* Package sponsored by Roberto Lumbreras <rover@debian.org>
-- Jose Luis Tallon <jltallon@adv-solutions.net> Wed, 5 Oct 2005 13:56:11 +0200
up-imapproxy (1.2.4-1) unstable; urgency=low
* New upstream version
- Includes fix for DNS lookups at startup (Closes: #315291)
* Doc & Int'l fixes:
- Corrected imapproxyd(8) (Closes: #326979)
- Added vietnamese translation (Closes: #324064)
* Package sponsored by Roberto Lumbreras <rover@debian.org>
-- Jose Luis Tallon <jltallon@adv-solutions.net> Thu, 22 Sep 2005 23:45:27 +0200
up-imapproxy (1.2.3-1) unstable; urgency=low
* New upstream version
* Corrected init script (Closes: #265622)
* Added Czech translation (Closes: #287542)
* Package sponsored by Roberto Lumbreras <rover@debian.org>
-- Jose Luis Tallon <jltallon@adv-solutions.net> Sun, 13 Mar 2005 01:43:16 +0100
up-imapproxy (1.2.2+1.2.3rc2-1) unstable; urgency=high
* New upstream version. Several improvements.
Includes a fix for the DoS described in BugTraq's BID 11360
[CAN-2004-1035] (Closes: #281023)
* Package sponsored by Roberto Lumbreras <rover@debian.org>
-- Jose Luis Tallon <jltallon@adv-solutions.net> Sat, 13 Nov 2004 12:21:27 +0100
up-imapproxy (1.2.1-2) unstable; urgency=low
* Fix restart logic (broken because of a typo). (Closes: #242340)
* New FR debconf translation, thanks to Christian Perrier (Closes: #243638)
* New JA debconf translation, thanks to Hideki Yamane (Closes: #259164)
* Package sponsored by Roberto Lumbreras <rover@debian.org>
-- Jose Luis Tallon <jltallon@adv-solutions.net> Thu, 15 Jul 2004 12:47:36 +0200
up-imapproxy (1.2.1-1) unstable; urgency=low
* Initial Packaging. Fullfill RFP/ITP (Closes: #194503)
* License clarification from Upstream, Dave McMurtrie, explicitly allowing
linking against OpenSSL's libraries.
* Package sponsored by Roberto Lumbreras <rover@debian.org>
-- Jose Luis Tallon <jltallon@adv-solutions.net> Fri, 19 Mar 2004 12:24:05 +0100
|