- From: Patrick McDermott <patrick DОТ mcdermott АТ libiquity DОТ com>
- To: proteanos-dev АТ lists DОТ proteanos DОТ com
- Date: Tue, 18 Jun 2019 10:58:43 -0400
- Message-id: 20190618105843 DОТ patrick DОТ mcdermott АТ libiquity DОТ com
About ===== opkbuild is a distribution build system -- a set of tools for building software packages. From source packages it builds binary packages for use with the opkg package manager. Currently one format of source package is supported by opkbuild: ProteanOS Source Package Format 2.0: http://specs.proteanos.com/spf-2.0/ opkbuild is similar in function to the development library and utilities of dpkg, the Debian package manager: https://packages.debian.org/sid/dpkg-dev https://packages.debian.org/sid/libdpkg-perl https://wiki.debian.org/Teams/Dpkg/ Downloading =========== Source archives are available from the files site by HTTP or FTP: http://files.proteanos.com/pub/opkbuild/4.1.1/ ftp://files.proteanos.com/pub/opkbuild/4.1.1/ Here are the MD5 checksums: 0b998cc5e91e65629f7e015a82cc679e opkbuild-4.1.1.tar.gz f59687a6586289d433fc71abd4e022be opkbuild-4.1.1.tar.bz2 61425b6179b3234fd145d638e3b70f81 opkbuild-4.1.1.tar.xz Here are the SHA-256 checksums: 0204fc5aa7700c31348ecab1f9eba44345724b69bbc7d296a8c9e486077bfc2f opkbuild-4.1.1.tar.gz c29653f390c00ce1661579d7ddf4b88ffd2beb20ffef9cdd6015c1b0d03d3bc6 opkbuild-4.1.1.tar.bz2 608439b13e446f20e25b47940134799bba9719a240774b2686d02bb1431d373a opkbuild-4.1.1.tar.xz The sources are maintained in a Git repository: http://git.proteanos.com/opkbuild/opkbuild.git/ git://git.proteanos.com/opkbuild/opkbuild.git/ This release is marked by the "opkbuild/4.1.1" tag. NEWS for Version 4.1.1 ====================== Utilities: * ob-buildopk now uses the "touch" utility's "-t" option instead of "-d". Both are required by POSIX, but BusyBox supports only the argument format of the former. libopkbuild: * A new function ob_touch_t_gmtime() has been added. Shortlog of Changes Since Version 4.1.0 ======================================= Patrick McDermott (7): ob_iso8601_gmtime(): Factor out common gmtime code NEWS, configure.ac: Set version to 4.1.1 ob_touch_t_gmtime(): New function ob_rfc822_mktime(), ob_*_gmtime(): Add "(3)" to C function manual references ob-buildopk: Use touch -t _ob_gmtime(): Fix numbers being interpreted in octal NEWS: Release opkbuild 4.1.1 Diffstat of Changes Since Version 4.1.0 ======================================= NEWS | 15 ++++++++++++ configure.ac | 2 +- lib/time.sh | 58 +++++++++++++++++++++++++++++++++++----------- man/local.mk | 3 ++- src/ob-buildopk.sh | 10 ++++---- 5 files changed, 67 insertions(+), 21 deletions(-) -- Patrick McDermott, CEO Libiquity Putting customers in control of high-quality technologies http://www.libiquity.com/
Attachment:
pgpgkABaBgz2w.pgp
Description: OpenPGP digital signature
- opkbuild 4.1.1 released, Patrick McDermott