Commit graph

605 commits

Author SHA1 Message Date
adisbladis 888f32f32f
Merge pull request #59611 from r-ryantm/auto-update/nodejs-slim
nodejs-slim-11_x: 11.13.0 -> 11.14.0
2019-04-16 00:34:41 +03:00
R. RyanTM 0aa97a84ed nodejs-slim-11_x: 11.13.0 -> 11.14.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/nodejs-slim/versions
2019-04-15 07:55:53 -07:00
Matthew Bauer 290a5d916e treewide: update homepages to https where available
Based on "problems" from repology:

https://repology.org/repository/nix_unstable/problems

Mostly simple changes to reflect redirects.
2019-04-15 10:10:05 -04:00
Nathaniel Hill 25d29f271e now-cli: 15.0.3 -> 15.0.4 (#59324) 2019-04-11 21:59:31 +02:00
Nathaniel Hill 180aa21259 now-cli: 14.0.3 -> 15.0.3 (#59221) 2019-04-10 14:41:50 +02:00
tobias pflug 0e296d5fcd
Remove nodejs-6_x which is about to enter EOL
- Remove nodejs-6_x
- Set nodejs / nodejs-slim to nodejs-8_x / nodejs-slim-8_x
- Re-generate node2nix generated files using nodejs-8_x instead
2019-04-04 18:43:06 +01:00
xeji 8775cea7ed
Merge pull request #58944 from d10n/postman-upgrade
postman: 6.7.3 -> 7.0.7
2019-04-03 23:01:20 +02:00
d10n dd47ef70ff postman: Link icon to $out/share/icons root
At least on the version of Gnome shipping with CentOS 6, the icon in
$out/share/icons/hicolor/128x128/apps is not picked up, but the icon in
$out/share/icons does get picked up.
2019-04-03 14:01:44 -04:00
d10n 5dbc956869 postman: 7.0.6 -> 7.0.7 2019-04-03 13:47:53 -04:00
Maximilian Bosch d64080fd29
Merge pull request #58514 from marsam/nodejs_11-update
nodejs-11_x: 11.11.0 -> 11.13.0
2019-03-30 13:25:33 +01:00
Maximilian Bosch 34fd0cc793
Merge pull request #56575 from zarelit/upgrade_mailcatcher
mailcatcher: 0.6.5 -> 0.7.1
2019-03-29 10:09:00 +01:00
Mario Rodas cea1ea0507
nodejs-11_x: 11.11.0 -> 11.13.0 2019-03-28 21:41:46 -05:00
David Costa c1f0a14b43 mailcatcher: 0.6.5 -> 0.7.1 2019-03-28 22:06:05 +01:00
d10n 16a416bf43 postman: 6.7.3 -> 7.0.6 2019-03-28 16:18:28 -04:00
Ryan Mulligan f4db78b4f2
Merge pull request #57334 from r-ryantm/auto-update/now-cli
now-cli: 13.1.2 -> 14.0.3
2019-03-19 07:03:46 -07:00
Matthew Bauer d3dd0875ed
Merge pull request #56226 from marsam/nodejs-install-npm-manpages
nodejs: Install npm manpages
2019-03-15 15:32:10 -04:00
jacereda 412a25e74b nodejs: fix gyp errors when building scuttlebot on Darwin (#57632)
* nodejs: fix gyp errors when building scuttlebot

* nodejs-slim: fix build on Darwin
2019-03-15 15:23:50 -04:00
R. RyanTM 106a18d4c2 now-cli: 13.1.2 -> 14.0.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/now-cli/versions
2019-03-10 21:14:51 -07:00
Will Dietz 5d527793ae nodejs-11_x: 11.7.0 -> 11.11.0 (security)
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V11.md

(see notes for all versions after 11.7.0)
2019-03-08 07:45:23 -06:00
Will Dietz 9c894f8418 nodejs-10_x: 10.15.0 -> 10.15.3 (security)
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V10.md#10.15.3
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V10.md#10.15.2
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V10.md#10.15.1
2019-03-08 07:45:00 -06:00
Will Dietz 702120ee90 nodejs-8_x: 8.15.0 -> 8.15.1 (security)
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V8.md#8.15.1
2019-03-08 07:43:35 -06:00
Will Dietz 4df1c7234f nodejs-6_x: 6.16.0 -> 6.17.0 (security)
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V6.md#6.17.0
2019-03-08 07:43:35 -06:00
Robert Schütz 23b2a60620 nodejs: fix updateScript evaluation 2019-02-28 07:46:08 +01:00
Jörg Thalheim dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
Mario Rodas 2fff57a416
nodejs: Install npm manpages 2019-02-22 20:58:03 -05:00
David Gazdos 818eff0056 postman: 6.7.1 -> 6.7.3 2019-02-11 23:08:43 +01:00
Matthew Bauer 03d2e5ae50
Merge pull request #54287 from marsam/update-node-v11
nodejs-11_x: 11.6.0 -> 11.7.0
2019-02-08 17:39:47 -05:00
R. RyanTM ae33406748 now-cli: 13.0.4 -> 13.1.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/now-cli/versions
2019-01-27 23:46:17 -08:00
Mario Rodas 1ecc25dd4b
nodejs-11_x: 11.6.0 -> 11.7.0 2019-01-18 17:42:39 -05:00
ngerstle-cognite c7c6c35768 postman: 6.3.0 -> 6.7.1 (#54101)
A simple update from 6.3.0 to 6.7.1 fixes a breaking bug - something about requested version 30 being less than version 80 during startup?
Either way, 6.7.1 seems to solve the issue.
2019-01-17 11:09:49 +00:00
zimbatm 3197cd5d63
now-cli: 12.1.14 -> 13.0.4 2019-01-13 15:24:54 +01:00
R. RyanTM 80b7eadb9f kcgi: 0.10.7 -> 0.10.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/kcgi/versions
2019-01-13 09:49:48 +01:00
Frederik Rietdijk 60a3973a55 Merge staging-next into staging 2019-01-05 10:15:00 +01:00
Frederik Rietdijk 9618abe87c Merge master into staging-next 2019-01-04 21:13:19 +01:00
Jörg Thalheim 2315ee940e
Merge pull request #53329 from r-ryantm/auto-update/insomnia
insomnia: 6.2.3 -> 6.3.2
2019-01-04 11:35:30 +01:00
Mario Rodas 68d8c2e26b
nodejs-11_x: 11.5.0 -> 11.6.0 2019-01-03 18:16:14 -05:00
Mario Rodas 4c917c6961
nodejs-10_x: 10.12.0 -> 10.15.0 2019-01-03 18:16:14 -05:00
Mario Rodas bf847226ca
nodejs-8_x: 8.14.1 -> 8.15.0 2019-01-03 18:16:14 -05:00
Mario Rodas 39bec3990e
nodejs-6_x: 6.15.1 -> 6.16.0 2019-01-03 18:16:13 -05:00
Frederik Rietdijk 2da31b80bb Merge master into staging-next 2019-01-03 20:07:35 +01:00
Ryan Mulligan a17c8404ab
Merge pull request #53286 from r-ryantm/auto-update/now-cli
now-cli: 12.1.12 -> 12.1.14
2019-01-03 10:07:32 -08:00
R. RyanTM 9daa3b96ac insomnia: 6.2.3 -> 6.3.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/insomnia/versions
2019-01-03 09:14:59 -08:00
R. RyanTM 0755e8f629 now-cli: 12.1.12 -> 12.1.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/now-cli/versions
2019-01-03 01:19:21 -08:00
R. RyanTM 45779f013c grails: 3.3.8 -> 3.3.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/grails/versions
2019-01-02 21:33:37 +01:00
Frederik Rietdijk 070290bda7 Merge master into staging-next 2018-12-31 12:00:36 +01:00
Silvan Mosberger ced986ccb3
Merge pull request #52511 from marsam/update-nodejs
nodejs: 6.14.4 -> 6.15.1, 8.12.0 -> 8.14.1
2018-12-31 02:59:46 +01:00
Jörg Thalheim 1b146a8c6f
treewide: remove paxutils from stdenv
More then one year ago we removed grsecurity kernels from nixpkgs:
https://github.com/NixOS/nixpkgs/pull/25277

This removes now also paxutils from stdenv.
2018-12-22 12:55:05 +01:00
Mathias Schreck e6a86e65d9 nodejs-11_x: init at 11.5.0 2018-12-21 11:23:49 +01:00
Frederik Rietdijk 9ab61ab8e2 Merge staging-next into staging 2018-12-19 09:00:36 +01:00
Mario Rodas 75b894af0f
nodejs-6_x: 6.14.4 -> 6.15.1 2018-12-18 21:00:51 -05:00
Mario Rodas f27ee10a9e
nodejs-8_x: 8.12.0 -> 8.14.1 2018-12-18 21:00:51 -05:00
Maximilian Bosch bba4283571
Merge pull request #52299 from r-ryantm/auto-update/insomnia
insomnia: 6.2.0 -> 6.2.3
2018-12-18 00:57:54 +01:00
R. RyanTM b25c32fc5c insomnia: 6.2.0 -> 6.2.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/insomnia/versions
2018-12-15 20:15:36 -08:00
R. RyanTM 8e6ee63aa4 now-cli: 12.1.3 -> 12.1.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/now-cli/versions
2018-12-15 01:43:38 -08:00
volth bb9557eb7c lib.makePerlPath -> perlPackages.makePerlPath 2018-12-15 03:50:31 +00:00
Piotr Bogdan 1e589ad153 nodejs.updateScript: fix evaluation 2018-12-03 00:49:37 +00:00
Jan Tojnar 4920f0c0ad
Merge pull request #50977 from jtojnar/parallel-update.nix
update.nix: Run update scripts in parallel
2018-12-02 01:23:39 +01:00
Jan Tojnar 59a94b57f0
update.nix: Run update scripts in parallel
To make updating large attribute sets faster, the update scripts
are now run in parallel.

Please note the following changes in semantics:

- The string passed to updateScript needs to be a path to an executable file.
- The updateScript can also be a list: the tail elements will then be passed
  to the head as command line arguments.
2018-12-01 19:17:13 +01:00
worldofpeace f591dd2fdf
insomnia: 6.0.2 -> 6.2.0 (#50906)
- Switch to using autoPatchelfHook
- Add some new deps needed for this version

In particular the application won't function without `stdenv.cc.cc`
in LD_LIBRARY_PATH.
2018-11-23 02:50:02 -05:00
R. RyanTM 5e89bd1c8e now-cli: 11.5.2 -> 12.1.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/now-cli/versions
2018-11-19 01:21:22 -08:00
Ryan Mulligan 9de1902b84
Merge pull request #50032 from r-ryantm/auto-update/now-cli
now-cli: 11.4.6 -> 11.5.2
2018-11-09 15:06:37 -08:00
R. RyanTM 0b69c52102 now-cli: 11.4.6 -> 11.5.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/now-cli/versions
2018-11-09 07:32:57 -08:00
Alyssa Ross f2d0e1800d
mailcatcher: rack: 1.6.8 -> 1.6.11
CVE-2018-16470: https://seclists.org/oss-sec/2018/q4/128
CVE-2018-16471: https://seclists.org/oss-sec/2018/q4/129
2018-11-06 09:23:20 +00:00
David Costa eec630fb1e mailcatcher: repackage using bundlerApp 2018-10-25 14:34:11 +01:00
adisbladis 2e94003c9c
nodejs-8_x: 8.11.4 -> 8.12.0 2018-10-14 13:58:02 +08:00
Alexey Shmalko 3712da10d4
Merge pull request #48186 from holidaycheck/nodejs-10.12
nodejs: 10.11.0 -> 10.12.0
2018-10-13 17:35:51 +03:00
Brendan Hall e3b313bb59 now-cli: init at 11.4.6 2018-10-12 22:39:23 +01:00
Mathias Schreck 0041d742ab nodejs: 10.11.0 -> 10.12.0 2018-10-11 01:53:34 +02:00
Jasper Woudenberg e0f46105aa nodejs-10_x: 10.9.0 -> 10.11.0 2018-09-26 11:49:18 +02:00
rembo10 794c4ec7fb postman: 6.2.5 -> 6.3.0 (#46771) 2018-09-17 11:45:27 +02:00
Mario Rodas bfdfb73ff1 nodejs-6_x: 6.14.3 -> 6.14.4 2018-09-10 22:28:20 -05:00
Mario Rodas 36b5ffa40b nodejs: use https for downloading 2018-09-10 22:28:05 -05:00
John Ericson 2c2f1e37d4 reewide: Purge all uses stdenv.system and top-level system
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
Jörg Thalheim 1b09d06dcb twitterBootstrap: v2 -> v3
cc @Profpatsch

v2 no longer compiles and is ancient
2018-08-28 12:52:13 +01:00
Adam Oliver Zsigmond 29b92e9cb0 postman: 6.1.4 -> 6.2.5 2018-08-23 12:25:29 +02:00
R. RyanTM 27f6600419 nodejs-slim-10_x: 10.7.0 -> 10.9.0 (#45172)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nodejs-slim/versions.
2018-08-21 23:43:27 +02:00
Vladimír Čunát 765d695b89
Merge branch 'staging-next'
Security fixes for a few packages are included.
2018-08-21 15:36:02 +02:00
Florian Peter be69261989 nodejs-8_x: 8.11.3 -> 8.11.4 2018-08-20 19:08:25 +08:00
Vladimír Čunát 153a19df05
Merge branch 'master' into staging-next
Hydra: ?compare=1474536
2018-08-20 09:15:33 +02:00
Vladimír Čunát 14aa936ec5
Merge branch 'staging-next' into staging 2018-08-17 20:53:27 +02:00
R. RyanTM 4ec9a8726a grails: 3.3.6 -> 3.3.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/grails/versions.
2018-08-17 02:09:39 -07:00
Matthew Bauer b421a7d0a6 nodejs: remove ‘no-xcode’ patches
now provided by xcbuild
2018-08-15 17:35:56 -05:00
Vladimír Čunát ded9a4b1aa
Merge branch 'staging-next' into staging
Commits from master, conflict resolutions, etc.
2018-08-13 20:57:50 +02:00
Jan Malakhovski 2a3a4ff642 nodejs: make tests run, but disable 2018-08-11 09:35:31 +00:00
R. RyanTM bca83f7cd1 insomnia: 5.16.6 -> 6.0.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/insomnia/versions.
2018-08-09 09:56:44 -07:00
adisbladis 8b6e575c92
Merge pull request #44153 from Kaali/nodejs10-update
nodejs: 10.6.0 -> 10.7.0
2018-08-03 11:45:13 +08:00
Boris ef9c7f0ac9 postman: 5.5.3 -> 6.1.4 (#44052) 2018-07-29 22:05:04 +02:00
Väinö Järvelä f154854f52 nodejs: 10.6.0 -> 10.7.0 2018-07-27 18:03:29 +03:00
volth cc55a3ebcb treewide: fix build with disallowed aliases (#43872)
fixes build with disallowed aliases
2018-07-21 22:03:24 -04:00
Jörg Thalheim 03b18ccf96
Merge pull request #43807 from borisbabic/bugs/postman_icon
postman: fix icon not found
2018-07-21 16:23:09 +01:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Boris Babic 338898c2f7 postman: fix icon not found 2018-07-19 12:38:15 +02:00
Matthew Bauer 76999cc40e treewide: remove aliases in nixpkgs
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.

Misc...

- qtikz: use libsForQt5.callPackage

  This ensures we get the right poppler.

- rewrites:

  docbook5_xsl -> docbook_xsl_ns
  docbook_xml_xslt -> docbook_xsl

diffpdf: fixup
2018-07-18 23:25:20 -04:00
Vladimír Čunát 0f01215203
Merge branch 'master' into staging-next
Hydra: ?compare=1468896
2018-07-14 18:15:30 +02:00
R. RyanTM e5a79eacd6 kcgi: 0.10.6 -> 0.10.7 (#43000)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/sl5jhxlixmz36c2fqzdhd5az8wnhmx2n-kcgi-0.10.7/bin/kfcgi had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- directory tree listing: https://gist.github.com/06d87d498d359996e0d7b408ba2265d2
- du listing: https://gist.github.com/4636af5ca6c5f9b15b55b27e0705b167
2018-07-09 16:06:00 +02:00
adisbladis be6ef3ee00
nodejs-9_x: Package is EOL 2018-07-08 13:06:08 +08:00
Mario Rodas 63e0e4d899
nodejs: 10.5.0 -> 10.6.0 2018-07-05 14:02:29 +08:00
Sander van der Burg 0068fea88c nodePackages: regenerate with node2nix 1.6.0 2018-06-28 23:26:44 +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
R. RyanTM 832c5cb5d8 kcgi: 0.10.5 -> 0.10.6 (#42251)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/zfgvy8w6832756z0mybwrpxznnr39pqg-kcgi-0.10.6/bin/kfcgi had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- directory tree listing: https://gist.github.com/e0524d16c83a499d44fe13e543d45b8d
- du listing: https://gist.github.com/67464d0f35874e292aa1c006a7ab50f1
2018-06-24 19:19:39 +02:00