Commit Graph

5347 Commits

Author SHA1 Message Date
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
Stig
196873f601
Merge pull request #155116 from wentasah/amc-add-oodoc
auto-multiple-choice: add OpenOfficeOODoc perl module as dependency
2022-01-27 17:37:02 +01:00
Arnout Engelen
7cca365f51
perlPackages.libnet: 3.12 -> 3.13
Mainly to get the fix for https://rt.cpan.org/Public/Bug/Display.html?id=133912
2022-01-27 09:41:26 +01:00
Michal Sojka
aaaa1af4a5 perlPackages.OpenOfficeOODoc: init at 2.125 2022-01-15 15:21:37 +01:00
Sandro
f86600a7b2
Merge pull request #148529 from Kranzes/bump-libvirt 2022-01-08 20:20:57 +01:00
Ben Siraphob
9a58b51e6a
treewide: fix homepages with permanent redirect to https 2022-01-07 09:57:54 +07:00
Robert Scott
5f68cf1511
Merge pull request #150538 from stigtsp/package/convos-6.40
convos: 6.26 -> 6.42
2021-12-28 01:06:16 +00:00
Jörg Thalheim
0a38568ff7
perl5Packages.DBIxClass: fix build (#152207) 2021-12-27 12:23:28 -05:00
Dmitry Kalinkin
443f8a42d3
Merge pull request #151128 from veprbl/pr/broken_perlPackages_darwin
perlPackages: add broken = stdenv.isDarwin marks as needed
2021-12-25 23:31:19 -05:00
Vladimír Čunát
dfc501756b
Merge #148396: staging-next iteration 2021-12-03 2021-12-25 18:03:46 +01:00
Artturin
1e5d724d5e perlPackages.RegexpCommontime: init at 0.16 2021-12-25 02:08:50 +02:00
Stig Palmquist
a979570718 perlPackages.TextMarkdownHoedown: init at 1.03 2021-12-22 11:45:39 +01:00
Stig Palmquist
dba7c6a07c perlPackages.MojoliciousPluginSyslog: 0.04 -> 0.05 2021-12-22 11:34:58 +01:00
Dmitry Kalinkin
959fa48e68
perlPackages: add broken = stdenv.isDarwin marks as needed
This touches packages that have a history of failing builds on Hydra
for x86_64-darwin for both perl534 and perl532.
2021-12-17 16:09:56 -05:00
github-actions[bot]
1e85228aa6
Merge master into staging-next 2021-12-15 18:01:15 +00:00
Artturin
61d396e81e perlPackages.PLS: init at 0.897 2021-12-13 22:51:05 +02:00
Artturin
6f8793ef98 perlPackages.PerlTidy: 20201207 -> 20211029 2021-12-13 22:51:05 +02:00
Artturin
a3406d4277 perlPackages.PerlCritic: 1.138 -> 1.140 2021-12-13 22:51:05 +02:00