Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | source.mk: Download over HTTPS | Patrick McDermott | 2020-12-20 | 2 | -2/+3 |
| | | | | We have it now, so why not? | ||||
* | source.mk: Use lzip and recompress with bzip2 | Patrick McDermott | 2020-12-19 | 2 | -3/+3 |
| | |||||
* | changelog: New upstream release | Patrick McDermott | 2020-12-19 | 1 | -0/+6 |
| | |||||
* | Revert "source.mk: Remove (BusyBox lzip support is broken apparently)" | Patrick McDermott | 2020-12-19 | 2 | -0/+28 |
| | | | | This reverts commit e2f8112ed95c899578396d00a49c5d30de7ffa2a. | ||||
* | control: Add B-Ds for oh-shlibdeps | Patrick McDermott | 2019-06-06 | 1 | -1/+1 |
| | |||||
* | changelog: Release tzdb 2019a-1tzdb/2019a-1 | Patrick McDermott | 2019-06-06 | 1 | -2/+17 |
| | |||||
* | substvars: New file (copied from tzdata) | Patrick McDermott | 2019-06-06 | 1 | -0/+5 |
| | |||||
* | release: New script (copied from gcc-8) | Patrick McDermott | 2019-06-06 | 1 | -0/+13 |
| | |||||
* | copyright: New file | Patrick McDermott | 2019-06-06 | 1 | -0/+56 |
| | |||||
* | build: Rearrange $(INSTALL) commands, drop comments | Patrick McDermott | 2019-06-06 | 1 | -5/+2 |
| | |||||
* | build: Make $(INSTALL) less pointlessly verbose | Patrick McDermott | 2019-06-06 | 1 | -9/+12 |
| | | | | Also add a couple comments. | ||||
* | build: Drop -v option from mkdir and cp | Patrick McDermott | 2019-06-06 | 1 | -2/+2 |
| | | | | | This is non-standard and only optionally supported by BusyBox since version 1.23.0. | ||||
* | tzselect: Provide iso3166.tab and zone1970.tab | Patrick McDermott | 2019-06-06 | 1 | -2/+2 |
| | | | | Instead of tzdata. | ||||
* | tzdata: Drop deprecated zone.tab | Patrick McDermott | 2019-06-06 | 1 | -1/+2 |
| | |||||
* | build: Fix a package name | Patrick McDermott | 2019-06-06 | 1 | -4/+4 |
| | |||||
* | build: Convert macro name to upper case | Patrick McDermott | 2019-06-06 | 1 | -3/+3 |
| | |||||
* | build: Replace install commands with $(INSTALL) function | Patrick McDermott | 2019-06-06 | 1 | -8/+17 |
| | | | | | | | install is non-standard and awkward at best. Without the -t option, the destination is assumed to be a non-directory file, even when it isn't (e.g. when a trailing "/" is used). BusyBox install didn't get a -t option until version 1.23.0. | ||||
* | Revert "build: Try install's -t option" | Patrick McDermott | 2019-06-06 | 1 | -8/+8 |
| | | | | This reverts commit 3db8470f05a88cacc98c35280f13868609893a2f. | ||||
* | build: Try install's -t option | Patrick McDermott | 2019-06-06 | 1 | -8/+8 |
| | |||||
* | build: Fix for loop syntax error | Patrick McDermott | 2019-06-06 | 1 | -1/+1 |
| | |||||
* | build: Replace `cp` with `install -D` | Patrick McDermott | 2019-06-06 | 1 | -1/+1 |
| | |||||
* | tzcode-common: Remove | Patrick McDermott | 2019-06-06 | 6 | -9/+4 |
| | | | | Now all packages depend on tzdata for source package documentation. | ||||
* | tzcode: Remove transitional package | Patrick McDermott | 2019-06-06 | 1 | -6/+0 |
| | |||||
* | zdump, zic: Use oh-shlibdeps | Patrick McDermott | 2019-06-06 | 3 | -2/+4 |
| | | | | Also add a comment to build. | ||||
* | build: Remove unnecessary line continuation | Patrick McDermott | 2019-06-06 | 1 | -2/+2 |
| | | | | Also improve a comment. | ||||
* | tzselect, zdump, zic, tzcode-doc: Don't use oh-installfiles | Patrick McDermott | 2019-06-06 | 5 | -11/+11 |
| | | | | | Instead, install everything directly to .data directories and run oh-fixperms and oh-strip over all of them at the end. | ||||
* | tzdata: Install America/New_York and link posixrules to it | Patrick McDermott | 2019-06-06 | 1 | -5/+6 |
| | | | | Also, this must be done after the zic command in the first loop. | ||||
* | build: Set p before inner loop | Patrick McDermott | 2019-06-06 | 1 | -2/+2 |
| | |||||
* | tzdata: Drop /usr/share/zoneinfo/posix link | Patrick McDermott | 2019-06-06 | 1 | -1/+0 |
| | |||||
* | tzdata: Merge in Factory and split out Etc/UTC | Patrick McDermott | 2019-06-06 | 2 | -23/+8 |
| | | | | TODO: This breaks </usr/share/zoneinfo/posixrules>. | ||||
* | tzcode-doc: Install /usr/share/man/tzfile.5 | Patrick McDermott | 2019-06-05 | 2 | -1/+2 |
| | |||||
* | build: Replace mkdir and cp with install | Patrick McDermott | 2019-06-05 | 1 | -5/+3 |
| | |||||
* | tzselect, zdump: Install executables to /usr/bin | Patrick McDermott | 2019-06-05 | 3 | -4/+5 |
| | | | | | These don't attempt to modify system files and are intended for use by unprivileged users. This is where upstream installs them. | ||||
* | Add tzdata packages | Patrick McDermott | 2019-06-05 | 11 | -0/+73 |
| | |||||
* | Add tzcode packages | Patrick McDermott | 2019-06-05 | 11 | -0/+36 |
| | |||||
* | build: Remove extra space | Patrick McDermott | 2019-06-05 | 1 | -1/+1 |
| | |||||
* | build: Drop unnecessary zic -L option | Patrick McDermott | 2019-06-05 | 1 | -2/+1 |
| | |||||
* | build: set -e in long loop | Patrick McDermott | 2019-06-05 | 1 | -2/+2 |
| | |||||
* | build: Don't install until install | Patrick McDermott | 2019-06-05 | 1 | -4/+2 |
| | |||||
* | build: Use just-built zic | Patrick McDermott | 2019-06-05 | 1 | -1/+1 |
| | | | | | Now that tzcode and tzdata are merged into tzdb, we don't need to depend on tzcode being installed. | ||||
* | build: zic accepts "L" abbreviation for "Link" | Patrick McDermott | 2019-06-05 | 1 | -2/+2 |
| | | | | | No tables actually use it yet, but we'll be prepared in case they ever do. | ||||
* | build: zic's -y option is now obsolete | Patrick McDermott | 2019-06-05 | 1 | -2/+1 |
| | |||||
* | build: Install zone1970.tab | Patrick McDermott | 2019-06-05 | 1 | -1/+1 |
| | |||||
* | build: Drop TZDIR=/usr/share/zoneinfo | Patrick McDermott | 2019-06-05 | 1 | -1/+1 |
| | | | | Upstream now uses this directory too. | ||||
* | build: Add tzdata target commands | Patrick McDermott | 2019-06-05 | 1 | -0/+72 |
| | |||||
* | build: Add tzcode target commands | Patrick McDermott | 2019-06-05 | 1 | -0/+13 |
| | |||||
* | source.mk: Remove (BusyBox lzip support is broken apparently) | Patrick McDermott | 2019-06-02 | 2 | -28/+0 |
| | |||||
* | Initial commit | Patrick McDermott | 2019-06-02 | 6 | -0/+53 |