summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* changelog: Release tzdata 2014e-1HEADmasterP. J. McDermott2014-08-041-0/+6
| | | | New upstream version.
* changelog: Release tzdata 2014c-1.P. J. McDermott2014-05-151-0/+6
| | | | New upstream version.
* changelog: Release tzdata 2014a-1.P. J. McDermott2014-03-091-1/+1
| | | | One hour after the upstream release!
* Update my e-mail address.P. J. McDermott2014-03-092-2/+2
|
* changelog: New upstream version.P. J. McDermott2014-03-091-1/+1
|
* source.mk: Avoid PASV error on IANA FTP site.P. J. McDermott2014-01-201-1/+1
| | | | | | | | | | | | | | | | | | | | | In passive mode, IANA's FTP server is now rejecting RETR commands with a 425 error: $ nc ftp.iana.org 21 220 IANA FTP Server USER anonymous 331 Please specify the password. PASS 230 Login successful. CWD /tz/releases 250 Directory successfully changed. PASV 227 Entering Passive Mode (192,0,32,8,38,63) [at this point I connected to 192.0.32.8 on port 9791] RETR tzcode2013i.tar.gz 425 Security: Bad IP connecting. 500 OOPS: close 500 OOPS: child died
* changelog: New upstream version.P. J. McDermott2014-01-181-1/+1
|
* build: Fix rm command in installation.P. J. McDermott2014-01-071-1/+1
| | | | This should really fix those opkg errors.
* build: Move rm command in installation.P. J. McDermott2014-01-071-1/+1
| | | | | | | | | | Should fix these opkg errors: * check_data_file_clashes: Package tzdata-etcetera wants to install file /usr/share/zoneinfo/Etc/Zulu But that file is already provided by package * tzdata * check_data_file_clashes: Package tzdata-etcetera wants to install file /usr/share/zoneinfo/Etc/Universal But that file is already provided by package * tzdata * opkg_install_cmd: Cannot install package tzdata-etcetera.
* changelog: New upstream version.P. J. McDermott2013-12-051-1/+1
|
* build: Make [ commands more safe and consistent.P. J. McDermott2013-10-091-6/+6
|
* tzdata-common: Rename to tzdata.P. J. McDermott2013-10-0913-32/+32
|
* tzdata-common: Provide Etc/* -> UTC links.P. J. McDermott2013-10-091-2/+7
|
* tzdata-etcetera: Don't provide Etc/UTC.P. J. McDermott2013-10-091-1/+1
|
* tzdata-common: Provide Etc/UTC and make default.P. J. McDermott2013-10-091-7/+12
|
* tzdata-common: Provide /etc/localtime.P. J. McDermott2013-10-091-0/+2
|
* build: Fix name of posixrules file.P. J. McDermott2013-10-091-1/+1
|
* build: Move ln command.P. J. McDermott2013-10-091-1/+1
|
* build: Add comments.P. J. McDermott2013-10-091-0/+4
|
* build: Rewrite a long line.P. J. McDermott2013-10-091-2/+2
|
* build: Install links listed in "backward" table.P. J. McDermott2013-10-091-0/+18
|
* Install directly to .data dirs. Don't use oh-*.P. J. McDermott2013-10-093-36/+21
|
* tzdata-backward: Remove.P. J. McDermott2013-10-092-9/+0
|
* build: Make time zone links into symbolic links.P. J. McDermott2013-10-091-0/+15
|
* tzdata-common: Add /usr/share/zoneinfo/posix link.P. J. McDermott2013-10-082-0/+2
|
* control: Build-Depend on tzcode (for zic).P. J. McDermott2013-10-061-1/+1
|
* tzdata-common: Provide posixrules and *.tab.P. J. McDermott2013-10-063-8/+5
|
* build: Install tables needed by tzselect.P. J. McDermott2013-10-061-0/+2
|
* source.mk: Make slightly more generic.P. J. McDermott2013-10-061-5/+5
| | | | The same file data is used by tzdata and tzcode.
* copyright: New file.P. J. McDermott2013-10-061-0/+17
|
* Add binary packages.P. J. McDermott2013-10-0613-0/+87
|
* build: Remove "US/Pacific-New" time zone.P. J. McDermott2013-10-061-1/+0
| | | | See also: <https://mm.icann.org/pipermail/tz/2009-February/015448.html>.
* build: Compile and install timezones.P. J. McDermott2013-10-061-0/+43
|
* source.mk: Rename top-level directory in archive.P. J. McDermott2013-10-061-2/+4
| | | | opkbuild tried to move src/ into src/. opkbuild should probably know better.
* Initial commit.P. J. McDermott2013-10-057-0/+49