summary refs log tree commit diff
path: root/pkgs/development/libraries/gdbm
Commit message (Collapse)AuthorAge
* treewide: NIX_CFLAGS_COMPILE -> stringRobin Gloster2019-12-31
|
* gdbm: enable parallel building and use pnameBenjamin Hipple2019-05-25
|
* Treewide: use HTTPS on GNU domainsc0bw3b2018-12-02
| | | | | | | | | | | HTTP -> HTTPS for : - http://gnu.org/ - http://www.gnu.org/ - http://elpa.gnu.org/ - http://lists.gnu.org/ - http://gcc.gnu.org/ - http://ftp.gnu.org/ (except in fetchurl mirrors) - http://bugs.gnu.org/
* gdbm: 1.18 -> 1.18.1R. RyanTM2018-11-09
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gdbm/versions
* gdbm: 1.17 -> 1.18 (#46285)R. RyanTM2018-09-12
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gdbm/versions
* treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson2018-08-30
| | | | | Want to get this out of here for 18.09, so it can be deprecated thereafter.
* gdbm: avoid a warning on DarwinVladimír Čunát2018-08-10
| | | | | | | This is just to minimize rebuilds. The actual bugfix doesn't seem to hurry, as the function has been returning void until now, so if the int returned isn't a meaningful value in some cases, nothing should happen yet.
* gdbm: 1.15 -> 1.17Lancelot SIX2018-08-01
| | | | | | See release informatinos: - http://lists.gnu.org/archive/html/info-gnu/2018-06/msg00013.html - http://lists.gnu.org/archive/html/info-gnu/2018-07/msg00009.html
* gdbm: 1.14.1 -> 1.15 (#42263)R. RyanTM2018-06-24
| | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gdbm/versions. These checks were done: - built on NixOS - /nix/store/gs61jjz7j3gii2zqm8f65qxpy4k9mybq-gdbm-1.15/bin/gdbmtool passed the binary check. - /nix/store/gs61jjz7j3gii2zqm8f65qxpy4k9mybq-gdbm-1.15/bin/gdbm_load passed the binary check. - /nix/store/gs61jjz7j3gii2zqm8f65qxpy4k9mybq-gdbm-1.15/bin/gdbm_dump passed the binary check. - 3 of 3 passed binary check by having a zero exit code. - 0 of 3 passed binary check by having the new version present in output. - found 1.15 with grep in /nix/store/gs61jjz7j3gii2zqm8f65qxpy4k9mybq-gdbm-1.15 - directory tree listing: https://gist.github.com/6bd11a4334992f4b8f19331113c0daa3 - du listing: https://gist.github.com/14f6008edc7f1045329c1205500d1a1a
* gdbm: 1.14 -> 1.14.1R. RyanTM2018-04-07
| | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gdbm/versions. These checks were done: - built on NixOS - ran ‘/nix/store/rxca8g769fj1zydp1673w0v09605a5ak-gdbm-1.14.1/bin/gdbmtool -h’ got 0 exit code - ran ‘/nix/store/rxca8g769fj1zydp1673w0v09605a5ak-gdbm-1.14.1/bin/gdbmtool --help’ got 0 exit code - ran ‘/nix/store/rxca8g769fj1zydp1673w0v09605a5ak-gdbm-1.14.1/bin/gdbmtool help’ got 0 exit code - ran ‘/nix/store/rxca8g769fj1zydp1673w0v09605a5ak-gdbm-1.14.1/bin/gdbm_load -h’ got 0 exit code - ran ‘/nix/store/rxca8g769fj1zydp1673w0v09605a5ak-gdbm-1.14.1/bin/gdbm_load --help’ got 0 exit code - ran ‘/nix/store/rxca8g769fj1zydp1673w0v09605a5ak-gdbm-1.14.1/bin/gdbm_dump -h’ got 0 exit code - ran ‘/nix/store/rxca8g769fj1zydp1673w0v09605a5ak-gdbm-1.14.1/bin/gdbm_dump --help’ got 0 exit code - found 1.14.1 with grep in /nix/store/rxca8g769fj1zydp1673w0v09605a5ak-gdbm-1.14.1 - directory tree listing: https://gist.github.com/fdbeceb9acdfc810ba2c598902e40881
* Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2018-01-14
|\ | | | | | | | | | | | | | | | | | | Conflicts: pkgs/build-support/fetchbower/default.nix pkgs/build-support/fetchdarcs/default.nix pkgs/build-support/fetchgx/default.nix pkgs/development/python-modules/botocore/default.nix pkgs/os-specific/linux/firmware/firmware-linux-nonfree/default.nix pkgs/tools/admin/awscli/default.nix
| * treewide: Simplify some `doCheck` callsJohn Ericson2018-01-09
| | | | | | | | | | | | In anticipation of what I outline in #33599, I only simplify exactly those `doCheck`s which are equal to `hostPlatform != buildPlatform`. I also stick a comment next to them so I can grep for them later.
* | gdbm: 1.13 -> 1.14Lancelot SIX2018-01-11
|/ | | | | See http://lists.gnu.org/archive/html/info-gnu/2018-01/msg00000.html for release information
* gdbm: Don't run tests when cross-compilingBen Gamari2017-10-27
|
* gdbm: add symlinks for compatibilityJörg Thalheim2017-09-19
| | | | some tools check this location to distinguish between gdbm and ndbm
* gdbm: fix cygwin buildDavid McFarland2017-06-26
|
* gdbm: 1.12 -> 1.13Lancelot SIX2017-03-13
| | | | | See http://lists.gnu.org/archive/html/info-gnu/2017-03/msg00005.html for release anouncement
* gdbm: enable compatibility layer for dbm (#17063)Tim Cuthbertson2016-08-13
|
* gdbm: 1.11 -> 1.12Rahul Gopinath2016-07-04
|
* unmaintain a bunch of packagesLudovic Courtès2015-01-13
|
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* gdbm: update from 1.10 to 1.11Peter Simons2014-01-21
|
* GNU dbm 1.10.Ludovic Courtès2011-12-01
| | | | svn path=/nixpkgs/trunk/; revision=30661
* GNU dbm 1.9.1.Ludovic Courtès2011-08-24
| | | | svn path=/nixpkgs/trunk/; revision=28791
* Making gdbm get the proper config.guess for it to build in the Fuloong 2f.Lluís Batlle i Rossell2010-08-05
| | | | | | I could not find a newer gdbm with newer config.guess. svn path=/nixpkgs/branches/stdenv-updates/; revision=22979
* Add GDBM, a key/value database library.Ludovic Courtès2008-04-06
svn path=/nixpkgs/trunk/; revision=11480