summaryrefslogtreecommitdiffstats
path: root/source.mk
Commit message (Collapse)AuthorAgeFilesLines
* 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
* source.mk: Make slightly more generic.P. J. McDermott2013-10-061-5/+5
| | | | The same file data is used by tzdata and tzcode.
* 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-051-0/+23