Commit graph

5364 commits

Author SHA1 Message Date
Pavel Borzenkov 4ff0469dac perlPackages.DBMDeep: init at 2.0016 2022-05-20 11:29:05 +02:00
Pavel Borzenkov 21ce40f7a4 perlPackages.Sereal: drop TestMemoryGrowth dependency
It's not actually required. This allows to build Sereal on Darwin.
2022-05-19 18:38:55 +02:00
Linus Heckemann a7ee915179
Merge pull request #172378 from Mindavi/hydra-updates-3
Hydra updates 3
2022-05-13 12:55:53 +02:00
Rick van Schijndel d03354ab85 UUID4-Tiny: add potential patch for aarch64
Hopefully ofborg can confirm or deny this works...
2022-05-13 07:22:34 +02:00
Rick van Schijndel 78520c1fff
Merge pull request #172387 from SuperSandro2000/CryptOpenSSLRandom
perlPackages.CryptOpenSSLRandom: mark broken for aarch64-darwin
2022-05-11 06:15:31 +02:00
Sandro Jäckel a797299a78
perlPackages.CryptOpenSSLRandom: mark broken for aarch64-darwin 2022-05-10 22:55:48 +02:00
Linus Heckemann 117f62e72e
Merge pull request #172242 from Mindavi/hydra-updates-2
Hydra updates 2
2022-05-10 13:25:13 +02:00
Rick van Schijndel 3c34e350c9 perlPackages.UUID4Tiny: init at 0.002
Co-authored-by: lheckemann <git@sphalerite.org>
2022-05-09 22:18:50 +02:00
Rick van Schijndel 2e882e0903 hydra-unstable: 2021-08-11 -> 2021-12-17
Adds some new required deps too.
Enable doCheck (tests).

Apply patch for missing std:: specifier before std::strings.
2022-05-09 22:18:50 +02:00
Pavel Borzenkov 562a1fcdc8 perlPackages.POSIXAtFork: init at 0.04 2022-05-02 18:36:31 +02:00
Vladimír Čunát 8caa1418f6
Merge branch 'master' into staging-next-2022-04-23 2022-04-28 18:04:16 +02:00
Stig 35125d1278
Merge pull request #170416 from pborzenkov/perl-strictdecl
perlPackages.SubStrictDecl: init at 0.005
2022-04-28 17:30:25 +02:00
Pavel Borzenkov 54765710b2 perlPackages.SubStrictDecl: init at 0.005 2022-04-28 15:51:16 +02:00
Vladimír Čunát 51554cbbdb
Merge branch 'master' into staging-next-2022-04-23 2022-04-27 22:50:17 +02:00
Pavel Borzenkov 6485d94992 perlPackages.LexicalSealRequireHints: init at 0.0011 2022-04-26 15:02:41 +02:00
P. R. d. O 51b0be3649
perlPackages.TextMarkdown: apply shortenPerlShebang 2022-04-21 16:22:22 -06:00
Ben Siraphob 259fa13d53 treewide: remove nativeBuildInputs that are in stdenv 2022-04-16 21:46:46 +03:00
Robert Hensing a292213c44
Merge pull request #166792 from hercules-ci/pkgs-config-allowAliases-option
config.allowAliases: Define as option
2022-04-04 21:09:44 +02:00
Martin Weinelt 07b55d9c80 perlPackages.CompressRawZlib: 2.101 -> 2.103
https://github.com/pmqs/Compress-Raw-Zlib/releases/tag/v2.103
2022-04-04 00:20:15 +02:00
7c6f434c 8188f10752
Merge pull request #166430 from alyssais/openssl-static-retry
treewide: use lib.getLib for OpenSSL libraries
2022-04-02 12:59:55 +00:00
Stig 1b4459e127
Merge pull request #162923 from stigtsp/package/perl-digest-sri-init
perlPackages.DigestSRI: init at 0.02
2022-04-02 14:27:05 +02:00
Robert Hensing 200175a701 config.allowAliases: Define as option
This simplifies usages and makes the default value consistent.

In a few cases, the default value was interpreted to be `false`,
but this is useless, because virtually nobody will explicitly
set `allowAliases = true;`.
2022-04-01 11:33:10 +02:00
Alyssa Ross fd78240ac8
treewide: use lib.getLib for OpenSSL libraries
At some point, I'd like to make another attempt at
71f1f4884b ("openssl: stop static binaries referencing libs"), which
was reverted in 195c7da07d.  One problem with my previous attempt is
that I moved OpenSSL's libraries to a lib output, but many dependent
packages were hardcoding the out output as the location of the
libraries.  This patch fixes every such case I could find in the tree.
It won't have any effect immediately, but will mean these packages
will automatically use an OpenSSL lib output if it is reintroduced in
future.

This patch should cause very few rebuilds, because it shouldn't make
any change at all to most packages I'm touching.  The few rebuilds
that are introduced come from when I've changed a package builder not
to use variable names like openssl.out in scripts / substitution
patterns, which would be confusing since they don't hardcode the
output any more.

I started by making the following global replacements:

    ${pkgs.openssl.out}/lib -> ${lib.getLib pkgs.openssl}/lib
    ${openssl.out}/lib -> ${lib.getLib openssl}/lib

Then I removed the ".out" suffix when part of the argument to
lib.makeLibraryPath, since that function uses lib.getLib internally.

Then I fixed up cases where openssl was part of the -L flag to the
compiler/linker, since that unambigously is referring to libraries.

Then I manually investigated and fixed the following packages:

 - pycurl
 - citrix-workspace
 - ppp
 - wraith
 - unbound
 - gambit
 - acl2

