pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/dovecot-sieve Dovecot CMU Sieve plugin 1.1.7 fixe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e91b7db4d42d
branches:  trunk
changeset: 399172:e91b7db4d42d
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Mon Sep 14 06:10:48 2009 +0000

description:
Dovecot CMU Sieve plugin 1.1.7 fixes some buffer overflow vulnerabilities,
see: http://www.dovecot.org/list/dovecot-news/2009-September/000135.html
Other changes not listed.

diffstat:

 mail/dovecot-sieve/Makefile         |   4 ++--
 mail/dovecot-sieve/distinfo         |  10 +++++-----
 mail/dovecot-sieve/patches/patch-aa |  12 ++++++------
 3 files changed, 13 insertions(+), 13 deletions(-)

diffs (64 lines):

diff -r 9123ca638ca0 -r e91b7db4d42d mail/dovecot-sieve/Makefile
--- a/mail/dovecot-sieve/Makefile       Mon Sep 14 06:09:08 2009 +0000
+++ b/mail/dovecot-sieve/Makefile       Mon Sep 14 06:10:48 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2008/06/22 17:41:23 ghen Exp $
+# $NetBSD: Makefile,v 1.4 2009/09/14 06:10:48 ghen Exp $
 
-DISTNAME=              dovecot-sieve-1.1.5
+DISTNAME=              dovecot-sieve-1.1.7
 CATEGORIES=            mail
 MASTER_SITES=          http://www.dovecot.org/releases/sieve/
 
diff -r 9123ca638ca0 -r e91b7db4d42d mail/dovecot-sieve/distinfo
--- a/mail/dovecot-sieve/distinfo       Mon Sep 14 06:09:08 2009 +0000
+++ b/mail/dovecot-sieve/distinfo       Mon Sep 14 06:10:48 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2008/06/22 17:41:23 ghen Exp $
+$NetBSD: distinfo,v 1.4 2009/09/14 06:10:48 ghen Exp $
 
-SHA1 (dovecot-sieve-1.1.5.tar.gz) = 672adf0a2f1627d96f97fc63fecaf024dd9f7a42
-RMD160 (dovecot-sieve-1.1.5.tar.gz) = 825a8ec07d49527d8551cb5f3f86b638fddbafbd
-Size (dovecot-sieve-1.1.5.tar.gz) = 468913 bytes
-SHA1 (patch-aa) = 128e1905dd750d7191dba916057dc0803fc52661
+SHA1 (dovecot-sieve-1.1.7.tar.gz) = c4ad63d67ce3a7afc5f40868d142b386ea589970
+RMD160 (dovecot-sieve-1.1.7.tar.gz) = 04a5508969b002ae3535c35a2943ecb1d53fc16b
+Size (dovecot-sieve-1.1.7.tar.gz) = 435670 bytes
+SHA1 (patch-aa) = 515788375bda23c7c6f41c8959bfd66b74e18e8c
diff -r 9123ca638ca0 -r e91b7db4d42d mail/dovecot-sieve/patches/patch-aa
--- a/mail/dovecot-sieve/patches/patch-aa       Mon Sep 14 06:09:08 2009 +0000
+++ b/mail/dovecot-sieve/patches/patch-aa       Mon Sep 14 06:10:48 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.2 2008/06/22 17:41:23 ghen Exp $
+$NetBSD: patch-aa,v 1.3 2009/09/14 06:10:48 ghen Exp $
 
---- src/libsieve/Makefile.in.orig      2007-09-23 16:59:48.000000000 +0200
+--- src/libsieve/Makefile.in.orig      2009-09-14 01:35:15.000000000 +0200
 +++ src/libsieve/Makefile.in
-@@ -38,8 +38,8 @@ PRE_UNINSTALL = :
+@@ -34,8 +34,8 @@ PRE_UNINSTALL = :
  POST_UNINSTALL = :
  build_triplet = @build@
  host_triplet = @host@
@@ -13,7 +13,7 @@
  subdir = src/libsieve
  DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.am \
        $(srcdir)/Makefile.in AUTHORS COPYING ChangeLog NEWS \
-@@ -62,17 +62,21 @@ am__installdirs = "$(DESTDIR)$(pkglibexe
+@@ -58,17 +58,21 @@ am__installdirs = "$(DESTDIR)$(pkglibexe
  pkglibexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
  PROGRAMS = $(pkglibexec_PROGRAMS)
  am__sievec_SOURCES_DIST = sievec.c ../map.c ../imparse.c
@@ -36,10 +36,10 @@
  @HAVE_DOVECOT_LIBS_TRUE@      $(dovecotdir)/src/lib/liblib.a
 +@HAVE_DOVECOT_LIBS_FALSE@sieved_DEPENDENCIES = libsieve.la \
 +@HAVE_DOVECOT_LIBS_FALSE@     $(dovecotdir)/liblib.a
- DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
+ DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  depcomp = $(SHELL) $(top_srcdir)/depcomp
  am__depfiles_maybe = depfiles
-@@ -267,10 +271,16 @@ noinst_HEADERS = \
+@@ -271,10 +275,16 @@ noinst_HEADERS = \
  @HAVE_DOVECOT_LIBS_TRUE@sievec_LDADD = \
  @HAVE_DOVECOT_LIBS_TRUE@      libsieve.la \
  @HAVE_DOVECOT_LIBS_TRUE@      $(dovecotdir)/src/lib/liblib.a



Home | Main Index | Thread Index | Old Index