Commit graph

46 commits

Author SHA1 Message Date
Ben Siraphob 872973d7d1 pkgs/servers: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
R. RyanTM 6e8c5582c9 memcached: 1.6.8 -> 1.6.9 2020-11-28 19:14:10 +00:00
R. RyanTM 1c63f35993 memcached: 1.6.6 -> 1.6.8 2020-11-03 07:13:06 +00:00
Maximilian Bosch 7a94f9baa9
memcached: fix build w/glibc-2.32 2020-09-12 23:04:45 +02:00
R. RyanTM bc8432f641 memcached: 1.6.5 -> 1.6.6 2020-05-22 12:31:39 +00:00
R. RyanTM 21c87a9190 memcached: 1.6.3 -> 1.6.5 2020-05-06 11:15:47 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jörg Thalheim b955b22b22
Merge pull request #84639 from jonringer/memcached-add-tests
memcached: add nixos tests to passthru
2020-04-08 17:15:16 +01:00
R. RyanTM c5c3fc974c memcached: 1.6.2 -> 1.6.3 2020-04-07 10:53:55 -07:00
Jonathan Ringer efc01e881d
memcached: add nixos tests to passthru 2020-04-07 10:53:16 -07:00
ajs124 58a491aa80 memcached: 1.5.22 -> 1.6.2
fixes remote DoS/possibly code execution, as described in
https://github.com/memcached/memcached/issues/629
2020-03-23 19:49:34 +01:00
R. RyanTM 0f71a3d22c memcached: 1.5.21 -> 1.5.22 2020-02-10 13:22:37 +01:00
Andrew Childs 085683c613 memcached: fix darwin build 2020-02-10 02:31:07 -05:00
R. RyanTM b4e2739a00 memcached: 1.5.20 -> 1.5.21 2020-01-27 08:43:33 +00:00
R. RyanTM 90c5be92ce memcached: 1.5.19 -> 1.5.20 2019-11-29 15:57:10 -08:00
R. RyanTM 1631d79061 memcached: 1.5.18 -> 1.5.19
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/memcached/versions
2019-10-22 17:32:16 -07:00
R. RyanTM f0ccfb1b03 memcached: 1.5.16 -> 1.5.18
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/memcached/versions
2019-09-27 11:35:03 -07:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM 713b6e5daf memcached: 1.5.14 -> 1.5.16
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/memcached/versions
2019-06-01 23:09:12 -07:00
R. RyanTM f81957227b memcached: 1.5.13 -> 1.5.14
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/memcached/versions
2019-05-01 04:13:39 -07:00
Izorkin 8580861d0a memcached: 1.5.12 -> 1.5.13 2019-04-18 21:32:14 +03:00
Jörg Thalheim 6b92dd38e1
memcached: fix cross-compiling 2018-12-12 00:58:29 +00:00
R. RyanTM 1f6d946e65 memcached: 1.5.11 -> 1.5.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/memcached/versions
2018-11-09 10:40:25 -08:00
R. RyanTM ce783564f1 memcached: 1.5.10 -> 1.5.11
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/memcached/versions
2018-10-14 05:42:57 -07:00
R. RyanTM a3a70227ba memcached: 1.5.9 -> 1.5.10
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/memcached/versions.
2018-08-16 22:24:47 -07:00
R. RyanTM 2b81b44b2a memcached: 1.5.8 -> 1.5.9
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/memcached/versions.
2018-07-11 02:52:03 -07:00
Silvan Mosberger 57bccb3cb8 treewide: http -> https sources (#42676)
* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
R. RyanTM 7e30cfff78 memcached: 1.5.7 -> 1.5.8 (#41110)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/memcached/versions.

These checks were done:

- built on NixOS
- /nix/store/jfhla2f3268dkbi1frd8g1d46cj6f1xm-memcached-1.5.8/bin/memcached passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 1 of 1 passed binary check by having the new version present in output.
- found 1.5.8 with grep in /nix/store/jfhla2f3268dkbi1frd8g1d46cj6f1xm-memcached-1.5.8
- directory tree listing: https://gist.github.com/69a417ed0d192d2c714645a464ec2ba5
- du listing: https://gist.github.com/94f5ac6323482d6fb77b7fe42d8814a9
2018-05-28 15:47:00 +02:00
R. RyanTM 17035bb30c memcached: 1.5.6 -> 1.5.7
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/memcached/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/mkaiblx8rmxg196cx0zav38kmask6vjy-memcached-1.5.7/bin/memcached -h` got 0 exit code
- ran `/nix/store/mkaiblx8rmxg196cx0zav38kmask6vjy-memcached-1.5.7/bin/memcached --help` got 0 exit code
- ran `/nix/store/mkaiblx8rmxg196cx0zav38kmask6vjy-memcached-1.5.7/bin/memcached -V` and found version 1.5.7
- ran `/nix/store/mkaiblx8rmxg196cx0zav38kmask6vjy-memcached-1.5.7/bin/memcached --version` and found version 1.5.7
- ran `/nix/store/mkaiblx8rmxg196cx0zav38kmask6vjy-memcached-1.5.7/bin/memcached -h` and found version 1.5.7
- ran `/nix/store/mkaiblx8rmxg196cx0zav38kmask6vjy-memcached-1.5.7/bin/memcached --help` and found version 1.5.7
- found 1.5.7 with grep in /nix/store/mkaiblx8rmxg196cx0zav38kmask6vjy-memcached-1.5.7
- directory tree listing: https://gist.github.com/affc1a31a9e5b9194408621fe24a9f04
2018-03-31 03:03:50 -07:00
Ryan Mulligan b17351ba2c memcached: 1.5.5 -> 1.5.6
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/d6hf5flqvv4cw0pfbbnx8m99gs1apsk0-memcached-1.5.6/bin/memcached -h` got 0 exit code
- ran `/nix/store/d6hf5flqvv4cw0pfbbnx8m99gs1apsk0-memcached-1.5.6/bin/memcached --help` got 0 exit code
- ran `/nix/store/d6hf5flqvv4cw0pfbbnx8m99gs1apsk0-memcached-1.5.6/bin/memcached -V` and found version 1.5.6
- ran `/nix/store/d6hf5flqvv4cw0pfbbnx8m99gs1apsk0-memcached-1.5.6/bin/memcached --version` and found version 1.5.6
- ran `/nix/store/d6hf5flqvv4cw0pfbbnx8m99gs1apsk0-memcached-1.5.6/bin/memcached -h` and found version 1.5.6
- ran `/nix/store/d6hf5flqvv4cw0pfbbnx8m99gs1apsk0-memcached-1.5.6/bin/memcached --help` and found version 1.5.6
- found 1.5.6 with grep in /nix/store/d6hf5flqvv4cw0pfbbnx8m99gs1apsk0-memcached-1.5.6
- directory tree listing: https://gist.github.com/4f05e6b4a66fc90f9ebcb02b05aead27
2018-03-16 22:45:36 -07:00
Ryan Mulligan 95e9896c2b memcached: 1.5.4 -> 1.5.5
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/6b8zx40j50ccjwn2z2s94zsgbzyghzxy-memcached-1.5.5/bin/memcached -h` got 0 exit code
- ran `/nix/store/6b8zx40j50ccjwn2z2s94zsgbzyghzxy-memcached-1.5.5/bin/memcached --help` got 0 exit code
- ran `/nix/store/6b8zx40j50ccjwn2z2s94zsgbzyghzxy-memcached-1.5.5/bin/memcached -V` and found version 1.5.5
- ran `/nix/store/6b8zx40j50ccjwn2z2s94zsgbzyghzxy-memcached-1.5.5/bin/memcached --version` and found version 1.5.5
- ran `/nix/store/6b8zx40j50ccjwn2z2s94zsgbzyghzxy-memcached-1.5.5/bin/memcached -h` and found version 1.5.5
- ran `/nix/store/6b8zx40j50ccjwn2z2s94zsgbzyghzxy-memcached-1.5.5/bin/memcached --help` and found version 1.5.5
- found 1.5.5 with grep in /nix/store/6b8zx40j50ccjwn2z2s94zsgbzyghzxy-memcached-1.5.5
- found 1.5.5 in filename of file in /nix/store/6b8zx40j50ccjwn2z2s94zsgbzyghzxy-memcached-1.5.5

cc "@coconnor"
2018-02-27 06:04:15 -08:00
adisbladis bf4936d88f
memcached: 1.4.39 -> 1.5.4 2018-01-04 02:15:07 +01:00
Franz Pletz 88526f279d
memcached: 1.4.33 -> 1.4.39 for CVE-2017-9951 2017-08-01 10:26:19 +02:00
Franz Pletz a94bd88d7a
memcached: 1.4.20 -> 1.4.33
Fixes:

  - CVE-2016-8704
  - CVE-2016-8705
  - CVE-2016-8706

Closes #20079.

cc #20078
2016-11-03 05:11:58 +01:00
Franz Pletz 35d836660f memcached: disable treating warnings as errors on darwin
PIE hardening is not available on darwin but it's just a warning.
2016-08-24 21:44:41 +02:00
Franz Pletz aff1f4ab94 Use general hardening flag toggle lists
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-03-05 18:55:26 +01:00
Robin Gloster b4dadff542 memcached: enable pie hardening 2016-02-26 23:13:13 +00:00
Maxim Krivchikov 7216159cbe memcached: build on darwin
Versions up to 1.4.24 are broken when building with clang:
https://code.google.com/p/memcached/issues/detail?id=409
2015-09-24 23:06:22 +03:00
Pascal Wittmann 62d62b6588 Fixed some licenses 2015-06-10 13:00:42 +02:00
Aristid Breitkreuz 28b5e2b685 memcached: update from 1.4.17 to 1.4.20 2014-10-07 22:50:46 +02:00
Shea Levy 02583ff4f3 memcached: Bump 2014-03-13 08:38:23 -04:00
Evgeny Egorochkin 328d59eab6 add meta.repositories.git to several packages 2013-12-10 01:07:30 +02:00
Rob Vermaas 096f422545 Add memcached to the channel 2013-07-12 14:57:32 +02:00
Rob Vermaas cf68e76f14 Update memcached to 1.4.15 2012-12-01 21:09:55 +01:00
Yury G. Kudryashov ec15b98631 Add memcached
Patch by Corey O'Connor, see http://reviewboard.loegria.net/r/15/

svn path=/nixpkgs/trunk/; revision=33461
2012-03-28 22:30:13 +00:00