Stéphan Kochen
34d988e673
apacheHttpdPackages.mod_python: fix darwin build
2021-05-11 19:55:13 +02:00
Vladimír Čunát
73e17a3594
treewide: remove lethalman from meta.maintainers
...
He hasn't been heard of for years.
2021-05-07 15:36:40 +02:00
Sandro
fa69c57542
Merge pull request #117269 from aanderse/apacheHttpdPackages
2021-03-25 12:13:44 +01:00
Aaron Andersen
524330039c
apacheHttpdPackages.mod_evasive: drop package
2021-03-23 19:55:39 -04:00
Aaron Andersen
2edd976250
apacheHttpdPackages.mod_perl: 2.0.10 -> 2.0.11
2021-03-22 15:06:52 -04:00
Aaron Andersen
90649bacfb
apacheHttpdPackages.mod_auth_mellon: 0.13.1 -> 0.17.0
2021-03-04 14:57:28 -05:00
volth
bc0d605cf1
treewide: fix double quoted strings in meta.description
...
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07: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
R. RyanTM
79586e1b74
tomcat_connectors: 1.2.46 -> 1.2.48
2020-03-14 14:30:51 +01:00
Aaron Andersen
fc7efd51d6
Merge pull request #80182 from dirkx/Redwax-0.22-update
...
redwax-modules: 0.2.1 -> 0.2.2/0.2.3
2020-02-22 19:03:21 -05:00
Dirk-Willem van Gulik
928c365a1b
redwax-modules: 0.2.1 -> 0.2.2/0.2.3
2020-02-21 12:00:00 +01:00
R. RyanTM
56debabe34
mod_wsgi: 4.7.0 -> 4.7.1
2020-02-19 08:54:38 +00:00
Mario Rodas
c7e16e71d0
Merge pull request #77011 from r-ryantm/auto-update/mod_wsgi
...
mod_wsgi: 4.6.8 -> 4.7.0
2020-01-09 05:34:03 -05:00
Aaron Andersen
e9d3a3c7d8
Merge pull request #76417 from dirkx/redwax-modules
...
mod_ca, mod_crl, mod_csr, mod_ocsp, mod_scep, mod_pkcs12, mod_spkac, mod_timestamp: init at 0.2.1
2020-01-07 20:49:24 -05:00
R. RyanTM
aa4fe9c768
mod_wsgi: 4.6.8 -> 4.7.0
2020-01-05 22:08:04 -08:00
Robin Gloster
2157dcd141
treewide: installFlags is a list
2019-12-30 13:22:43 +01:00
Dirk-Willem van Gulik
f85ec2d896
Additional redwax modules - including comments from review on #75620 .
2019-12-24 17:01:04 +01:00
Aaron Andersen
0cad3f6734
Merge pull request #70365 from jglukasik/mod_tile
...
apacheHttpdPackages.mod_tile: init at unstable-2017-01-08
2019-11-05 20:45:55 -05:00
Joseph Lukasik
babd3f7747
apacheHttpdPackage.mod_tile: init at unstable-2017-01-08
2019-11-01 22:52:14 -07:00
R. RyanTM
43e64eb545
mod_wsgi: 4.6.7 -> 4.6.8
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mod_wsgi/versions
2019-10-21 09:14:11 +02:00
Frederik Rietdijk
98640fd482
Merge master into staging-next
2019-08-27 16:36:47 +02:00
Peter Simons
79c6d22c1f
mod_wsgi: allow building this module with python 2.x and 3.x
2019-08-27 14:27:31 +02:00
volth
c814d72b51
treewide: name -> pname
2019-08-17 10:54:38 +00: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
3a28589551
mod_wsgi: 4.6.6 -> 4.6.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/mod_wsgi/versions
2019-07-02 20:10:49 +02:00
R. RyanTM
2779dd85e6
mod_wsgi: 4.6.5 -> 4.6.6
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mod_wsgi/versions
2019-06-17 15:30:45 +02:00
Peter Simons
0356c1b87d
mod_fastcgi: update to version 2.4.7.1
2019-03-05 12:08:20 +01:00
R. RyanTM
e658a7a549
mod_wsgi: 4.6.4 -> 4.6.5
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mod_wsgi/versions
2018-11-10 10:57:08 -08:00
Franz Pletz
9fe0e57d9d
tomcat_connectors: 1.2.41-dev-1613051 -> 1.2.46
...
Fixes CVE-2018-11759, CVE-2018-1323, CVE-2016-6808.
2018-11-01 22:37:14 +01:00
John Ericson
db965063b3
treewide: Make configureFlags lists
2018-08-03 17:06:03 -04: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
dcbfbb40fc
mod_wsgi: 4.6.3 -> 4.6.4
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/mod_wsgi/versions .
These checks were done:
- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 4.6.4 with grep in /nix/store/q2skhgd8vwbrff24z9v979h92dwnza35-mod_wsgi-4.6.4
- directory tree listing: https://gist.github.com/aa4e38d80fddf2c367d88e0578a73fb0
2018-04-20 12:38:26 -07:00
R. RyanTM
e22adf301b
mod_wsgi: 4.6.2 -> 4.6.3
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/mod_wsgi/versions .
These checks were done:
- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 4.6.3 with grep in /nix/store/gbxacl8l13m47bgjr1gnqarwi24jpchg-mod_wsgi-4.6.3
- directory tree listing: https://gist.github.com/a4132a8c78a2ba061a8c9c4b629bb2ae
2018-04-02 01:06:29 +02:00
Ryan Mulligan
83a1467cf0
mod_wsgi: 4.5.24 -> 4.6.2
...
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:
- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 4.6.2 with grep in /nix/store/c5q74ipv6p7mwri4p0ab0x32b76kfa2n-mod_wsgi-4.6.2
- directory tree listing: https://gist.github.com/2ddf866000f57f596c938b529d3f6fa9
2018-03-23 21:02:20 -05:00
Ryan Mulligan
3a90c13d97
mod_wsgi: 3.5 -> 4.5.24
...
Semi-automatic update. These checks were performed:
- built on NixOS
- found 4.5.24 with grep in /nix/store/3a7nb1vrk4hfj3rarl1rfh319pab7j5i-mod_wsgi-4.5.24
- found 4.5.24 in filename of file in /nix/store/3a7nb1vrk4hfj3rarl1rfh319pab7j5i-mod_wsgi-4.5.24
2018-03-04 18:32:00 +00:00
c0bw3b
525380b472
treewide: abandon Google Code homepages
2017-11-03 18:52:28 +00:00
Piotr Bogdan
8904ce343a
fix source root locations.
...
These have changed following commit
c3255fe8ec
.
See also:
- https://github.com/NixOS/nixpkgs/pull/31004
- https://github.com/NixOS/nixpkgs/pull/31106
2017-11-02 13:53:36 +00:00
John Ericson
531e4b80c9
misc pkgs: Basic sed to get fix pkgconfig
and autoreconfHook
buildInputs
...
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04: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
Kranium Gikos Mendoza
3a3aab58fc
mod_auth_mellon: 0.12.0 -> 0.13.1
2017-05-28 23:29:29 +10:00
Robin Gloster
8769ddc823
apacheHttpd_2_2: remove
2017-01-27 15:33:54 +01:00
Rok Garbas
e6fa6b21e1
apacheHttpdPackages.mod_perl: init at 2.0.10
2016-12-22 13:36:44 +01:00
Frederik Rietdijk
051dfa55f7
mod_python: use python2
2016-11-24 22:28:02 +01:00
Frederik Rietdijk
61158e2833
mod_wsgi: use python2
2016-11-08 22:48:55 +01:00
Tuomas Tynkkynen
2e6b5c41af
treewide: Make explicit that 'dev' output of apacheHttpd is used
2016-08-23 03:26:54 +03:00
Tuomas Tynkkynen
14b8153c28
mod_fastcgi: Make 'apacheHttpd.dev' more explicit
2016-08-23 03:20:21 +03:00
Tuomas Tynkkynen
21f17d69f6
treewide: Add lots of meta.platforms
...
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00