Jonathan Ringer
1fc22c2593
varnishPackages.dynamic: fix build, use autoreconfHook269
2021-02-28 14:11:29 -08:00
Thomas Gerbet
9a6fb4d895
varnish63: 6.3.1 -> 6.3.2
2021-01-26 22:05:16 +01:00
Thomas Gerbet
bfc2799d51
varnish62: 6.2.2 -> 6.2.3
2021-01-26 22:02:57 +01:00
Thomas Gerbet
88afccf4ff
varnish60: 6.0.5 -> 6.0.7
2021-01-26 22:00:29 +01:00
Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
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.
2021-01-19 01:16:25 -08:00
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
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Merijn Broeren
133103d709
treewide: replace make/build/configure/patchFlags with nix lists
2019-12-30 12:58:11 +01:00
Franz Pletz
fbb1165625
varnishPackages: general version bumps & refactor
2019-11-03 00:12:04 +01:00
R. RyanTM
627f03f5bf
varnish6: 6.2.0 -> 6.3.0
...
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
2019-09-28 22:42:02 -07:00
Frederik Rietdijk
f65aa21bb2
Merge master into staging-next
2019-08-18 12:53:44 +02:00
volth
c814d72b51
treewide: name -> pname
2019-08-17 10:54:38 +00:00
Jonathan Ringer
9fe0ee55a7
varnishPackages: pin python to varnish python version
2019-08-15 10:35:41 -07:00
Jonathan Ringer
c74db7340d
varnish5: fix build
2019-08-15 07:58:38 -07:00
Jonathan Ringer
f1f59e19d2
varnish6: 6.1.1 -> 6.2.0
2019-08-13 04:32:11 -07:00
Rok Garbas
65781e204d
Remove me (garbas) as maintainer since I don't have much time to maintain anything
2019-07-03 11:27:39 +02:00
R. RyanTM
04c4ea1e81
varnish6: 6.1.0 -> 6.1.1
...
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
2018-11-08 07:17:01 -08:00
volth
4b61dde1db
varnish6: 6.0.1 -> 6.1.0 ( #48487 )
2018-10-16 18:09:04 +02:00
volth
592030340f
varnish4: 4.1.9 -> 4.1.10 ( #48488 )
2018-10-16 17:50:51 +02:00
R. RyanTM
b6a21f6288
varnish6: 6.0.0 -> 6.0.1 ( #46170 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
varnish
2018-09-18 17:57:10 +02:00
rnhmjoj
0b488f49fd
varnish: use python2
2018-08-08 02:20:55 +02: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
volth
002b460822
varnish4: init at 4.1.9; varnish6: init at 6.0.0
2018-03-20 07:10:36 +00:00
volth
d44bd9cb57
varnish-modules: 0.10.2 -> 0.13.0
2018-02-21 19:42:57 +00:00
volth
f52fcbae20
varnish-modules: remove references to varnish.dev
2017-11-26 11:51:29 +00:00
volth
e1ab684780
mark varnish-rtstatus broken (it has not ported to varnish 5.2 yet)
2017-11-26 07:12:51 +00:00
volth
c2ee47693d
varnish: 5.1.3 -> 5.2.1
2017-11-26 07:10:49 +00:00
Patrick Callahan
8be447b522
varnish: enable Darwin build
2017-09-22 17:45:10 -07:00
Joachim F
f1514a5876
Merge pull request #27699 from volth/varnish-fixes-sq
...
nixos/varnish: made compatible with varnish 5.1.2, add modules
2017-08-22 22:01:00 +00:00
Rob Vermaas
3906aac637
varnish: Update to 5.1.2: https://varnish-cache.org/security/VSV00001.html
2017-08-02 12:48:05 +00:00
Silvan Mosberger
f5fa5fa4d6
pkgs: refactor needless quoting of homepage meta attribute ( #27809 )
...
* 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
2017-08-01 22:03:30 +02:00
Volth
c6128d2feb
nixos/varnish: made compatible with varnish 5.2.1, add modules
...
* 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
2017-07-26 23:32:49 +00:00
Eric Sagnes
a4eb0dc815
varnish: 5.0.0 -> 5.1.2
2017-05-17 16:14:29 +02:00
Robin Gloster
65a2e307f0
varnish: fix i686 build
2017-02-27 15:22:45 +01:00
Franz Pletz
a9c1d92695
varnish: 4.0.3 -> 5.0.0
2017-01-22 12:57:47 +01:00
Christian Kauhaus
ea7e705cd9
varnish: fix localstatedir for varnish* tools ( #17508 )
...
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
2016-08-04 15:25:23 +02:00
Rok Garbas
e393a8b355
varnish: update to 4.0.3
2015-04-11 15:57:28 +02:00
Domen Kožar
cb6706c22f
Remove Varnish 2.1.5
...
Last release was in 2010, has vulns CVE-2013-4484, cc @garbas
2015-02-04 11:53:22 +01:00
Domen Kožar
98a480363c
varnish: 3.0.5 -> 3.0.6
2015-02-04 11:51:57 +01:00
Nixpkgs Monitor
22bd6c8efd
varnish: update from 3.0.4 to 3.0.5, potentially fixes CVE-2013-4484
2013-12-04 04:57:26 +02:00
Rok Garbas
a8d5881c3e
varnish: update to 3.0.4
2013-11-23 15:36:20 +01:00
Rok Garbas
023d74049c
varnish: adding version 2.1.x
2013-11-02 01:45:27 +01:00
Bjørn Forsman
083d0890f5
More description fixes
...
* Remove package name
* Start with upper case letter
* Remove trailing period
Also reword some descriptions and move some long descriptions to
longDescription.
I'm not touching generated packages.
2013-10-06 12:01:38 +02:00
Rok Garbas
98ba667094
adding varnish
2013-04-01 01:24:56 +02:00