summary refs log tree commit diff
path: root/pkgs/servers/varnish
Commit message (Collapse)AuthorAge
* varnish60: 6.0.8 -> 6.0.9ajs1242021-11-25
|
* varnish70: 7.0.0 -> 7.0.1ajs1242021-11-23
|
* varnish70: fix build on darwinajs1242021-09-30
|
* varnish65*: drop because it is EOL upstreamajs1242021-09-30
| | | | varnish66 could be introduced, but I don't think it's worth the effort
* varnish60: 6.0.7 -> 6.0.8ajs1242021-09-30
|
* varnish70: init at 7.0.0ajs1242021-09-30
|
* varnishPackages.*: fix and update digest moduleajs1242021-08-12
|
* varnish: fix varnishtestajs1242021-08-12
|
* varnishPackages.*: fix and update dynamic moduleajs1242021-08-12
|
* varnish65: init at 6.5.2ajs1242021-08-12
|
* varnish6(2|3): dropajs1242021-08-12
|
* servers: replace name with pname&versionFelix Buehler2021-07-26
|
* varnishPackages.dynamic: fix build, use autoreconfHook269Jonathan Ringer2021-02-28
|
* varnish63: 6.3.1 -> 6.3.2Thomas Gerbet2021-01-26
|
* varnish62: 6.2.2 -> 6.2.3Thomas Gerbet2021-01-26
|
* varnish60: 6.0.5 -> 6.0.7Thomas Gerbet2021-01-26
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* pkgs/servers: stdenv.lib -> libBen Siraphob2021-01-15
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: replace make/build/configure/patchFlags with nix listsMerijn Broeren2019-12-30
|
* varnishPackages: general version bumps & refactorFranz Pletz2019-11-03
|
* varnish6: 6.2.0 -> 6.3.0R. RyanTM2019-09-28
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/varnish/versions
* Merge master into staging-nextFrederik Rietdijk2019-08-18
|\
| * varnishPackages: pin python to varnish python versionJonathan Ringer2019-08-15
| |
| * varnish5: fix buildJonathan Ringer2019-08-15
| |
* | treewide: name -> pnamevolth2019-08-17
|/
* varnish6: 6.1.1 -> 6.2.0Jonathan Ringer2019-08-13
|
* Remove me (garbas) as maintainer since I don't have much time to maintain ↵Rok Garbas2019-07-03
| | | | anything
* varnish6: 6.1.0 -> 6.1.1R. RyanTM2018-11-08
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/varnish/versions
* varnish6: 6.0.1 -> 6.1.0 (#48487)volth2018-10-16
|
* varnish4: 4.1.9 -> 4.1.10 (#48488)volth2018-10-16
|
* varnish6: 6.0.0 -> 6.0.1 (#46170)R. RyanTM2018-09-18
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from varnish
* varnish: use python2rnhmjoj2018-08-08
|
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * 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
* varnish4: init at 4.1.9; varnish6: init at 6.0.0volth2018-03-20
|
* varnish-modules: 0.10.2 -> 0.13.0volth2018-02-21
|
* varnish-modules: remove references to varnish.devvolth2017-11-26
|
* mark varnish-rtstatus broken (it has not ported to varnish 5.2 yet)volth2017-11-26
|
* varnish: 5.1.3 -> 5.2.1volth2017-11-26
|
* varnish: enable Darwin buildPatrick Callahan2017-09-22
|
* Merge pull request #27699 from volth/varnish-fixes-sqJoachim F2017-08-22
|\ | | | | nixos/varnish: made compatible with varnish 5.1.2, add modules
| * nixos/varnish: made compatible with varnish 5.2.1, add modulesVolth2017-07-26
| | | | | | | | | | | | | | | | | | | | | | * nixos/varnish: command line compatible with varnish 5.2.1, fixes https://github.com/NixOS/nixpkgs/issues/27409 * nixos/varnish: add support for modules (services.varnish.extraModules) * varnish-modules: init at 0.10.2 * varnish-geoip: init at 1.0.2 * varnish-rtstatus: init at 1.2.0 * varnish-digest: init at 1.0.1 * added services.varnish.extraCommandLine option
* | varnish: Update to 5.1.2: https://varnish-cache.org/security/VSV00001.htmlRob Vermaas2017-08-02
| |
* | pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
|/ | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* varnish: 5.0.0 -> 5.1.2Eric Sagnes2017-05-17
|
* varnish: fix i686 buildRobin Gloster2017-02-27
|
* varnish: 4.0.3 -> 5.0.0Franz Pletz2017-01-22
|
* varnish: fix localstatedir for varnish* tools (#17508)Christian Kauhaus2016-08-04
| | | | | | | | | | | | | | | The varnish tools (varnishstat, varnishlog, ...) tried to load the VSM file from a spurious var directory in the Nix store. Fix the default so the tools "just work" when also keeping services.varnish.stateDir at the default. Notes: - The tools use $localstatedir/$HOSTNAME so I've adapted the default for stateDir as well to contain hostName. - Added postStop action to remove the localstatedir. There is no point in keeping it around when varnish does not run, as it regenerates it on startup anyway. Fixes #7495
* varnish: update to 4.0.3Rok Garbas2015-04-11
|