Commit Graph

6540 Commits

Author SHA1 Message Date
Fabián Heredia Montiel
34b62f7c47 Merge remote-tracking branch 'origin/master' into staging-next 2024-10-27 16:10:56 -06:00
Stig
23664a7358
perlPackages.AppSqitch: 1.4.0 -> 1.4.1 (#351171) 2024-10-27 10:41:34 +00:00
Stig
bf314d3593
perlPackages.Appperlbrew: 0.98 -> 1.00 (#351495) 2024-10-27 10:37:29 +00:00
Stig
25d57720cf
perlPackages.meta: init at 0.012 (#349300) 2024-10-27 10:32:28 +00:00
Stig
0500adff80
remctl: init at 3.18 (#350206) 2024-10-27 10:29:35 +00:00
Stig
0c98c85c8c
perlPackages.NetSNMP: add patch to support modern SHA algorithms for authentication (#349861) 2024-10-27 10:26:12 +00:00
Zak B. Elep
164adcf0bc perlPackages.Appperlbrew: 0.98 -> 1.00 2024-10-27 04:38:32 +08:00
Ante Kegalj
2f5d739cfe perlPackages.AppSqitch: 1.4.0 -> 1.4.1 2024-10-26 21:30:12 +02:00
Ante Kegalj
8af6d0cea6 perlPackages.TestExit: init at 0.11 2024-10-26 21:27:07 +02:00
Ante Kegalj
a8637d29a2 perlPackages.ReturnMultiLevel: init at 0.08 2024-10-26 21:25:29 +02:00
K900
f21f4ca3ee Merge remote-tracking branch 'origin/master' into staging-next 2024-10-26 21:05:47 +03:00
Francesco Gazzetta
68576df997 treewide: move tcl libraries under tclPackages 2024-10-26 16:23:15 +00:00
Jordan Williams
b44ec15ebc
perlPackages.NetSNMP: add patch to support newer SHA algorithms
The aged perlPackages.NetSNMP library does not support modern SHA algorithms for authentication.
It's possible to enable support for these newer protocols with a patch.
The patch is taken from the OpenBSD ports tree:
https://github.com/openbsd/ports/blob/master/net/p5-Net-SNMP/patches/patch-lib_Net_SNMP_Security_USM_pm
It enables support for SHA 224, 256, 384, and 512.
Tests are also include in the patch for these additional algorithms.
2024-10-25 08:27:10 -05:00
Jordan Williams
9bf3f227d0
perlPackages.NetSNMP: apply Fedora patches 2024-10-25 08:27:04 -05:00
Jordan Williams
0cd2be5eaa
perlPackages.NetSNMP: fix tests 2024-10-24 09:04:48 -05:00
Elliot Cameron
b34590bec5 perlPackages.NetRemctl: init at 3.18 2024-10-21 09:58:24 -04:00
Zak B. Elep
a76c4c2efb perlPackages.meta: init at 0.012 2024-10-17 15:11:15 +00:00
github-actions[bot]
2d65a9d98d
Merge master into staging-next 2024-10-17 00:14:14 +00:00
Stig
37da9858ca
perlPackages.XSParseSublike: 0.20 -> 0.29 (#349107) 2024-10-16 22:40:40 +02:00
Zak B. Elep
ad4411d4a5 perlPackages.XSParseSublike: 0.20 -> 0.29 2024-10-16 18:22:44 +00:00
Zak B. Elep
3cabb5954f perlPackages.Appcpm: 0.997014 -> 0.997018 2024-10-16 17:44:37 +00:00
github-actions[bot]
961e42940f
Merge master into staging-next 2024-10-16 00:14:08 +00:00
Christian Segundo
5535fe31c1
perlPackages.SeleniumRemoteDriver: init at 1.49 2024-10-15 15:25:47 +02:00
Bobby Rong
342864d632
perlPackages.GlibObjectIntrospection: Fix build with gobject-introspection 1.82
https://hydra.nixos.org/build/274399381/nixlog/1
2024-10-14 20:54:18 +08:00
github-actions[bot]
a5883bc172
Merge master into staging-next 2024-10-10 12:05:39 +00:00
Franz Pletz
ae8c1e57f7
treewide: use mirror urls (#347454) 2024-10-10 13:05:23 +02:00
Peder Bergebakken Sundt
a4fc9e8515 ack: use mirror url 2024-10-09 12:03:59 +02:00
K900
956f9243c0 Merge remote-tracking branch 'origin/master' into staging-next 2024-10-08 21:15:13 +03:00
Stig Palmquist
50c94790cd
perlPackages.FileXDG: init at 1.03 2024-10-08 10:53:06 +02:00
github-actions[bot]
192fd67cc3
Merge master into staging-next 2024-10-03 18:04:30 +00:00
Peder Bergebakken Sundt
3100acba08 treewide: \xc2\xa0 ->
I have no idea what this escape sequence even is, but it breaks the nix parser with cryptic errors if not used in a comment.
A friend let me know MacOS is prone to input weird spaces, not sure if that is the source.

Candidates were located and created with:

    chr="$(echo -e '\xc2\xa0')"; rg -F "$chr" -l | xe sd -F "$chr" " "

There are some examples left, most being example output from `tree` in various markdown documents, some patches which we can't really touch, and `pkgs/tools/nix/nixos-render-docs/src/tests/test_commonmark.py` which I'm not sure if should be addressed
2024-10-02 15:33:06 +02:00
Artturin
f0e657f3b1 Merge branch 'master' into staging-next 2024-09-25 06:05:01 +03: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
github-actions[bot]
ac34133fb9
Merge master into staging-next 2024-09-23 12:05:36 +00:00
Alex James
90b88c48a7
perlPackages.HTTPDaemon: fix build on Darwin with sandboxing
The tests depend on local network access:
https://gist.github.com/al3xtjames/44b242ca7d7c8d5f19a113c89c97f907
2024-09-22 16:13:33 -05:00
github-actions[bot]
6bb2408295
Merge master into staging-next 2024-09-22 12:05:17 +00:00
Yongun Seong
ee7cd3722d
perlPackages.FinanceQuote: 1.62 -> 1.63 2024-09-22 16:09:41 +09:00
Stig Palmquist
bc4e63e71a
perlPackages.GetoptLongDescriptive: fix deps
Add perlPackages.GetoptLong as a direct dependency, as newer version than
the one provided by perl538 core modules is needed.
2024-09-21 10:45:15 +02:00
Stig Palmquist
dd115b3460
perlPackages.GetoptLong: 2.54 -> 2.58 2024-09-21 10:44:52 +02:00
github-actions[bot]
33e2cbc61f
Merge staging-next into staging 2024-09-20 12:05:56 +00:00
Marcus Ramberg
3a3261791c
perlPackages.FFIPlatypus: 2.08 -> 2.09 (#343129) 2024-09-20 11:46:01 +02:00
TomaSajt
8fb923f56b
perlPackages.FFIPlatypus: 2.08 -> 2.09 2024-09-19 23:35:11 +02:00
TomaSajt
7ac508d441
perlPackages.ArchiveLibarchive: 0.08 -> 0.09 2024-09-19 23:27:12 +02:00
Stig Palmquist
153f118639
perlPackages.BC: fix build with gcc 14 2024-09-14 14:26:22 +02:00
Philip Taron
e630216c6b
[staging] perl: 5.38.2 -> 5.40.0 (#333286)
After discussing on Matrix in the [#staging](https://matrix.to/#/#staging:nixos.org) room, I'm merging this as-is without waiting for changes to the `enableParallelBuilding = false;` line.

There are several in-the-wings PRs (one from @emilazy) that attempt to bring load-limit, which is a more sensible accounting of the work that a derivation is doing, into Nix itself. If and when that lands, we'll be able to just set `enableParallelBuilding = true;` again, without any specific casing around the `NIX_BUILD_CORES` stdenv variable.
2024-09-12 16:22:26 -07:00
Fabián Heredia Montiel
a4145a81d1 treewide: add -Wno-error= due to compilation error with gcc_14 2024-09-11 01:44:17 -06:00
Stig Palmquist
515c9dfda5
perlPackages.Appcpanminus: add ref to CVE-2024-45321 2024-09-09 12:07:02 +02:00
Stig Palmquist
816958c88e
perlPackages.AuthenModAuthPubTkt: disable unstable test 2024-09-07 19:09:53 +02:00
Stig Palmquist
f5413cd9d4
perlPackages.CGICompile: disable unstable test 2024-09-07 19:09:53 +02:00
Stig Palmquist
c01953dae8
perlPackages.ApacheDB: mark as broken
https://rt.cpan.org/Public/Bug/Display.html?id=148727
2024-09-07 19:09:52 +02:00