Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] PERFORCE change 78430 by Eric Sandall for review

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arwed von Merkatz <v.merkatz AT gmx.net>
  • To: Eric Sandall <eric AT sandall.us>
  • Cc: duane_malcolm <d.malcolm AT auckland.ac.nz>, Unet <unet AT sourcemage.org>, SM-Commit Daemon <sm-commit AT lists.ibiblio.org>, Ladislav Hagara <ladislav.hagara AT unob.cz>, Andrew Stitt <a AT t.armory.com>, Arjan Bouter <abouter AT sourcemage.org>, vladimir_marek <vlmarek AT volny.cz>, Maurizio Boriani <baux AT member.fsf.org>, Ethan Grammatikidis <eekee AT eekee.is-a-geek.org>, Gareth Clay <gareth AT caffeinefuelled.co.uk>
  • Subject: Re: [SM-Commit] PERFORCE change 78430 by Eric Sandall for review
  • Date: Wed, 26 Apr 2006 10:27:47 +0200

On Tue, Apr 25, 2006 at 11:55:00PM +0100, Perforce Review Daemon wrote:
> Change 78430 by eric_sandall@sandalle-moby on 2006/04/25 23:53:43
>
> * DETAILS: Updated to 1.5.0.2
> Security update:
> http://www.mozilla.org/projects/security/known-vulnerabilities.html#thunderbird1.5.0.2
> includes fixes for:
> MFSA 2006-28, MFSA 2006-27, MFSA 2006-26, MFSA 2006-25, MFSA
> 2006-24
> MFSA 2006-22, MFSA 2006-21, MFSA 2006-20, MFSA 2006-08, MFSA
> 2006-07
> MFSA 2006-06, MFSA 2006-05, MFSA 2006-04, MFSA 2006-02, MFSA
> 2006-01
> Mozilla at least signed this tarball, re-adding SOURCE GPG
> check/URL
> This security update can also fix security Bug #10894
> * security_manager_makefile.diff,visibility.patch: Updated to
> 1.5.0.2
> * PRE_BUILD: visibility.patch now uses -p1

You forgot setting SECURITY_PATCH in DETAILS.

