Samuel Ainsworth
02c595ebdb
Prefer pname
and version
in mkDerivation
s instead of name
( #123438 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: nixpkgs-review <nixpkgs-review@example.com>
2021-05-23 17:07:31 +02: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
79586e1b74
tomcat_connectors: 1.2.46 -> 1.2.48
2020-03-14 14:30:51 +01: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
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
Tuomas Tynkkynen
2258b21e4b
treewide: Add lots of platforms to packages with no meta
...
Build-tested on x86_64 Linux and on Darwin.
2016-08-02 21:17:44 +03:00
Tuomas Tynkkynen
16cc4ac83b
treewide: Make explicit that 'dev' output of apacheHttpd is used
2016-05-19 10:00:23 +02:00
Pascal Wittmann
f4d7b23a68
tomcat-connectors: update from 1.2.40 to 1.2.41-dev, fixes CVE-2014-8111
...
Using the prerelease version, because there was no response on when a
new official release will happen, see
http://tomcat.10.x6.nabble.com/Release-of-tomcat-connectors-1-2-41-td5035487.html
2015-06-15 11:07:02 +02:00
Domen Kožar
824879cfd4
tomcat-connectors: 1.2.32 -> 1.2.40
2014-11-08 19:48:54 +01:00
Rob Vermaas
49d0db04a3
update tomcat-connectors url
...
svn path=/nixpkgs/trunk/; revision=33982
2012-05-03 13:50:11 +00:00
Eelco Dolstra
c556a6ea46
* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
...
function, so obsolete it.
svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
Sander van der Burg
875cb2965f
Bumped Tomcat connectors to version 1.2.32
...
svn path=/nixpkgs/trunk/; revision=28823
2011-08-26 09:54:46 +00:00
Sander van der Burg
981c8e94d4
Bumped Apache Tomcat connectors to 1.2.31
...
svn path=/nixpkgs/trunk/; revision=26437
2011-03-21 12:07:42 +00:00
Sander van der Burg
f8b01c81dc
Upgraded tomcat connector module to 1.2.28
...
svn path=/nixpkgs/trunk/; revision=16659
2009-08-10 20:14:34 +00:00
Sander van der Burg
c78e2d93c2
Added apache tomcat connector module
...
svn path=/nixpkgs/trunk/; revision=10260
2008-01-23 14:40:03 +00:00