Revision: 26576 http://sourceforge.net/p/gar/code/26576 Author: jake_goerzen Date: 2019-08-28 20:28:11 +0000 (Wed, 28 Aug 2019) Log Message: ----------- dovecot-sieve/trunk: update to 0.5.7.2 to mitigate CVE-2019-11500
Modified Paths: -------------- csw/mgar/pkg/dovecot-sieve/trunk/Makefile csw/mgar/pkg/dovecot-sieve/trunk/checksums Modified: csw/mgar/pkg/dovecot-sieve/trunk/Makefile =================================================================== --- csw/mgar/pkg/dovecot-sieve/trunk/Makefile 2019-08-28 19:50:47 UTC (rev 26575) +++ csw/mgar/pkg/dovecot-sieve/trunk/Makefile 2019-08-28 20:28:11 UTC (rev 26576) @@ -1,5 +1,5 @@ NAME = dovecot-2.3-pigeonhole -VERSION = 0.5.7.1 +VERSION = 0.5.7.2 GARTYPE = v2 DESCRIPTION = Secure POP3/IMAP server - Sieve filters support @@ -26,13 +26,13 @@ UNAME := $(shell /usr/bin/uname -p) ifeq ($(UNAME), i386) -CONFIGURE_ARGS-32 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-i386/build-isa-pentium_pro/dovecot-2.3.7.1 -CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-i386/build-isa-amd64/dovecot-2.3.7.1 +CONFIGURE_ARGS-32 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-i386/build-isa-pentium_pro/dovecot-2.3.7.2 +CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-i386/build-isa-amd64/dovecot-2.3.7.2 endif ifeq ($(UNAME), sparc) -CONFIGURE_ARGS-32 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv8plus/dovecot-2.3.7.1 -CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv9/dovecot-2.3.7.1 +CONFIGURE_ARGS-32 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv8plus/dovecot-2.3.7.2 +CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv9/dovecot-2.3.7.2 endif CONFIGURE_ARGS += $(CONFIGURE_ARGS-$(MEMORYMODEL)) Modified: csw/mgar/pkg/dovecot-sieve/trunk/checksums =================================================================== --- csw/mgar/pkg/dovecot-sieve/trunk/checksums 2019-08-28 19:50:47 UTC (rev 26575) +++ csw/mgar/pkg/dovecot-sieve/trunk/checksums 2019-08-28 20:28:11 UTC (rev 26576) @@ -1 +1 @@ -3365a3a102406bd11eaea7b88752e6e5 dovecot-2.3-pigeonhole-0.5.7.1.tar.gz +7c6ea835aea6f61faedcdd4d71bb22c3 dovecot-2.3-pigeonhole-0.5.7.2.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.