I'm reasonably confindent in my fixes for all of them.

For acl2, since the openssl library paths are manually provided above
anyway, I don't think openssl is required separately as a build input
at all.  Removing it doesn't make a difference to the output size, the
file list, or the closure.

I've tested evaluation with the OfBorg meta checks, to protect against
introducing evaluation failures.
2022-03-30 15:10:00 +00:00
Pavel Borzenkov 316e4a4ca1 perlPackages.PLS: shorten shebang on Darwin
As it's too long to be correctly executed.
2022-03-29 16:57:25 +02:00
AndersonTorres 0e1ebb957b perlPackages.AudioFLACHeader: init at 2.4 2022-03-26 16:17:20 -03:00
Zak B. Elep f8dfc09c35 perlPackages.DevelPatchPerl: 2.04 -> 2.08 2022-03-21 13:17:36 +08:00
Bernardo Meurer 1fef27cc11
perlPackages.SysVirt: 7.10.0 -> 8.1.0 2022-03-14 11:41:58 -07:00
Bernardo Meurer 316b6f84c2
Revert "Merge pull request #163714 from lovesegfault/libvirt-8.1.0"
This reverts commit cdd51022ab, reversing
changes made to 8db28de919.
2022-03-12 14:24:30 -08:00
Bernardo Meurer 97829a8bf6
perlPackages.SysVirt: 7.10.0 -> 8.1.0 2022-03-12 00:34:43 -08:00
Frank Doepper 158ddc689b perlPackages.PDFAPI2: fix source url
fixes b5dcad8
2022-03-09 14:10:49 +01:00
Stig Palmquist e434e215ed perlPackages.DigestSRI: init at 0.02 2022-03-05 20:55:26 +01:00
Stig 00aff7b856
Merge pull request #160215 from AnatolyPopov/perl-devel-camelcadedb-2021.2
perlPackages.DevelCamelcadedb: init at 2021.2
2022-02-23 13:29:38 +01:00
Have a good time 5b7152b864
perlPackages.XMLLibXML 2.0206 -> 2.0207 2022-02-19 14:41:50 +08:00
Ivan Babrou 32d2cf1046 perlPackages.Net-SSLeay: 1.88 -> 1.92
This fixes build failure on aarch64-darwin:

```
WARNING: /nix/store/zvhi5rnfcz69912fmqb3yx501z7jgji0-perl-5.32.1/bin/perl is loading libcrypto in an unsafe way
/nix/store/qf3mzpvsmkrw963xchbivcci06078n13-builder.sh: line 11: 33419 Abort trap: 6           perl Makefile.PL PREFIX=$out INSTALLDIRS=site $makeMakerFlags PERL=$(type -P perl) FULLPERL=\"$fullperl/bin/perl\"
```
2022-02-15 15:00:43 -08:00
Anatolii Popov 956fad6042
perlPackages.DevelCamelcadedb: init at 2021.2 2022-02-15 23:04:07 +02:00
Anatolii Popov 5096ad4c49
perlPackages.HashStoredIterator: init at 0.008 2022-02-15 15:34:53 +02:00
Felix Buehler 44c6f10cc6 findimagedupes: make as separate package 2022-02-06 00:11:00 +01:00
Janne Heß 1ec30a9003
perlPackages.ConfigIniFiles: Use buildPerlPackage
This is to fix cross NixOS builds. buildPerlModule uses Module::Build
which does not cross-build. The package doesn't seem to need
Module::Build so switching to buildPerlPackage seems to be safe.
2022-02-03 19:57:04 +01:00
Sandro 196921c619
Merge pull request #144306 from Stunkymonkey/findimagedupes 2022-02-02 12:41:51 +01:00
Martin Weinelt 778d148959
Merge pull request #155061 from piegamesde/gnome 2022-02-01 20:53:10 +01:00
Stig Palmquist 52cac2a6e4 perlPackages.Appcpanminus: use TLS endpoints by default 2022-01-30 19:20:38 +01:00
Stig Palmquist 9cbd42c6de perlPackages.Appcpanminus: add dep for tls support 2022-01-30 19:20:38 +01:00
Stig Palmquist 829b3f6adf perlPackages.Appcpanminus: 1.7044 -> 1.7045 2022-01-30 19:20:31 +01:00
Stig 8ce7c246ba
Merge pull request #157250 from LeSuisse/exiftool-12.39
perlPackages.ImageExifTool: 12.29 -> 12.39
2022-01-29 23:44:38 +01:00
Stig e674a18cad
Merge pull request #157176 from LeSuisse/perl-cpan-2.29
perlPackages.CPAN: 2.28 -> 2.29
2022-01-29 23:41:18 +01:00
Thomas Gerbet e6d73949cf perlPackages.CPAN: 2.28 -> 2.29
Fixes CVE-2020-16156
https://metacpan.org/release/ANDK/CPAN-2.29/source/Changes
2022-01-29 18:21:01 +01:00
piegames a7e5835331 perlPackages.Gtk2GladeXML: drop 2022-01-29 18:08:52 +01:00
Felix Buehler f328da45ae findimagedupes: init at 2.19.1 2022-01-29 10:52:23 +01:00
Thomas Gerbet 3be5d9cfce perlPackages.ImageExifTool: 12.29 -> 12.39
Fixes CVE-2022-23935.
https://exiftool.org/history.html
2022-01-29 09:38:37 +01:00
Thomas Gerbet 929a256be4 perlPackages.CPANChecksums: 2.12 -> 2.14
Fixes CVE-2020-16155.
https://metacpan.org/release/ANDK/CPAN-Checksums-2.14/source/Changes
2022-01-28 18:29:46 +01:00