summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* opkbuild: Set SOURCE_DATE_EPOCHPatrick McDermott2019-06-161-0/+3
|
* ob_iso8601_gmtime(): Fix dates after leap daysPatrick McDermott2019-06-161-1/+1
|
* tests/lib/ob_iso8601_gmtime.sh: New filePatrick McDermott2019-06-162-0/+44
|
* tests/lib/ob_rfc822_mktime.sh: Fix test resultPatrick McDermott2019-06-161-1/+1
|
* ob_rfc822_mktime(): Drop "+" TZ signPatrick McDermott2019-06-161-1/+2
|
* tests/lib/ob_rfc822_mktime.sh: Test Y2k38Patrick McDermott2019-06-161-2/+3
|
* ob_rfc822_mktime(): Parse monthPatrick McDermott2019-06-151-1/+17
|
* tests/lib/ob_rfc822_mktime.sh: Make all tests after 1970 local timePatrick McDermott2019-06-151-3/+4
|
* ob_rfc822_mktime(): Fix parsingPatrick McDermott2019-06-151-2/+6
|
* tests/lib/ob_rfc822_mktime.sh: New filePatrick McDermott2019-06-152-0/+42
|
* lib/time.sh: New filePatrick McDermott2019-06-153-2/+167
|
* Makefile.am: Make detached OpenPGP signaturesPatrick McDermott2019-04-281-1/+1
|
* tests/aux/common.sh: Check whitespace in cmd_is()Patrick McDermott2019-04-251-2/+2
|
* tests/lib/ob_parse_control.sh: Use tests/aux/common.shPatrick McDermott2019-04-241-17/+1
|
* _ob_parse_control_error(): Make arg vars localPatrick McDermott2019-04-231-3/+3
|
* ob_set_*_substvar(), ob_substvars(): Use lowercase eval varsPatrick McDermott2019-04-231-14/+14
|
* tests/lib/ob_substvars.sh: New test filePatrick McDermott2019-04-232-0/+46
|
* Makefile.am: Add spaces around "="Patrick McDermott2019-04-141-1/+1
|
* NEWS: Release opkbuild 4.0.2opkbuild/4.0.2Patrick McDermott2019-04-031-1/+1
|
* NEWS, configure.ac: Set version to 4.0.2Patrick McDermott2019-04-032-3/+3
|
* ob-checkbuilddeps: Fix opkg compare-versions ref cmd opPatrick McDermott2019-04-031-1/+1
|
* metadata/proteanos: Allow "+" and forbid "-" in upstream versionsPatrick McDermott2019-04-032-1/+4
|
* ob-checkbuilddeps, NEWS: Fix comment about opkg versionsPatrick McDermott2019-04-032-9/+10
| | | | Also update copyright years.
* ob-checkbuilddeps: Support compare-versions change in opkg-ledePatrick McDermott2019-04-032-3/+36
|
* NEWS, configure.ac: Set version to 4.0.1+devPatrick McDermott2019-04-032-1/+6
|
* NEWS: Release opkbuild 4.0.1opkbuild/4.0.1Patrick McDermott2019-04-021-1/+1
|
* tests/data/pkg/baz-qux.pkg/control: DistributePatrick McDermott2019-04-021-0/+1
|
* NEWS: Note security (non-)implications of substvars bugPatrick McDermott2019-04-021-1/+5
|
* NEWS, configure.ac: Set version to 4.0.1Patrick McDermott2019-04-022-3/+3
|
* NEWS: Document binary substvars fixPatrick McDermott2019-04-021-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
* Merge branch 'master' of ssh://git.proteanos.com/opkbuild/opkbuildPatrick McDermott2019-04-024-33/+30
|\
| * Makefile.am: Fix signatures uploadingPatrick McDermott2019-03-221-1/+1
| |
| * Makefile.am: Set signing keyPatrick McDermott2019-03-221-1/+3
| |
| * NEWS, configure.ac: Set version to 4.0.0+dev and list changesPatrick McDermott2019-03-212-1/+13
| |
| * tools/mtime.sh: Parse ls output with read, not cutPatrick McDermott2019-03-211-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | cut treats multiple delimiter characters as empty fields, increasing the field count an indeterminate amount for fields with whitespace delimiter padding. BusyBox's ls outputs: -rw-r--r-- 1 1000 1000 1935 Mar 16 16:31 man/opkbuild.1in cut counts the owner field, not the month, as field 6. And fields 7 and 8 are empty. The shell interpreter's field splitting is better suited for this job, so just use read.
| * configure.ac: Drop check for makePatrick McDermott2019-03-211-25/+0
| | | | | | | | This was most recently used in mksysconf.
| * configure.ac: Use quadrigraphsPatrick McDermott2019-03-211-1/+1
| |
| * Makefile.am: Upload .asc filesPatrick McDermott2019-03-211-3/+6
| |
* | Add test binary package with hyphenated namePatrick McDermott2019-04-026-5/+33
| | | | | | | | And update tests.
* | ob_set_binary_substvar(), ob_substvars(): Clean up binary package namesPatrick McDermott2019-04-021-0/+5
|/ | | | | Fixes substvars for binary packages with non-alphanumeric characters in their names.
* TODO: Add build reproducibility taskPatrick McDermott2019-03-181-0/+2
|
* NEWS: Release opkbuild 4.0.0opkbuild/4.0.0Patrick McDermott2019-03-181-1/+1
|
* NEWS, configure.ac: Set version to 4.0.0Patrick McDermott2019-03-182-3/+13
|
* tools/shld.sh: Move DT_NEEDED and RTLD below input filesPatrick McDermott2019-03-181-7/+7
| | | | Otherwise, LIBDATADIR isn't defined and library loading fails.
* ob-gencontrol, opkbuild: Update copyright yearsPatrick McDermott2019-03-182-2/+2
|
* configure.ac: s/Distribution Build System/opkbuild/Patrick McDermott2019-03-181-1/+1
|
* scripts/announce-release.sh: Lengthen short linesPatrick McDermott2019-03-181-11/+11
|
* scripts/announce-release.sh: Fix trailing "\"Patrick McDermott2019-03-181-1/+1
|
* README: Replace en dash with "--"Patrick McDermott2019-03-181-1/+1
|
* scripts/announce-release.sh: Truuncate long shortlog and diffstatPatrick McDermott2019-03-181-4/+28
|