about summary refs log tree commit diff
path: root/pkgs/servers/beanstalkd
AgeCommit message (Collapse)AuthorFilesLines
2021-09-22beanstalkd: switch to fetchFromGitHubFelix Buehler1-4/+6
2021-05-08beanstalkd: add link to nixos testLéo Gaspard1-1/+5
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-12-10beanstalkd: install manpage (#106544)Mario Rodas1-4/+10
2020-06-09beanstalkd: 1.11 -> 1.12 (#89890)R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-01beanstalkd: 1.10 -> 1.11R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/beanstalkd/versions
2016-03-05Use general hardening flag toggle listsFranz Pletz1-1/+1
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
2016-02-08beanstalkd: turn off fortifyRobin Gloster1-0/+2
2014-11-11Fixed many descriptionsPascal Wittmann1-1/+1
2014-08-05beanstalkd: upgrade to v1.10Paul Colomiets1-2/+2
2013-11-24Adds beanstalkd v1.9zimbatm1-0/+21