diff -u sympa-5.3.4/debian/changelog sympa-5.3.4/debian/changelog --- sympa-5.3.4/debian/changelog +++ sympa-5.3.4/debian/changelog @@ -1,3 +1,13 @@ +sympa (5.3.4-5ubuntu1) intrepid; urgency=low + + * Merge from debian unstable, Ubuntu remaining changes: (LP: #227260) + + debian/init: + - Verify presence of /var/run/sympa on startup + + debian/control: + - Update maintainer field. + + -- Emanuele Gentili Tue, 06 May 2008 17:21:49 +0200 + sympa (5.3.4-5) unstable; urgency=low * updated Portuguese translation of Debconf templates (Closes: #476852, @@ -32,6 +42,31 @@ -- Stefan Hornburg (Racke) Thu, 27 Mar 2008 13:43:54 +0100 +sympa (5.3.4-2ubuntu2) hardy; urgency=low + + * SECURITY UPDATE: (LP: #216591) + + fixed src/PlainDigest.pm inline + - Sympa before 5.4 allows remote attackers to cause a denial of + service (daemon crash) via an e-mail message with a malformed + value of the Content-Type header and unspecified other headers. + NOTE: some of these details are obtained from third party + information. + * References + + http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=2008-1648 + + http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=475163 + + -- Emanuele Gentili Mon, 14 Apr 2008 08:44:38 +0200 + +sympa (5.3.4-2ubuntu1) hardy; urgency=low + + * Merge from Debian unstable, remaining changes: + - debian/init: + + Verify presence of /var/run/sympa on startup. + - debian/control: + + Update maintainer field. + + -- Michele Angrisano Wed, 06 Feb 2008 15:27:33 +0100 + sympa (5.3.4-2) unstable; urgency=low * fix download URL in debian/watch (Closes: #456474) @@ -51,6 +86,14 @@ -- Stefan Hornburg (Racke) Tue, 5 Feb 2008 20:57:03 +0100 +sympa (5.3.4-1ubuntu1) hardy; urgency=low + + * Merge from Debian unstable (LP: #180981). Remaining Ubuntu changes: + - Verify presence of /var/run/sympa on startup + * Modify Maintainer value to match the DebianMaintainerField specification. + + -- Andrea Colangelo Mon, 07 Jan 2008 12:01:32 +0100 + sympa (5.3.4-1) unstable; urgency=low * new upstream release (Closes: #453849, incorrect encoding for list @@ -68,6 +111,14 @@ -- Stefan Hornburg (Racke) Wed, 12 Dec 2007 22:07:38 +0100 +sympa (5.3.3-5ubuntu1) hardy; urgency=low + + * Merge with Debian. Retained Ubuntu changes: + - Set Ubuntu Maintainer + * Verify presence of /var/run/sympa on startup (LP: #49508) + + -- Emmet Hikory Sat, 27 Oct 2007 16:55:16 +0900 + sympa (5.3.3-5) unstable; urgency=low * fix createList not invoked from authenticateAndRun on SOAP server @@ -145,13 +196,20 @@ -- Stefan Hornburg (Racke) Thu, 13 Sep 2007 10:51:04 -0400 +sympa (5.2.4-1.1ubuntu1) gutsy; urgency=low + + * Corrected syntax for tests in postrm + * Set Ubuntu Maintainer + + -- Emmet Hikory Sun, 14 Oct 2007 12:31:27 +0900 + sympa (5.2.4-1.1) unstable; urgency=high * Non-maintainer upload during BSP. * Fix unconditional use of debconf in postrm (Closes: #417053). -- Luk Claes Sun, 20 May 2007 16:45:30 +0200 - + sympa (5.2.4-1) unstable; urgency=low * new upstream release @@ -314,7 +372,7 @@ * run debconf-updatepo from clean target -- Stefan Hornburg (Racke) Sat, 12 Aug 2006 22:13:40 +0200 - + sympa (4.1.5-8) unstable; urgency=low * added Swedish translation of Debconf templates (Closes: #335419, @@ -390,14 +448,14 @@ Miroslav Kure ) -- Stefan Hornburg (Racke) Sat, 19 Feb 2005 17:32:57 +0100 - + sympa (4.1.2-2.1) unstable; urgency=HIGH * NMU * Fixed buffer overflow [src/queue.c, CAN-2005-0073] Closes: #294795 -- Joey Hess Sun, 13 Feb 2005 14:07:23 -0500 - + sympa (4.1.2-2) unstable; urgency=low * really create database if requested (Closes: #274267) @@ -451,7 +509,7 @@ Aleix Badia i Bosch ) -- Stefan Hornburg (Racke) Thu, 29 Apr 2004 01:04:22 +0200 - + sympa (3.4.4.3-5) unstable; urgency=low * check /etc/apache/modules.conf for fastcgi module as well (Closes: #228382) @@ -730,7 +788,7 @@ not resolve the problem. -- Jerome Marant Tue, 15 Jan 2002 08:21:22 +0100 - + sympa (3.2.1-5) unstable; urgency=low * debian/control: append `locales' to build dependencies. @@ -954,7 +1012,7 @@ * Switched Standards-Version to 3.2.1. -- Jerome Marant Thu, 7 Dec 2000 15:43:17 +0100 - + sympa (2.6.1-3) frozen unstable; urgency=low * Updated helpfile.tpl. The previous file was incorrect and the bot @@ -1256,0 +1315 @@ + diff -u sympa-5.3.4/debian/control sympa-5.3.4/debian/control --- sympa-5.3.4/debian/control +++ sympa-5.3.4/debian/control @@ -1,7 +1,8 @@ Source: sympa Section: mail Priority: optional -Maintainer: Stefan Hornburg (Racke) +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Stefan Hornburg (Racke) Build-Depends: debhelper (>= 4.2.32), debconf-utils, locales, po-debconf Standards-Version: 3.7.2 diff -u sympa-5.3.4/debian/init sympa-5.3.4/debian/init --- sympa-5.3.4/debian/init +++ sympa-5.3.4/debian/init @@ -10,6 +10,7 @@ ### END INIT INFO PATH=/bin:/usr/bin:/sbin:/usr/sbin +PIDDIR=/var/run/sympa DAEMON=/usr/lib/sympa/bin/sympa.pl PIDFILE=/var/run/sympa/sympa.pid @@ -38,6 +39,7 @@ return 1 } +test -d $PIDDIR || mkdir -p $PIDDIR && chown $OWNER $PIDDIR test -f $DAEMON || exit 0 test -f $ARCHIVED_DAEMON || exit 0 test -f $BOUNCED_DAEMON || exit 0