Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27115

Modified Files:
        firefox3.info firefox3.patch 
Log Message:
new 3.5.4 security release

Index: firefox3.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/firefox3.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- firefox3.info       28 Sep 2009 16:59:55 -0000      1.14
+++ firefox3.info       28 Oct 2009 15:07:23 -0000      1.15
@@ -1,6 +1,6 @@
 Package: firefox3
-Version: 3.5.3
-Revision: 1
+Version: 3.5.4
+Revision: 2
 Architecture: i386, powerpc
 Distribution: 10.5
 Description: Lightweight browser from mozilla.org
@@ -47,9 +47,9 @@
 <<
 Source: 
http://releases.mozilla.org/pub/mozilla.org/firefox/releases/%v/source/firefox-%v.source.tar.bz2
 SourceDirectory: mozilla-1.9.1
-Source-MD5: ca167e69180ab1230aea0763da270a95 
+Source-MD5: 0b6ccb1e50d96b7127a18a69399fcf05 
 PatchFile: %n.patch
-PatchFile-MD5: acd796b63c56f620324835912d6a2982
+PatchFile-MD5: 69b4dd3827cd0fd0c344857703e50f0c
 PatchScript: <<
   ### apply the patch
   /usr/bin/sed 's|@FINKPREFIX@|%p|g' <%{PatchFile} | /usr/bin/patch -p1

Index: firefox3.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/firefox3.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- firefox3.patch      4 Sep 2009 14:53:13 -0000       1.5
+++ firefox3.patch      28 Oct 2009 15:07:23 -0000      1.6
@@ -5,7 +5,7 @@
 +# sh
 +# Build configuration script
 +#
-+# See http://www.mozilla.org/build/unix.html for build instructions.
++# See https://developer.mozilla.org/en/Configuring_Build_Options for build 
options.
 +#
 +
 +. $topsrcdir/browser/config/mozconfig
@@ -40,7 +40,7 @@
 +ac_add_options --disable-debug
 +ac_add_options --disable-tests
 +ac_add_options --enable-strip
-+ac_add_options --enable-optimize='-Os'
++ac_add_options --enable-optimize='-O3'
 +ac_add_options --enable-macos-target=10.5
 +#ac_add_options --with-default-mozilla-five-ho...@finkprefix@/lib/firefox3
 +ac_add_options --with-system-jp...@finkprefix@
@@ -82,7 +82,7 @@
 diff -ruN mozilla-1.9.1-orig/configure mozilla-1.9.1/configure
 --- mozilla-1.9.1-orig/configure       2009-04-23 21:51:07.000000000 -0400
 +++ mozilla-1.9.1/configure    2009-04-27 16:56:30.000000000 -0400
-@@ -5908,11 +5908,11 @@
+@@ -5941,11 +5941,11 @@
      ;;
  
  *-darwin*)
@@ -96,7 +96,7 @@
      ;;
  
  *-linux*|*-kfreebsd*-gnu)
-@@ -6197,10 +6197,10 @@
+@@ -6230,10 +6230,10 @@
      MKCSHLIB='$(CC) $(CFLAGS) $(DSO_PIC_CFLAGS) $(DSO_LDOPTS) -o $@'
      MOZ_OPTIMIZE_FLAGS="-O2"
      _PEDANTIC=
@@ -168,13 +168,14 @@
 diff -ruN mozilla-1.9.1-orig/netwerk/wifi/src/Makefile.in 
mozilla-1.9.1/netwerk/wifi/src/Makefile.in
 --- mozilla-1.9.1-orig/netwerk/wifi/src/Makefile.in    Tue May 05 21:33:44 
2009 +0200
 +++ mozilla-1.9.1/netwerk/wifi/src/Makefile.in Tue May 05 20:50:38 2009 -0400
-@@ -57,15 +57,15 @@
+@@ -57,16 +57,16 @@
                nsWifiAccessPoint.cpp \
                $(NULL)
  
 -ifeq ($(MOZ_WIDGET_TOOLKIT),cocoa)
 +ifeq ($(OS_ARCH),Darwin)
- CPPSRCS       += nsWifiScannerMac.cpp
+ CPPSRCS += nsWifiScannerMac.cpp
+ CMMSRCS = osx_corewlan.mm
  else
 -ifeq ($(MOZ_WIDGET_TOOLKIT),windows)
 +ifneq (,$(filter WINCE WINNT,$(OS_ARCH)))
@@ -188,6 +189,17 @@
  endif # windows
  endif # mac
  
+--- mozilla-1.9.1-orig/netwerk/wifi/src/nsWifiMonitor.h        2009-10-16 
11:14:14.000000000 -0400
++++ mozilla-1.9.1/netwerk/wifi/src/nsWifiMonitor.h     2009-10-28 
09:30:59.000000000 -0400
+@@ -88,7 +88,7 @@
+ 
+   nsresult DoScan();
+ 
+-#if defined(XP_MACOSX)
++#if defined(XP_UNIX)
+   nsresult DoScanWithCoreWLAN();
+   nsresult DoScanOld();
+ #endif
 diff -ruN mozilla-1.9.1-orig/toolkit/library/Makefile.in 
mozilla-1.9.1/toolkit/library/Makefile.in
 --- mozilla-1.9.1-orig/toolkit/library/Makefile.in     2009-04-23 
21:47:06.000000000 -0400
 +++ mozilla-1.9.1/toolkit/library/Makefile.in  2009-04-27 17:31:35.000000000 
-0400
@@ -207,7 +219,7 @@
 diff -ruN mozilla-1.9.1-orig/toolkit/mozapps/installer/packager.mk 
mozilla-1.9.1/toolkit/mozapps/installer/packager.mk
 --- mozilla-1.9.1-orig/toolkit/mozapps/installer/packager.mk   2009-04-23 
21:47:07.000000000 -0400
 +++ mozilla-1.9.1/toolkit/mozapps/installer/packager.mk        2009-04-27 
16:56:30.000000000 -0400
-@@ -442,7 +442,7 @@
+@@ -437,7 +437,7 @@
  # dist/sdk/lib -> prefix/lib/appname-devel-version/lib
  # prefix/lib/appname-devel-version/* symlinks to the above directories
  install:: stage-package
@@ -216,7 +228,7 @@
        $(error "make install" is not supported on this platform. Use "make 
package" instead.)
  endif
        $(NSINSTALL) -D $(DESTDIR)$(installdir)
-@@ -458,7 +458,7 @@
+@@ -453,7 +453,7 @@
        (cd $(DIST)/sdk/include && tar $(TAR_CREATE_FLAGS) - .) | \
          (cd $(DESTDIR)$(includedir)/stable && tar -xf -)
  # The dist/include has module subdirectories that we need to flatten


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to