summary refs log tree commit diff
path: root/pkgs/servers/firebird
Commit message (Collapse)AuthorAge
* firebird: 4.0.0rc1 -> 4.0.0superherointj2021-05-23
|
* firebird: 2.5.7 -> 2.5.9, init 3.0.7, init 4.0.0-rc1superherointj2021-05-16
|
* treewide: fix double quoted strings in meta.descriptionvolth2021-01-24
| | | | Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
* pkgs/servers: stdenv.lib -> libBen Siraphob2021-01-15
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* firebird: mark as brokenMaximilian Bosch2020-01-28
| | | | | | | Hasn't been updated since 2017 and breaks when building with a more recent gcc (gcc5 needs to be removed as it breaks with glibc 2.30). I tried to update this to a more recent version which didn't work either, but as this is pretty old I'm not even sure if this package is used atm.
* treewide: Remove unnecessary `--disable-static` (#66759)Niklas Hambüchen2019-08-31
| | | | | | | | | | | | | | * freetype: Remove unnecessary `--disable-static`. The true-by-default `dontDisableStatic` already takes care of it. Fixes freetype not being overridable to have static libs. * treewide: Remove unnecessary `--disable-static`. The true-by-default `dontDisableStatic` already takes care of it. Fixes these packages not being overridable to have static libs.
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* treewide: http to httpsRyan Mulligan2018-04-30
|
* firebird: 2.5.6.27020-0 -> 2.5.7.27050-0 for '2.5.7.27050-0' bypassGraham Christensen2017-02-22
|
* firebird: 2.5.2.26540-0 -> 2.5.6.27020-0Graham Christensen2016-09-26
|
* fix grammar errorsRobin Gloster2016-04-06
|
* Use general hardening flag toggle listsFranz Pletz2016-03-05
| | | | | | | | | | | | | | | | | | | | | | | The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
* firebird: turn off format hardeningRobin Gloster2016-02-09
|
* Fix many package descriptionsBjørn Forsman2014-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (My OCD kicked in today...) Remove repeated package names, capitalize first word, remove trailing periods and move overlong descriptions to longDescription. I also simplified some descriptions as well, when they were particularly long or technical, often based on Arch Linux' package descriptions. I've tried to stay away from generated expressions (and I think I succeeded). Some specifics worth mentioning: * cron, has "Vixie Cron" in its description. The "Vixie" part is not mentioned anywhere else. I kept it in a parenthesis at the end of the description. * ctags description started with "Exuberant Ctags ...", and the "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis at the end of description. * nix has the description "The Nix Deployment System". Since that doesn't really say much what it is/does (especially after removing the package name!), I changed that to "Powerful package manager that makes package management reliable and reproducible" (borrowed from nixos.org). * Tons of "GNU Foo, Foo is a [the important bits]" descriptions is changed to just [the important bits]. If the package name doesn't contain GNU I don't think it's needed to say it in the description either.
* firebirdSuper settingsMarc Weber2013-08-31
| | | | | | | | document why its better to not use --with-system-icu See patch for nixos adding firebird service Signed-off-by: Marc Weber <marco-oweber@gmx.de>
* firebird: fix version to match tarballEvgeny Egorochkin2013-07-14
|
* firebird: update and fix, hopefully worksVladimír Čunát2013-02-23
| | | | but it depends on #334
* adding firebird (and embedded library ?)Marc Weber2010-06-03
svn path=/nixpkgs/trunk/; revision=22130