2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-16 01:45:11 +00:00
Commit Graph

82 Commits

Author SHA1 Message Date
Philip Taron
5c8616a914
nixosTests: remove firefox-esr-115 tests
This version of Firefox has reached EOL.
2024-12-12 08:08:24 -08:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Martin Weinelt
f922c45fde
nspr: 4.35 -> 4.36
https://groups.google.com/a/mozilla.org/g/dev-tech-crypto/c/FhX0-10xYrI
2024-10-22 12:37:24 +02:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Martin Weinelt
0f5b048590
nspr: update homepage 2024-06-17 01:03:43 +02:00
Martin Weinelt
ba881ef613
firefox-esr-102-unwrapped: remove
The Firefox ESR 102.0 series has reached its end of life.

Removes package and test and references to them.
2023-09-07 01:17:27 +02:00
Martin Weinelt
1635aae3cd
nspr: update passthru tests with firefox-esr-115
Also clean up releases we don't even have anymore.
2023-07-04 16:07:25 +02:00
Martin Weinelt
f878b25632
nspr: 4.34.1 -> 4.35
NSPR 4.35 contains the following changes:
- fixes for building with clang
- use the number of online processors for the
  PR_GetNumberOfProcessors() API on some platforms
- fix build on mips+musl libc
- Add support for the LoongArch 64-bit architecture

For details, please refer to the list of related bugs:
https://bugzilla.mozilla.org/buglist.cgi?resolution=FIXED&query_format=advanced&product=NSPR&target_milestone=4.35
2022-09-12 21:12:25 +02:00
github-actions[bot]
09857d1dd4
Merge master into staging-next 2022-08-07 12:01:40 +00:00
Martin Weinelt
5b9af79df3
nspr: test firefox in passthru
Also tests nss transitively.
2022-08-06 11:36:35 +02:00
Martin Weinelt
83daa6a316
nspr: 4.34 -> 4.34.1 2022-08-05 11:23:57 +02:00
ajs124
e71288ffe5
nspr: add hexa to maintainers
Co-authored-by: Martin Weinelt <mweinelt@users.noreply.github.com>
2022-05-26 18:07:44 +02:00
ajs124
a7be0f278d nspr: 4.33 -> 4.34 2022-05-26 18:01:30 +02:00
ajs124
314d3d0396 nspr: 4.32 -> 4.33 2021-12-18 23:01:53 +00:00
Sandro Jäckel
81777e9a43
nspr: format, cleanup 2021-08-10 13:01:28 +02:00
ajs124
fc141011d2 nspr: 4.31 -> 4.32
NSPR 4.32 contains the following changes:
- implement new socket option PR_SockOpt_DontFrag
- support larger DNS records by increasing the default buffer size for DNS queries

See https://bugzilla.mozilla.org/buglist.cgi?resolution=FIXED&query_format=advanced&product=NSPR&target_milestone=4.32
2021-07-12 16:52:34 +02:00
ajs124
4d17360d17 nspr: 4.30 -> 4.31 2021-06-14 16:11:03 +02:00
ajs124
381364d5a4 nspr: 4.29 -> 4.30 2021-03-20 16:41:00 +01:00
Ben Siraphob
66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Vladimír Čunát
0cc9dd7c16
nspr: 4.28 -> 4.29
I found nothing like release notes.  It certainly is a companion version
for nss 3.57 (parent commit).  Firefox appears to be OK.
2020-09-19 10:38:05 +02:00
ajs124
e70fd53f16 nspr: 4.27 -> 4.28 2020-08-26 08:34:52 +02:00
ajs124
194bb9fbbe nspr: 4.26 -> 4.27 2020-07-26 14:06:30 +02:00
ajs124
cebca41b3c nspr: 4.25 -> 4.26 2020-07-05 19:32:36 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM
75a3405046 nspr: 4.24 -> 4.25 2020-02-09 08:57:48 +01:00
R. RyanTM
aa14318d12 nspr: 4.23 -> 4.24 2019-12-10 18:48:49 +01:00
R. RyanTM
3cf749b58f nspr: 4.22 -> 4.23 2019-11-03 10:49:49 +01:00
R. RyanTM
c4affdf92e nspr: 4.21 -> 4.22
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nspr/versions
2019-10-22 09:49:12 +02:00
volth
c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
R. RyanTM
97fe2b0f95 nspr: 4.20 -> 4.21 ()
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nspr/versions
2019-04-09 19:03:20 +02:00
Graham Christensen
885d1dfe60
nspr: make reproducible 2019-03-07 08:54:51 -05:00
eburimu
4d10fb36d4 nspr: fix cross compilation
Fixes 
2018-11-21 01:48:23 -06:00
Markus Kowalewski
395931cefe
nspr: add license 2018-10-25 22:56:22 +02:00
R. RyanTM
1b7397c61d nspr: 4.19 -> 4.20 ()
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
nspr
2018-09-25 11:36:28 +02:00
Jörg Thalheim
d26c032d14 nspr: 4.18 -> 4.19 2018-04-15 21:35:46 +01:00
Ryan Mulligan
52b2e79a8b nspr: 4.17 -> 4.18
Semi-automatic update. These checks were performed:

- built on NixOS
- found 4.18 with grep in /nix/store/23322yndj5lh6n4pr3maj26irnwklq31-nspr-4.18
- found 4.18 in filename of file in /nix/store/23322yndj5lh6n4pr3maj26irnwklq31-nspr-4.18
2018-03-04 18:08:39 +00:00
Väinö Järvelä
2a99b51390 nspr: link libraries with absolute paths on Darwin 2018-02-20 12:12:46 +02:00
taku0
c91d4d519f nspr: 4.16 -> 4.17 2017-11-13 23:01:02 +09:00
taku0
5ae175744a nspr: 4.15 -> 4.16 2017-10-04 21:12:12 +09:00
taku0
ceb34c6d95 nspr: 4.13.1 -> 4.15 2017-06-14 21:50:01 +09:00
Eelco Dolstra
3f784a3f87 nspr: 4.12 -> 4.13.1 2016-10-21 15:44:27 +02:00
Tuomas Tynkkynen
a17216af4c treewide: Shuffle outputs
Make either 'bin' or 'out' the first output.
2016-08-29 14:49:51 +03:00
Matthew Bauer
a79ff78ec4 nspr: fix darwin build
- needs CoreServices
2016-08-16 19:25:44 +00:00
Eelco Dolstra
cb37ab146b Add mirror://mozilla scheme 2016-05-09 19:37:22 +02:00
Vladimír Čunát
ab15a62c68 Merge branch 'master' into closure-size
Beware that stdenv doesn't build. It seems something more will be needed
than just resolution of merge conflicts.
2016-04-01 10:06:01 +02:00
Domen Kožar
603ea2652f nss: 3.22 -> 3.22.2 (CVE-2016-1950) 2016-03-11 12:18:18 +00:00
Vladimír Čunát
f9f6f41bff Merge branch 'master' into closure-size
TODO: there was more significant refactoring of qtbase and plasma 5.5
on master, and I'm deferring pointing to correct outputs to later.
2015-12-31 09:53:02 +01:00
Eelco Dolstra
f8c6ced636 nspr: 4.10.10 -> 4.11 2015-12-16 16:04:36 +01:00
Luca Bruno
e289717414 rename moveToOutput and propagatedBuildInputs 2015-12-02 10:05:36 +01:00
Vladimír Čunát
333d69a5f0 Merge staging into closure-size
The most complex problems were from dealing with switches reverted in
the meantime (gcc5, gmp6, ncurses6).
It's likely that darwin is (still) broken nontrivially.
2015-11-20 14:32:58 +01:00