> Affected files ...
>
> ... //sgl/grimoires/devel/mail/thunderbird/DETAILS#14 edit
> ... //sgl/grimoires/devel/mail/thunderbird/HISTORY#28 edit
> ... //sgl/grimoires/devel/mail/thunderbird/PRE_BUILD#8 edit
> ... //sgl/grimoires/devel/mail/thunderbird/security_manager_makefile.diff#3
> edit
> ... //sgl/grimoires/devel/mail/thunderbird/visibility.patch#2 edit
>
> Differences ...
>
> ==== //sgl/grimoires/devel/mail/thunderbird/DETAILS#14 (xtext) ====
>
> @@ -1,20 +1,22 @@
> SPELL=thunderbird
> - VERSION=1.5
> + VERSION=1.5.0.2
> SOURCE=$SPELL-$VERSION-source.tar.bz2
> -
> SOURCE_HASH=sha512:d9d2026ffb14cb980fd256e230e5546f2deb8070189b84ee3a87690c75b5a0acdfbf51d5a9c27786c268334069e282ce6695d3272f69d54512629a49a09220e2
> + SOURCE2=$SOURCE.asc
> + SOURCE_GPG="mozilla.gpg:$SOURCE2:UPSTREAM_KEY"
> SOURCE_DIRECTORY=$BUILD_DIRECTORY/mozilla
>
> SOURCE_URL[0]=http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/source/$SOURCE
> +
> SOURCE2_URL[0]=http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/source/$SOURCE2
> if [ "$BUILD_ENIGMAIL" = "y" ]; then
> ENIGMAIL_VERSION=0.93.2
> IPC_VERSION=1.1.3
> SOURCE3=enigmail-$ENIGMAIL_VERSION.tar.gz
> SOURCE4=${SOURCE3}.asc
> SOURCE4_IGNORE=signature
> - SOURCE3_GPG="enigmail.gpg:${SOURCE4}:UPSTREAM_KEY"
> + SOURCE3_GPG="enigmail.gpg:$SOURCE4:UPSTREAM_KEY"
> SOURCE5=ipc-$IPC_VERSION.tar.gz
> SOURCE6=${SOURCE5}.asc
> SOURCE6_IGNORE=signature
> - SOURCE5_GPG="enigmail.gpg:${SOURCE6}:UPSTREAM_KEY"
> + SOURCE5_GPG="enigmail.gpg:$SOURCE6:UPSTREAM_KEY"
> SOURCE3_URL[0]=http://downloads.mozdev.org/enigmail/src/$SOURCE3
> SOURCE3_URL[1]=http://www.mozdev.org.uk/rsync/enigmail/src/$SOURCE3
>
> SOURCE3_URL[2]=ftp://mozdev.secsup.org/pub/software/mozdev/enigmail/src/$SOURCE3
>
> ==== //sgl/grimoires/devel/mail/thunderbird/HISTORY#28 (xtext) ====
>
> @@ -1,6 +1,18 @@
> +2006-04-25 Eric Sandall <eric AT sandall.us>
> + * DETAILS: Updated to 1.5.0.2
> + Security update:
> http://www.mozilla.org/projects/security/known-vulnerabilities.html#thunderbird1.5.0.2
> includes fixes for:
> + MFSA 2006-28, MFSA 2006-27, MFSA 2006-26, MFSA 2006-25, MFSA 2006-24
> + MFSA 2006-22, MFSA 2006-21, MFSA 2006-20, MFSA 2006-08, MFSA 2006-07
> + MFSA 2006-06, MFSA 2006-05, MFSA 2006-04, MFSA 2006-02, MFSA 2006-01
> + Mozilla at least signed this tarball, re-adding SOURCE GPG check/URL
> + This security update can also fix security Bug #10894
> + * security_manager_makefile.diff,visibility.patch: Updated to 1.5.0.2
> + * PRE_BUILD: visibility.patch now uses -p1
> +
> 2006-03-21 David Kowis <dkowis AT shlrm.org>
> * PRE_BUILD: moved the mozilla_remove_nspr function to PRE_BUILD from
> BUILD
> - Added the application of the *visibility* patch makes it work under
> gcc4 none the less
> + Added the application of the *visibility* patch makes it work under
> gcc4
> + none the less
>
> 2006-03-20 David Kowis <dkowis AT shlrm.org>
> * DETAILS: added sha512 SOURCE_HASH since the mozilla folks are
> unresponsive
>
> ==== //sgl/grimoires/devel/mail/thunderbird/PRE_BUILD#8 (xtext) ====
>
> @@ -1,7 +1,7 @@
> default_pre_build &&
> cd $SOURCE_DIRECTORY &&
> mozilla_remove_nspr_nss &&
> -patch -p0 < $SCRIPT_DIRECTORY/visibility.patch &&
> +patch -p1 < $SCRIPT_DIRECTORY/visibility.patch &&
>
>
> if [ "$BUILD_ENIGMAIL" = "y" ]; then
>
> ====
> //sgl/grimoires/devel/mail/thunderbird/security_manager_makefile.diff#3
> (text) ====
>
> @@ -1,6 +1,6 @@
> diff -Naur mozilla.orig/security/manager/Makefile.in
> mozilla/security/manager/Makefile.in
> ---- mozilla.orig/security/manager/Makefile.in 2006-01-31
> 16:58:18.247715416 -0800
> -+++ mozilla/security/manager/Makefile.in 2006-01-31 17:38:53.261537048
> -0800
> +--- mozilla.orig/security/manager/Makefile.in 2006-04-25
> 13:40:14.858946488 -0700
> ++++ mozilla/security/manager/Makefile.in 2006-04-25 13:40:24.939414024
> -0700
> @@ -46,35 +46,6 @@
> MODULE = psm
>
> @@ -37,7 +37,7 @@
>
> # NSS makefiles are not safe for parallel execution.
> DEFAULT_GMAKE_FLAGS = MAKE="$(MAKE) -j1" -j1
> -@@ -144,19 +115,7 @@
> +@@ -147,19 +118,7 @@
> include $(topsrcdir)/config/rules.mk
>
> # Attempt to properly handle NSS' refusal to implement a dependency system
> @@ -58,7 +58,7 @@
>
> dependclean export packages chrome::
> $(MAKE) -C boot $@
> -@@ -168,48 +127,6 @@
> +@@ -171,48 +130,6 @@
>
> libs::
> $(MAKE) -C $(topsrcdir)/security/coreconf $(DEFAULT_GMAKE_FLAGS)
> @@ -107,7 +107,7 @@
> $(MAKE) -C boot $@
> $(MAKE) -C ssl $@
> $(MAKE) -C locales $@
> -@@ -218,20 +135,6 @@
> +@@ -221,20 +138,6 @@
> endif
>
> install::
> @@ -128,7 +128,7 @@
> $(MAKE) -C boot $@
> $(MAKE) -C ssl $@
> $(MAKE) -C locales $@
> -@@ -247,11 +150,6 @@
> +@@ -250,11 +153,6 @@
> $(MAKE) -C pki $@
> endif
> $(MAKE) -C $(topsrcdir)/security/coreconf $(DEFAULT_GMAKE_FLAGS) clean
>
> ==== //sgl/grimoires/devel/mail/thunderbird/visibility.patch#2 (text) ====
>
> @@ -1,6 +1,7 @@
> ---- configure~ 2006-01-11 06:43:03.000000000 +0100
> -+++ configure 2006-02-08 09:29:20.000000000 +0100
> -@@ -7626,7 +7626,7 @@
> +diff -Naur mozilla.orig/configure mozilla/configure
> +--- mozilla.orig/configure 2006-04-25 13:40:12.593290920 -0700
> ++++ mozilla/configure 2006-04-25 13:41:41.698744832 -0700
> +@@ -7650,7 +7650,7 @@
> if ${CC-cc} -Werror -S conftest.c -o conftest.s
> >/dev/null 2>&1; then
> if grep '\.hidden.*foo_hidden' conftest.s
> >/dev/null; then
> if ! grep '\.hidden.*foo_default' conftest.s >
> /dev/null; then
> _______________________________________________
> SM-Commit mailing list
> SM-Commit AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/sm-commit
>

--
Arwed v. Merkatz Source Mage GNU/Linux developer
http://www.sourcemage.org




Archive powered by MHonArc 2.6.24.

Top of Page