Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 324767

Summary: net-mail/dovecot-1.2.12 version bump
Product: Gentoo Linux Reporter: Eray Aslan <eras>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED FIXED    
Severity: enhancement CC: patrick
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://www.dovecot.org/list/dovecot/2010-June/049965.html
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: dovecot-1.2.12.ebuild
dovecot-1.2.init

Description Eray Aslan gentoo-dev 2010-06-20 05:42:57 UTC
Some of the most important fixes since v1.2.11:

	- deliver: Don't crash when a message with Auto-submitted: header gets
	  rejected.
	- lib-storage: Fixed header searches to work correctly when there are
	  multiple headers with same name.
	- dict client: Disconnect from dict server after 1 second of idling.
	- dict: If process crashed, it wasn't automatically restarted
	- dict file: If dict file's group permissions equal world permissions,
	  don't try to change its gid.
	- maildir: Fixed a memory leak when copying with hardlinks.
	- maildir: Expunging last messages may have assert-crashed if their
	  filenames had just changed.

Changelog Sieve v0.1.17:

   - Made sure source code positions for compiler messages are recorded
     at start of tokens.
   - Fixed a few potential memory leaks in the Sieve compiler and the
     spam/virustest extensions.
   - Made command line tools return proper exit status upon failure.


Reproducible: Always
Comment 1 Eray Aslan gentoo-dev 2010-06-20 05:45:45 UTC
Created attachment 235999 [details]
dovecot-1.2.12.ebuild

Changelog:

Version bump bug #324767.  Help the sysadmin by creating missing directory if necessary in init script.
Comment 2 Eray Aslan gentoo-dev 2010-06-20 05:46:07 UTC
Created attachment 236001 [details]
dovecot-1.2.init
Comment 3 Patrick Lauer gentoo-dev 2010-06-20 10:29:12 UTC
+  20 Jun 2010; Patrick Lauer <patrick@gentoo.org> +dovecot-1.2.12.ebuild,
+  +files/dovecot-1.2.init:
+  Bump, fix for #324767. Small fix for init script to create needed dir if
+  absent. Thanks to Eray Aslan