Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | 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 | ||||
* | Merge branch 'master' of ssh://git.proteanos.com/opkbuild/opkbuild | Patrick McDermott | 2019-04-02 | 4 | -33/+30 |
|\ | |||||
| * | Makefile.am: Fix signatures uploading | Patrick McDermott | 2019-03-22 | 1 | -1/+1 |
| | | |||||
| * | Makefile.am: Set signing key | Patrick McDermott | 2019-03-22 | 1 | -1/+3 |
| | | |||||
| * | NEWS, configure.ac: Set version to 4.0.0+dev and list changes | Patrick McDermott | 2019-03-21 | 2 | -1/+13 |
| | | |||||
| * | tools/mtime.sh: Parse ls output with read, not cut | Patrick McDermott | 2019-03-21 | 1 | -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 make | Patrick McDermott | 2019-03-21 | 1 | -25/+0 |
| | | | | | | | | This was most recently used in mksysconf. | ||||
| * | configure.ac: Use quadrigraphs | Patrick McDermott | 2019-03-21 | 1 | -1/+1 |
| | | |||||
| * | Makefile.am: Upload .asc files | Patrick McDermott | 2019-03-21 | 1 | -3/+6 |
| | | |||||
* | | Add test binary package with hyphenated name | Patrick McDermott | 2019-04-02 | 6 | -5/+33 |
| | | | | | | | | And update tests. | ||||
* | | ob_set_binary_substvar(), ob_substvars(): Clean up binary package names | Patrick McDermott | 2019-04-02 | 1 | -0/+5 |
|/ | | | | | Fixes substvars for binary packages with non-alphanumeric characters in their names. | ||||
* | TODO: Add build reproducibility task | Patrick McDermott | 2019-03-18 | 1 | -0/+2 |
| | |||||
* | NEWS: Release opkbuild 4.0.0opkbuild/4.0.0 | Patrick McDermott | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | NEWS, configure.ac: Set version to 4.0.0 | Patrick McDermott | 2019-03-18 | 2 | -3/+13 |
| | |||||
* | tools/shld.sh: Move DT_NEEDED and RTLD below input files | Patrick McDermott | 2019-03-18 | 1 | -7/+7 |
| | | | | Otherwise, LIBDATADIR isn't defined and library loading fails. | ||||
* | ob-gencontrol, opkbuild: Update copyright years | Patrick McDermott | 2019-03-18 | 2 | -2/+2 |
| | |||||
* | configure.ac: s/Distribution Build System/opkbuild/ | Patrick McDermott | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | scripts/announce-release.sh: Lengthen short lines | Patrick McDermott | 2019-03-18 | 1 | -11/+11 |
| | |||||
* | scripts/announce-release.sh: Fix trailing "\" | Patrick McDermott | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | README: Replace en dash with "--" | Patrick McDermott | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | scripts/announce-release.sh: Truuncate long shortlog and diffstat | Patrick McDermott | 2019-03-18 | 1 | -4/+28 |
| | |||||
* | scripts/announce-release.sh: Quote-printable globally | Patrick McDermott | 2019-03-18 | 1 | -3/+3 |
| | |||||
* | scripts/announce-release.sh: Escape heading lines for quoted-printable | Patrick McDermott | 2019-03-18 | 1 | -12/+14 |
| | |||||
* | scripts/announce-release.sh: Fix old tag retrieval | Patrick McDermott | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | scripts/announce-release.sh: Parameterize from/to info | Patrick McDermott | 2019-03-18 | 1 | -9/+16 |
| | |||||
* | scripts/announce-release.sh: Sign message | Patrick McDermott | 2019-03-18 | 1 | -1/+20 |
| | |||||
* | scripts/announce-release.sh: Add Message-ID | Patrick McDermott | 2019-03-18 | 1 | -0/+2 |
| | |||||
* | scripts/announce-release.sh: Terminate lines with \r\n | Patrick McDermott | 2019-03-18 | 1 | -3/+2 |
| | |||||
* | scripts/announce-release.sh: Move message to var | Patrick McDermott | 2019-03-18 | 1 | -8/+13 |
| | |||||
* | scripts/announce-release.sh: Drop tag format assumption | Patrick McDermott | 2019-03-18 | 1 | -2/+3 |
| | |||||
* | NEWS: Move build system changes lower | Patrick McDermott | 2019-03-18 | 1 | -12/+12 |
| | | | | | I'm a build systems geek, but most people would care more about new features in the "end-user" utilities. | ||||
* | NEWS: Document binary package substvars changes | Patrick McDermott | 2019-03-18 | 1 | -1/+8 |
| | |||||
* | ob_set_package_substvars(): Update @operand doc cmd | Patrick McDermott | 2019-03-18 | 1 | -2/+1 |
| | |||||
* | en_US/opkbuild: Update copyright years | Patrick McDermott | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | ob-gencontrol: Add informational output | Patrick McDermott | 2019-03-18 | 2 | -0/+5 |
| | |||||
* | ob-buildopk: Add informational output | Patrick McDermott | 2019-03-18 | 2 | -0/+6 |
| | |||||
* | ob_parse_control(): Shift optional arguments | Patrick McDermott | 2019-03-18 | 1 | -0/+1 |
| | |||||
* | ob_substvars(): Save untranslated var name for warning message | Patrick McDermott | 2019-03-18 | 1 | -6/+7 |
| | |||||
* | ob_substvars(): Replace here-document with printf | Patrick McDermott | 2019-03-18 | 1 | -4/+1 |
| |