You are not logged in.

#1 2005-07-14 10:40:55

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Firefox 1.0.5 released

New release of Firefox fixes a bunch of vulnerabilities.

Offline

#2 2005-07-14 22:59:11

saintshakajin
Member
Registered: 2005-04-13
Posts: 32

Re: Firefox 1.0.5 released

I've done a PKGBUILD.

#Contributor: SaintShakaJin <cowebmaster@linboost.org>

pkgname=firefox
pkgver=1.0.5
pkgrel=1
pkgdesc="Mozilla Firefox Web Browser"
url="http://www.mozilla.org"
license="L"
conflicts=('mozilla-firefox' 'firefox-fr' 'firefox-deerpark')
depends=('gtk2' 'x-server' 'libxml2')

source=(ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/linux-i686/en-US/firefox-$pkgver.tar.gz
        http://ssj.linboost.org/Archlinux/firefox/firefox.sh
        http://ssj.linboost.org/Archlinux/firefox/mozilla-firefox-nonroot.tar.gz
        http://ssj.linboost.org/Archlinux/firefox/mozilla-firefox.desktop
        http://ssj.linboost.org/Archlinux/firefox/mozilla-firefox.png)

md5sums=('34f8c0ae809ec5650b3c38f0904b0598'
        '251bb76c595efe34c9e5a2d080a2eb8c'
        'c28385288eb9a9cefba21d62d7870cfd'
        '2b6a43020e86b7e4f6266b67d3620d3e'
        'bff260036c5dcca45da3218517fb33d8')

build() {
        cd $startdir/src/firefox
        tar -xvzf $startdir/src/mozilla-firefox-nonroot.tar.gz
        mkdir $startdir/pkg/opt
        mv $startdir/src/firefox $startdir/pkg/opt/
        mkdir -p $startdir/pkg/etc/profile.d
        mv $startdir/src/firefox.sh  $startdir/pkg/etc/profile.d
        chmod +x  $startdir/pkg/etc/profile.d/firefox.sh

        # Ce qui suit provient du PKGBUILD Officiel
        # Remove useles default profile setup
        rm -rf $startdir/pkg/opt/firefox-deerpark/bin/defaults
        # Place these in /usr until all common desktops support icon lookups in XDG_DATA_DIRS
        install -dD -m755 $startdir/pkg/usr/share/applications
        install -dD -m755 $startdir/pkg/usr/share/pixmaps
        install -m644 $startdir/src/mozilla-firefox.png $startdir/pkg/usr/share/pixmaps/
        install -m644 $startdir/src/mozilla-firefox.desktop $startdir/pkg/usr/share/applications/
}

Offline

#3 2005-07-15 02:38:05

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: Firefox 1.0.5 released

or you could use the one in ABS, and increment 1 number

Offline

#4 2005-07-15 07:55:52

saintshakajin
Member
Registered: 2005-04-13
Posts: 32

Re: Firefox 1.0.5 released

Yes, you can do it too. But it takes a little more time with the official PKGBUILD tongue

Offline

#5 2005-07-15 09:00:58

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: Firefox 1.0.5 released

saintshakajin wrote:

Yes, you can do it too. But it takes a little more time with the official PKGBUILD tongue

how does yours save time? If it is quicker, it must be compiling less... therefore cutting something out.....

Offline

#6 2005-07-15 10:05:04

sudman1
Member
From: Huntingdon, UK
Registered: 2005-02-18
Posts: 143

Re: Firefox 1.0.5 released

It looks like his PKGBUILD doesn't compile the source, but extracts the binary file instead.


v/r
Suds

Offline

#7 2005-07-15 10:36:05

Pointer
Member
From: Hannover, Germany
Registered: 2005-01-29
Posts: 39

Re: Firefox 1.0.5 released

a new thunderbird is out, too! its version 1.0.5 the last in "extra" is 1.0. i think this is more than old, has the maintainer leave arch?


[14:52] [sven@linux ~]$ dmesg
Jabber-ID: sven-schaefer@jabber.ccc.de

Offline

#8 2005-07-15 15:40:19

mezoko
Member
Registered: 2005-03-26
Posts: 310
Website

Re: Firefox 1.0.5 released

Any difference between Deer Park?


"The only thing we have to fear is fear itself." - Franklin D. Roosevelt

Offline

#9 2005-07-15 16:01:35

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: Firefox 1.0.5 released

msg43 wrote:

Any difference between Deer Park?

deer park is newer.

of interest, deer park 2 came out just the last few days.

/me uses nightly builds big_smile

Offline

#10 2005-07-15 16:31:47

saintshakajin
Member
Registered: 2005-04-13
Posts: 32

Re: Firefox 1.0.5 released

Deerpark is based on Gecko 1.8b3 and Firefox 1.0.5, Gecko 1.7 I think.

Offline

#11 2005-07-15 16:44:51

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: Firefox 1.0.5 released

Thunderbird and mozilla are also released. I'll look into garnome for new patches to let epiphany/galeon work as they should and patch up a new firefox saturday or sunday.
For thunderbird, mozilla and gecko-sdk, it's nothing more than just increasing the version number and rebuild the stuff.

Offline

#12 2005-07-16 13:05:53

scarecrow
Member
From: Greece
Registered: 2004-11-18
Posts: 715

Re: Firefox 1.0.5 released

Yep, I have just built Thunderbird 1.0.5 from the old PKGBUILD changing the number and the MD5sum and it works fine.
Since the Mozilla FTP does not have the MD5 hashes, anyone who wants to make a proper PKGBUILD for it can put in "e69e5ae8c8cc163ddc073061ad0c3cfa".


Microshaft delenda est

Offline

#13 2005-07-17 02:35:30

hotsock
Member
Registered: 2005-06-24
Posts: 21

Re: Firefox 1.0.5 released

==> Retrieving Sources...
==>     Using local copy of firefox-1.0.5-source.tar.bz2
==>     Found mozilla-firefox-nonroot.tar.gz in build dir
==>     Found mozconfig in build dir

I'm a little confused.  This firefox-1.0.5-source.tar.bz2 file exists in my /var/abs/network/mozilla-firefox/src directory, but when i do this

# rm -r /var/abs/network/mozilla-firefox
# abs
# cd /var/abs/network/mozilla-firefox

(change the 1.0.4 - 1.0.5 & delete the md5s)

# makepkg

The pkgbuild is still able to find firefox-1.0.5-source.tar.bz2 for some reason without downloading it again.

Why is this?

Offline

#14 2005-07-17 02:41:23

T-Dawg
Forum Fellow
From: Charlotte, NC
Registered: 2005-01-29
Posts: 2,736

Re: Firefox 1.0.5 released

its also copied into /var/cache/pacman/src/. It looks in that folder first...

Offline

#15 2005-07-17 03:02:14

hotsock
Member
Registered: 2005-06-24
Posts: 21

Re: Firefox 1.0.5 released

ah thanks, it didn't show up when i did a

locate 1.0.5

Offline

#16 2005-07-17 05:25:29

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Firefox 1.0.5 released

hotsock wrote:

ah thanks, it didn't show up when i did a

locate 1.0.5

That's because locate use a database that is updated daily by the crond daemon. To update the database to locate a recent file, run updatedb.

Offline

#17 2005-07-17 05:59:40

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: Firefox 1.0.5 released

by default, cron updates the db at midnight.

Offline

#18 2005-07-17 06:44:38

hotsock
Member
Registered: 2005-06-24
Posts: 21

Re: Firefox 1.0.5 released

i did updatedb.  that's why i was so confused.

Offline

#19 2005-07-17 07:01:39

T-Dawg
Forum Fellow
From: Charlotte, NC
Registered: 2005-01-29
Posts: 2,736

Re: Firefox 1.0.5 released

hotsock wrote:

i did updatedb.  that's why i was so confused.

try updatedb -u

Offline

#20 2005-07-20 00:00:15

ozar
Member
From: USA
Registered: 2005-02-18
Posts: 1,686

Re: Firefox 1.0.5 released

Gullible Jones wrote:

New release of Firefox fixes a bunch of vulnerabilities.

Just noticed that Firefox 1.0.6 (stability update) is out as of today.  Man, these new releases are coming out really fast!   :?


oz

Offline

#21 2005-07-20 01:10:41

hotsock
Member
Registered: 2005-06-24
Posts: 21

Re: Firefox 1.0.5 released

now if dale would just update it we'd be in business.

Offline

#22 2005-07-20 10:30:19

scarecrow
Member
From: Greece
Registered: 2004-11-18
Posts: 715

Re: Firefox 1.0.5 released

The older PKGBUILD from ABS work just fine, both for Firefox and Thunderbird. Just change the version numbers and the MD5 hashes:
7b4c1d10d478dcb4c52fbbe3e41745d9 for firefox 1.0.6
a0ddcc8bd5ee2c9be724b6963ad27111 for thunderbird 1.0.6

Now running both without issues.


Microshaft delenda est

Offline

#23 2005-07-21 04:22:29

hotsock
Member
Registered: 2005-06-24
Posts: 21

Re: Firefox 1.0.5 released

make[4]: Entering directory `/var/abs/network/mozilla-firefox/src/mozilla/security/nss/lib/pki'
gcc -o Linux2.6_x86_glibc_PTH_OPT.OBJ/asymmkey.o -c -O2 -fPIC -DLINUX1_2 -Di386 -D_XOPEN_SOURCE -DLINUX2_1 -ansi -Wall -pipe -DLINUX -Dlinux -D_POSIX_SOURCE -D_BSD_SOURCE -DHAVE_STRERROR -DXP_UNIX -DNSS_3_4_CODE -UDEBUG -DNDEBUG -D_REENTRANT -I/var/abs/network/mozilla-firefox/src/mozilla/dist/include  -I../../../../dist/public/nss -I../../../../dist/private/nss -I../../../../dist/include -I/var/abs/network/mozilla-firefox/src/mozilla/dist/include/nspr -I/var/abs/network/mozilla-firefox/src/mozilla/dist/include/dbm -I../../../../dist/public/nspr  asymmkey.c
In file included from ../../../../dist/private/nss/nsspki1.h:57,
                 from nsspki.h:56,
                 from asymmkey.c:39:
../../../../dist/private/nss/oiddata.h:46: error: array type has incomplete element type
make[4]: *** [Linux2.6_x86_glibc_PTH_OPT.OBJ/asymmkey.o] Error 1
make[4]: Leaving directory `/var/abs/network/mozilla-firefox/src/mozilla/security/nss/lib/pki'
make[3]: *** [libs] Error 2
make[3]: Leaving directory `/var/abs/network/mozilla-firefox/src/mozilla/security/nss/lib'
make[2]: *** [libs] Error 2
make[2]: Leaving directory `/var/abs/network/mozilla-firefox/src/mozilla/security/manager'
make[1]: *** [tier_40] Error 2
make[1]: Leaving directory `/var/abs/network/mozilla-firefox/src/mozilla'
make: *** [default] Error 2

anyone know what the problem is here?

Offline

#24 2005-07-21 05:55:44

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Firefox 1.0.5 released

Are you using the gcc from testing repo?  If so, you can try downgrading to the one in current.

Offline

#25 2005-07-21 09:45:45

kth5
Member
Registered: 2004-04-29
Posts: 657
Website

Re: Firefox 1.0.5 released

Snowman wrote:

Are you using the gcc from testing repo?  If so, you can try downgrading to the one in current.

or if you use gcc 4.0.1 from testing apply the following patch


I recognize that while theory and practice are, in theory, the same, they are, in practice, different. -Mark Mitchell

Offline

Board footer

Powered by FluxBB