diff options
author | wiz <wiz@pkgsrc.org> | 2022-10-30 01:11:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-10-30 01:11:02 +0000 |
commit | d697402033324b181bec87d720f0bb1d980ac04a (patch) | |
tree | 4b5fc7e421820dd0e660b5bdd7f729d5cfbafe5e /x11/rgb/distinfo | |
parent | e521cd9c139ea047efdb41c7b824ab658d48bb73 (diff) | |
download | pkgsrc-d697402033324b181bec87d720f0bb1d980ac04a.tar.gz |
rgb: update to 1.1.0.
This release adds a new configure option --with-rgb-db-library to allow
builders more control over which dbm or ndbm compatible library is used
if --with-rgb-db-type is set to one of the non-default database options
instead of the default of "text". The --with-rgb-db-library option can
allow use of libraries that are not normally searched for (gdbm_compat)
or to bypass libraries we do normally search for (like Berkeley db).
Alan Coopersmith (12):
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
gitlab CI: add a basic build test
Build xz tarballs instead of bzip2
Remove unnecessary casts from malloc() & memcpy() calls
rgb.c: fix -Wdiscarded-qualifiers warning
rgb.c: if filename is too long, report error instead of truncating
README: provide more information on --with-rgb-db-type
configure: Add --with-rgb-db-library option
gitlab CI: build all 3 --with-rgb-db-type=(text|dbm|ndbm) options
gitlab CI: stop requiring Signed-off-by in commits
rgb 1.1.0
Emil Velikov (1):
autogen.sh: use quoted string variables
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
Diffstat (limited to 'x11/rgb/distinfo')
-rw-r--r-- | x11/rgb/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/rgb/distinfo b/x11/rgb/distinfo index 297cec16ca2..de5b586b646 100644 --- a/x11/rgb/distinfo +++ b/x11/rgb/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2021/10/26 11:34:26 nia Exp $ +$NetBSD: distinfo,v 1.9 2022/10/30 01:11:02 wiz Exp $ -BLAKE2s (rgb-1.0.6.tar.bz2) = f869ac09a5b854f98e12c56729b69d8dba69f6524674ded8d528995a35fc806b -SHA512 (rgb-1.0.6.tar.bz2) = 92c8885a0e1482065a8b86f7be890859a5eab6b9d57ff219e916cbbd10cd185deec1c5db25dae8c405a343ab0e2ddaba3ddfe0b567d06534405f102e1845654e -Size (rgb-1.0.6.tar.bz2) = 139225 bytes +BLAKE2s (rgb-1.1.0.tar.xz) = 9ff1b543166f527325220907de1db2074eb0072b2d52a6de37cbd6badef4a804 +SHA512 (rgb-1.1.0.tar.xz) = 640888d64b2d328fff4a1652ba1299436e348bc3cbc90710d79c635acfa7f2fce0018adb818123b41ca008197ff1cbf87aab60501de36c163bed2d80d8556008 +Size (rgb-1.1.0.tar.xz) = 132824 bytes |