Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | tests/exe/opkbuild.sh: Update and check archive member ordering | Patrick McDermott | 2019-06-16 | 1 | -16/+3 |
| | |||||
* | ob-buildopk: Use chown -h | Patrick McDermott | 2019-06-16 | 1 | -1/+1 |
| | | | | | | This option is standardized in POSIX and has been supported in BusyBox since 2001-05-11 (commit 2b02ab9), so there's no need to check for it in configure. | ||||
* | ob-buildopk: Use ${HAVE_TOUCH_NODEREF} | Patrick McDermott | 2019-06-16 | 1 | -1/+14 |
| | |||||
* | ob-buildopk: Use ${TOUCH} | Patrick McDermott | 2019-06-16 | 1 | -3/+3 |
| | |||||
* | configure.ac, config.sh.in: Check whether touch accepts -h | Patrick McDermott | 2019-06-16 | 2 | -0/+42 |
| | |||||
* | ob-buildopk: Don't reverse sort archive members with -T | Patrick McDermott | 2019-06-16 | 1 | -2/+2 |
| | | | | | Apparently BusyBox tar doesn't reverse members listed with -T, contrary to previous testing? | ||||
* | tests/exe/ob-buildopk.sh: Remove directories from test results | Patrick McDermott | 2019-06-16 | 1 | -5/+0 |
| | |||||
* | tests/exe/ob-buildopk.sh: Test member ordering | Patrick McDermott | 2019-06-16 | 1 | -3/+3 |
| | |||||
* | tests/exe/ob-buildopk.sh: Run ob-buildopk with fakeroot | Patrick McDermott | 2019-06-16 | 1 | -1/+2 |
| | |||||
* | tests/exe/ob-genchanges.sh: Update date (changed in 895ed22) | Patrick McDermott | 2019-06-16 | 1 | -1/+1 |
| | |||||
* | tests/aux/common.sh: Set SOURCE_DATE_EPOCH | Patrick McDermott | 2019-06-16 | 1 | -0/+1 |
| | |||||
* | tests/data/pkg/changelog: Change date | Patrick McDermott | 2019-06-16 | 1 | -1/+1 |
| | |||||
* | opkbuild: Drop useless fake privileges | Patrick McDermott | 2019-06-16 | 1 | -3/+3 |
| | | | | Rely on ob-buildopk to set ownership when packing archives. | ||||
* | TODO: Add more tasks | Patrick McDermott | 2019-06-16 | 1 | -0/+11 |
| | |||||
* | TODO: Reproducible .opk's is done? | Patrick McDermott | 2019-06-16 | 1 | -2/+0 |
| | |||||
* | TODO: Scrap outer archive conversion to ar | Patrick McDermott | 2019-06-16 | 1 | -3/+0 |
| | | | | opkg-lede dropped the code for that to save space. | ||||
* | ob-buildopk: Make archive member owners/groups deterministic | Patrick McDermott | 2019-06-16 | 2 | -1/+5 |
| | |||||
* | ob-buildopk: Make archive member ordering deterministic | Patrick McDermott | 2019-06-16 | 1 | -2/+4 |
| | |||||
* | ob-buildopk: Add control.tar.gz before data.tar.gz | Patrick McDermott | 2019-06-16 | 1 | -3/+3 |
| | |||||
* | ob-buildopk: Make archive member mtimes deterministic | Patrick McDermott | 2019-06-16 | 1 | -3/+9 |
| | |||||
* | opkbuild: Set SOURCE_DATE_EPOCH | Patrick McDermott | 2019-06-16 | 1 | -0/+3 |
| | |||||
* | ob_iso8601_gmtime(): Fix dates after leap days | Patrick McDermott | 2019-06-16 | 1 | -1/+1 |
| | |||||
* | tests/lib/ob_iso8601_gmtime.sh: New file | Patrick McDermott | 2019-06-16 | 2 | -0/+44 |
| | |||||
* | tests/lib/ob_rfc822_mktime.sh: Fix test result | Patrick McDermott | 2019-06-16 | 1 | -1/+1 |
| | |||||
* | ob_rfc822_mktime(): Drop "+" TZ sign | Patrick McDermott | 2019-06-16 | 1 | -1/+2 |
| | |||||
* | tests/lib/ob_rfc822_mktime.sh: Test Y2k38 | Patrick McDermott | 2019-06-16 | 1 | -2/+3 |
| | |||||
* | ob_rfc822_mktime(): Parse month | Patrick McDermott | 2019-06-15 | 1 | -1/+17 |
| | |||||
* | tests/lib/ob_rfc822_mktime.sh: Make all tests after 1970 local time | Patrick McDermott | 2019-06-15 | 1 | -3/+4 |
| | |||||
* | ob_rfc822_mktime(): Fix parsing | Patrick McDermott | 2019-06-15 | 1 | -2/+6 |
| | |||||
* | tests/lib/ob_rfc822_mktime.sh: New file | Patrick McDermott | 2019-06-15 | 2 | -0/+42 |
| | |||||
* | lib/time.sh: New file | Patrick McDermott | 2019-06-15 | 3 | -2/+167 |
| | |||||
* | Makefile.am: Make detached OpenPGP signatures | Patrick McDermott | 2019-04-28 | 1 | -1/+1 |
| | |||||
* | tests/aux/common.sh: Check whitespace in cmd_is() | Patrick McDermott | 2019-04-25 | 1 | -2/+2 |
| | |||||
* | tests/lib/ob_parse_control.sh: Use tests/aux/common.sh | Patrick McDermott | 2019-04-24 | 1 | -17/+1 |
| | |||||
* | _ob_parse_control_error(): Make arg vars local | Patrick McDermott | 2019-04-23 | 1 | -3/+3 |
| | |||||
* | ob_set_*_substvar(), ob_substvars(): Use lowercase eval vars | Patrick McDermott | 2019-04-23 | 1 | -14/+14 |
| | |||||
* | tests/lib/ob_substvars.sh: New test file | Patrick McDermott | 2019-04-23 | 2 | -0/+46 |
| | |||||
* | Makefile.am: Add spaces around "=" | Patrick McDermott | 2019-04-14 | 1 | -1/+1 |
| | |||||
* | NEWS: Release opkbuild 4.0.2opkbuild/4.0.2 | Patrick McDermott | 2019-04-03 | 1 | -1/+1 |
| | |||||
* | NEWS, configure.ac: Set version to 4.0.2 | Patrick McDermott | 2019-04-03 | 2 | -3/+3 |
| | |||||
* | ob-checkbuilddeps: Fix opkg compare-versions ref cmd op | Patrick McDermott | 2019-04-03 | 1 | -1/+1 |
| | |||||
* | metadata/proteanos: Allow "+" and forbid "-" in upstream versions | Patrick McDermott | 2019-04-03 | 2 | -1/+4 |
| | |||||
* | ob-checkbuilddeps, NEWS: Fix comment about opkg versions | Patrick McDermott | 2019-04-03 | 2 | -9/+10 |
| | | | | Also update copyright years. | ||||
* | ob-checkbuilddeps: Support compare-versions change in opkg-lede | Patrick McDermott | 2019-04-03 | 2 | -3/+36 |
| | |||||
* | NEWS, configure.ac: Set version to 4.0.1+dev | Patrick McDermott | 2019-04-03 | 2 | -1/+6 |
| | |||||
* | NEWS: Release opkbuild 4.0.1opkbuild/4.0.1 | Patrick McDermott | 2019-04-02 | 1 | -1/+1 |
| | |||||
* | tests/data/pkg/baz-qux.pkg/control: Distribute | Patrick McDermott | 2019-04-02 | 1 | -0/+1 |
| | |||||
* | NEWS: Note security (non-)implications of substvars bug | Patrick McDermott | 2019-04-02 | 1 | -1/+5 |
| | |||||
* | NEWS, configure.ac: Set version to 4.0.1 | Patrick McDermott | 2019-04-02 | 2 | -3/+3 |
| | |||||
* | NEWS: Document binary substvars fix | Patrick McDermott | 2019-04-02 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | This fixed: [...] ob-gencontrol: Generating control files for package "opkg-dbg"... /usr/bin/ob-gencontrol: eval: line 1: _OB_SUBSTVAR_BIN_opkg-dbg__SHLIB_DEPENDS=: not found ob-gencontrol: Generating control files for package "opkg-gpg"... /usr/bin/ob-gencontrol: eval: line 1: _OB_SUBSTVAR_BIN_opkg-gpg__SHLIB_DEPENDS=libassuan.0, libc.6, libgpg-error.0, libgpgme.11,: not found ob-gencontrol: Warning: Unknown substitution variable "Shlib-Depends" ob-gencontrol: Generating control files for package "opkg"... ob-gencontrol: Generating control files for package "opkg-common"... /usr/bin/ob-gencontrol: eval: line 1: _OB_SUBSTVAR_BIN_opkg-common__SHLIB_DEPENDS=: not found ob-gencontrol: Generating control files for package "opkg-doc"... /usr/bin/ob-gencontrol: eval: line 1: _OB_SUBSTVAR_BIN_opkg-doc__SHLIB_DEPENDS=: not found [...] ob-genchanges: Generating "opkg_0.2.4-1_amd64-linux-glibc_dev.changes"... /usr/bin/ob-genchanges: eval: line 1: _OB_SUBSTVAR_BIN_opkg-common__SHLIB_DEPENDS=: not found /usr/bin/ob-genchanges: eval: line 1: _OB_SUBSTVAR_BIN_opkg-dbg__SHLIB_DEPENDS=: not found /usr/bin/ob-genchanges: eval: line 1: _OB_SUBSTVAR_BIN_opkg-doc__SHLIB_DEPENDS=: not found /usr/bin/ob-genchanges: eval: line 1: _OB_SUBSTVAR_BIN_opkg-gpg__SHLIB_DEPENDS=libassuan.0, libc.6, libgpg-error.0, libgpgme.11,: not found |