- From: Patrick McDermott <patrick DОТ mcdermott АТ libiquity DОТ com>
- To: proteanos-dev АТ lists DОТ proteanos DОТ com
- Date: Fri, 22 Mar 2019 16:54:23 -0400
- Message-id: 20190322165423 DОТ patrick DОТ mcdermott АТ libiquity DОТ com
About ===== This is opkhelper, a collection of utilities to automate common tasks in building distribution packages using opkbuild. Included in opkhelper are programs to automatically work with package build systems, fix file owners and modes, strip binary files, and install files into binary packages, etc. opkhelper is inspired by debhelper, a similar collection of programs for Debian. Downloading =========== Source archives are available from the files site by HTTP or FTP: http://files.proteanos.com/pub/opkhelper/3.1.1/ ftp://files.proteanos.com/pub/opkhelper/3.1.1/ Here are the MD5 checksums: 3ea10810cc081835ad536d1d90cf8980 opkhelper-3.1.1.tar.gz 5bc07fac78be6aae35c31eea803d74f7 opkhelper-3.1.1.tar.bz2 916b16c1c2cb96c00b4e95123b58979a opkhelper-3.1.1.tar.xz Here are the SHA-256 checksums: 5870cf5360fd4f6d093b7bf016faac1149b6e983e4ad360324bf7a21d2e473cd opkhelper-3.1.1.tar.gz 1e49ab2a4425a599157f5fd4461d0f15c42809171e1ba4f1e86e4f8fdde0eea2 opkhelper-3.1.1.tar.bz2 f24aef989196f4bb68e54c5fecea62faf12e06bee13d554b0ed9337e00a0521e opkhelper-3.1.1.tar.xz The sources are maintained in a Git repository: http://git.proteanos.com/opkhelper/opkhelper.git/ git://git.proteanos.com/opkhelper/opkhelper.git/ This release is marked by the "opkhelper/3.1.1" tag. NEWS for Version 3.1.1 ====================== Changes in this release: * Use ldconfig to find library search directories at run time, instead of setting directories at build time. This enables architecture- specific library directories to be searched without making opkhelper itself architecture-specific. Note that this is specific to glibc; other libraries will need to be supported in the future. Shortlog of Changes Since Version 3.1.0 ======================================= Patrick McDermott (6): configure.ac, Makefile.am: Find ldconfig oh-shlibdeps: Search RTLD paths with ldconfig configure.ac: Drop --with-library-path Makefile.am: Fix signatures uploading configure.ac, NEWS: Set version to 3.1.1 and mention ldconfig usage NEWS: Release opkhelper 3.1.1 Diffstat of Changes Since Version 3.1.0 ======================================= Makefile.am | 3 ++- NEWS | 13 +++++++++++ configure.ac | 53 +++++++++++++++++++++++---------------------- src/oh-shlibdeps.sh | 9 +++++--- 4 files changed, 48 insertions(+), 30 deletions(-) -- Patrick McDermott, CEO Libiquity Putting customers in control of high-quality technologies http://www.libiquity.com/
Attachment:
pgpHgOMTExRHo.pgp
Description: OpenPGP digital signature
- opkhelper 3.1.1 released, Patrick McDermott