[Bug 279980] Re: php5 using bundled tzdata in hardy?

2008-12-07 Thread Launchpad Bug Tracker
This bug was fixed in the package php5 - 5.2.4-2ubuntu5.4

---
php5 (5.2.4-2ubuntu5.4) hardy-proposed; urgency=low

  * debian/rules:
- Use system tzdata.
  * debian/patches/use_embedded_timezonedb.patch
- Patch taken from intrepid, allows us to default to using the system
  provided timezone database insteam of the one bundled with PHP.
  (LP: #279980)
  * debian/patches/fix-xmlrpc-datetime.diff
- Patch taken from  php CVS, prevents stack smashing when using xmlrpc and 
datetime.
  (LP: #239513)

 -- Chuck Short [EMAIL PROTECTED]   Wed, 22 Oct 2008 13:08:33 +

** Changed in: php5 (Ubuntu Hardy)
   Status: Fix Committed = Fix Released

-- 
php5 using bundled tzdata in hardy?
https://bugs.launchpad.net/bugs/279980
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 279980] Re: php5 using bundled tzdata in hardy?

2008-11-25 Thread Martin Pitt
Accepted into hardy-proposed, please test and give feedback here. Please
see https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you in advance!

** Changed in: php5 (Ubuntu Hardy)
   Status: New = Fix Committed

** Tags added: verification-needed

-- 
php5 using bundled tzdata in hardy?
https://bugs.launchpad.net/bugs/279980
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 279980] Re: php5 using bundled tzdata in hardy?

2008-11-24 Thread Martin Pitt
Allegedly fixed in intrepid and jaunty.

** Changed in: php5 (Ubuntu)
   Status: Incomplete = Fix Released

-- 
php5 using bundled tzdata in hardy?
https://bugs.launchpad.net/bugs/279980
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 279980] Re: php5 using bundled tzdata in hardy?

2008-11-21 Thread Chuck Short
So I did.

Ive added it to the version that is going into proposed.

php ships its own tzdata file, however this is not regularily in Ubuntu.
I have added the patch and debian/rules change which uses the system
timezone data. I dont expect to be any regressions with this since we
are using this in intrepid already.

Steps to reproduce:

1. Run the script that jeff attached.

I have attached the debdiff that fixes this issue. If you have any
questions please let me know.

Regards
chuck

** Attachment added: debdiff
   http://launchpadlibrarian.net/19835772/debdiff

-- 
php5 using bundled tzdata in hardy?
https://bugs.launchpad.net/bugs/279980
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 279980] Re: php5 using bundled tzdata in hardy?

2008-11-21 Thread Jeff Waugh
Nailed it! :-)

[EMAIL PROTECTED]:~$ php5 --version
PHP 5.2.4-2ubuntu5.4 with Suhosin-Patch 0.9.6.2 (cli) (built: Nov 22 2008 
15:51:10) 

[EMAIL PROTECTED]:~$ php5 php5-timezone.php 
time(): 1210669875
change: 1223136000
October 5, 2008 @ 3:00 am EST

Thanks heaps, Chuck!

-- 
php5 using bundled tzdata in hardy?
https://bugs.launchpad.net/bugs/279980
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 279980] Re: php5 using bundled tzdata in hardy?

2008-11-02 Thread Jeff Waugh
Hi Chuck,

Just tried with php5-cli from your PPA, and it doesn't seem to work:

[EMAIL PROTECTED]:~$ php5 php5-timezone.php 
time(): 1210669875
change: 1224950400
October 26, 2008 @ 3:00 am EST

(Should say October 5.)

Thanks!

-- 
php5 using bundled tzdata in hardy?
https://bugs.launchpad.net/bugs/279980
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 279980] Re: php5 using bundled tzdata in hardy?

2008-11-02 Thread Jeff Waugh
Looks like you added the patch, but didn't add --with-system-tzdata to
rules. :-)

-- 
php5 using bundled tzdata in hardy?
https://bugs.launchpad.net/bugs/279980
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 279980] Re: php5 using bundled tzdata in hardy?

2008-10-24 Thread Chuck Short
Hi Jeff,

Can you try the version in my ppa?

Thanks
chuck

** Changed in: php5 (Ubuntu)
   Status: New = Incomplete

-- 
php5 using bundled tzdata in hardy?
https://bugs.launchpad.net/bugs/279980
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 279980] Re: php5 using bundled tzdata in hardy?

2008-10-20 Thread Juan F. Codagnone
this issue also affect Argentina that also hit DST this  Sunday (October
19).

related: https://bugs.launchpad.net/ubuntu/+source/tzdata/+bug/278419

-- 
php5 using bundled tzdata in hardy?
https://bugs.launchpad.net/bugs/279980
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 279980] Re: php5 using bundled tzdata in hardy?

2008-10-20 Thread MarianoAbsatz
Is there a reason for PHP running in linux to use its own version of the
tz database?

-- 
php5 using bundled tzdata in hardy?
https://bugs.launchpad.net/bugs/279980
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 279980] Re: php5 using bundled tzdata in hardy?

2008-10-19 Thread Paul McGarry
This also effects 6.06 LTS.

Although we're getting close to the date that the timezone will be
correct again using the old rules, this should still be fixed because
the problem will happen again in subsequent years within the two LTS
releases EOL dates.

-- 
php5 using bundled tzdata in hardy?
https://bugs.launchpad.net/bugs/279980
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 279980] Re: php5 using bundled tzdata in hardy?

2008-10-08 Thread Jeff Waugh
I blogged a quick workaround for people suffering this bug:

http://bethesignal.org/blog/2008/10/08/php5-daylight-saving-dst-
timezone-tzdata-ubuntu-hardy-lts/

(php5-timezonedb was synced and then removed from intrepid, largely
because it seems that intrepid's php5 includes a patch to support using
the system tzdata... would be awesome to get that patch into hardy!)

-- 
php5 using bundled tzdata in hardy?
https://bugs.launchpad.net/bugs/279980
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 279980] Re: php5 using bundled tzdata in hardy?

2008-10-07 Thread Jeff Waugh

** Attachment added: script that demonstrates incorrect timezone data
   http://launchpadlibrarian.net/18310408/php5-timezone.php

-- 
php5 using bundled tzdata in hardy?
https://bugs.launchpad.net/bugs/279980
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs