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
Artturin
bd0ded59a1
perlPackages.Future: 0.46 -> 0.47
2021-12-13 22:51:02 +02:00
Artturin
9398d9a866
perlPackages.PPR: init at 0.000028
2021-12-13 22:31:24 +02:00
Stig Palmquist
0ac9fe175e
perlPackages.CryptPassphraseBcrypt: init at 0.001
2021-12-13 15:24:15 +01:00
Stig Palmquist
382e055888
perlPackages.CryptPassphraseArgon2: 0.002 -> 0.003
2021-12-13 14:59:16 +01:00
Sergei Trofimovich
5df292dcc8
perlPackages.DBDSQLite: 1.66 -> 1.70
...
While at it pull upstream fix for sqlite-3.37 test compatibilty.
2021-12-05 23:33:05 -08:00
Ilan Joselevich
bb703ffb23
libvirt: 7.9.0 -> 7.10.0
2021-12-04 01:52:11 +02:00
Mark Martinez
b382ed47fd
perlPackages.DistZilla: shortenPerlShebang on Darwin
2021-11-23 15:17:52 -06:00
github-actions[bot]
65356b24bf
Merge staging-next into staging
2021-11-12 18:01:48 +00:00
github-actions[bot]
699560194d
Merge master into staging-next
2021-11-12 18:01:08 +00:00
Sandro
00b8fdf06e
Merge pull request #144035 from ius/perl-version-bump
2021-11-12 14:18:46 +01:00
github-actions[bot]
64baf2593d
Merge staging-next into staging
2021-11-06 18:01:35 +00:00
github-actions[bot]
eeb7e66e97
Merge master into staging-next
2021-11-06 18:01:01 +00:00
Maximilian Bosch
17e118aa7a
Merge pull request #144283 from Kranzes/bump-libvirt
...
libvirt: 7.8.0 -> 7.9.0
2021-11-06 13:39:20 +01:00
Sandro
c8769cc03c
Merge pull request #142602 from Artturin/strictdepsfixes
2021-11-05 19:33:27 +01:00
github-actions[bot]
933da575d4
Merge master into staging-next
2021-11-05 18:01:07 +00:00
Artturin
04e17c10b8
perlPackages.ExtUtilsPkgConfig: fix cross-compiling
2021-11-05 19:57:04 +02:00
Artturin
599e6c0cfa
perlPackages.X11XCB: fix strictDeps
2021-11-05 19:57:03 +02:00
Sandro
b61cc55da9
Merge pull request #144760 from sternenseemann/perl-datetime-format-rfc3339-1.2.0
2021-11-05 18:23:41 +01:00
sternenseemann
caeab83ba4
perlPackages.DateTimeFormatRFC3339: init at 1.2.0
2021-11-05 17:17:07 +01:00
Ryan Burns
03daab729e
perlPackages.XMLLibXML: fix build on darwin
2021-11-04 18:25:06 -07:00
github-actions[bot]
3567177949
Merge staging-next into staging
2021-11-03 18:10:58 +00:00
Artturin
47fd040e41
perlPackages.Gtk3ImageView: 9 -> 10
2021-11-03 16:40:02 +02:00
Ilan Joselevich
57bfc1e6a3
libvirt: 7.8.0 -> 7.9.0
2021-11-02 22:52:47 +02:00
Joerie de Gram
757bff5c46
perlPackages.IOCompress: 2.096 -> 2.102
2021-10-31 21:11:12 +01:00
Joerie de Gram
2c27f2fdf1
perlPackages.CompressRawBzip2: 2.096 -> 2.101
2021-10-31 19:06:10 +01:00
github-actions[bot]
e92f6f6da8
Merge staging-next into staging
2021-10-31 18:01:34 +00:00
Joerie de Gram
12dd1b248b
perlPackages.CompressRawZlib: 2.096 -> 2.101
2021-10-31 18:33:17 +01:00
ius
aad67bd968
perlPackages.CompressRawLzma: init at 2.101 ( #142679 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-10-31 16:57:54 +01:00
Alyssa Ross
3f01b576af
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
...
Conflicts:
nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
nixos/doc/manual/release-notes/rl-2111.section.md
2021-10-28 16:07:38 +00:00
Sergei Trofimovich
742101bf8a
perlPackages.libnet: fix Net/libnet.cfg determinism. ( #142876 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-10-26 13:37:52 +02:00
Sergei Trofimovich
16f8f83002
perlPackages.X11XCB: pull upstream fix for parallel build ( #142642 )
...
Co-authored-by: Zak B. Elep <zakame@zakame.net>
2021-10-26 11:44:12 +02:00
Dominik Xaver Hörl
ea8f2f937c
treewide: allow eval with no-url-literals
2021-10-26 09:01:11 +02:00
AndersonTorres
713a69a199
treewide: rename perlPackages.libintl_perl -> perlPackages.libintl-perl
...
The other package managers call this package libintl-perl, and it is also the
original name.
2021-10-23 22:51:23 -03:00
Stig
93d13a91be
Merge pull request #133753 from thomassdk/multiple-perl-packages
...
Multiple perl packages
2021-10-15 15:24:00 +02:00
Thomas Sean Dominic Kelly
4f1b50734d
perlPackages.GraphicsColor: init at 0.31
2021-10-14 18:23:35 +01:00
Thomas Sean Dominic Kelly
6e70f7c336
perlPackages.JSONParse: 0.57 -> 0.61
2021-10-14 18:23:35 +01:00
Thomas Sean Dominic Kelly
d5caa52d82
perlPackages.URIEscapeXS: init at 0.14
2021-10-14 18:23:35 +01:00
Thomas Sean Dominic Kelly
26754d7ab4
perlPackages.LocaleMaketextLexiconGetcontext: init at 0.05
2021-10-14 18:23:35 +01:00
Thomas Sean Dominic Kelly
be3f72291f
perlPackages.TypeTinyXS: init at 0.022
2021-10-14 18:23:35 +01:00
Thomas Sean Dominic Kelly
88a3bd0ba5
perlPackages.BSONXS: init at 0.8.4
2021-10-14 18:23:35 +01:00
Thomas Sean Dominic Kelly
ce32331a1d
perlPackages.TimeMoment: init at 0.44
2021-10-14 18:23:35 +01:00
Thomas Sean Dominic Kelly
1537f81a63
perlPackages.MooseXStorageFormatJSONpm: init at 0.093093
2021-10-14 18:23:35 +01:00
Thomas Sean Dominic Kelly
d624b27176
perlPackages.YAMLOld: init at 1.23
2021-10-14 18:23:35 +01:00
Thomas Sean Dominic Kelly
df2b12d572
perlPackages.TestDeepJSON: init at 0.05
2021-10-14 18:23:35 +01:00
Thomas Sean Dominic Kelly
962407c660
perlPackages.ApacheDB: init at 0.18
2021-10-14 18:23:35 +01:00
Thomas Sean Dominic Kelly
680ed2e7c7
perlPackages.LogAnyAdapterTAP: init at 0.003003
2021-10-14 18:23:34 +01:00
Thomas Sean Dominic Kelly
f8d9a39522
perlPackages.UUIDURandom: init at 0.001
2021-10-14 18:23:34 +01:00
Thomas Sean Dominic Kelly
db66f2d066
perlPackages.BSON: init at 1.12.2
2021-10-14 18:23:34 +01:00
Thomas Sean Dominic Kelly
8c3f1c8e38
perlPackages.Linuxusermod: init at 0.69
2021-10-14 18:23:34 +01:00
Thomas Sean Dominic Kelly
5898efe922
perlPackages.LEOCHARREDebug: init at 1.03
2021-10-14 18:23:34 +01:00
Thomas Sean Dominic Kelly
ba8492c92d
perlPackages.LEOCHARRECLI: init at 1.19
2021-10-14 18:23:34 +01:00
Thomas Sean Dominic Kelly
9a0fb7f676
perlPackages.TestDeepType: init at 0.008
2021-10-14 18:23:34 +01:00
Thomas Sean Dominic Kelly
ba41966cb8
perlPackages.MooseXStorage: init at 0.53
2021-10-14 18:23:34 +01:00
Thomas Sean Dominic Kelly
e4eb6e5282
perlPackages.ColorLibrary: init at 0.021
2021-10-14 18:23:34 +01:00
Thomas Sean Dominic Kelly
ab2ae072b0
perlPackages.Filechmod: init at 0.42
2021-10-14 18:23:34 +01:00
Thomas Sean Dominic Kelly
55eeed8ce5
perlPackages.IOInteractiveTiny: init at 0.2
2021-10-14 18:23:34 +01:00
Thomas Sean Dominic Kelly
d272d0d27c
perlPackages.ModuleBuildPluggableCPANfile: init at 0.05
2021-10-14 18:23:34 +01:00
Thomas Sean Dominic Kelly
2181d11cd7
perlPackages.MathFibonacci: init at 1.5
2021-10-14 18:23:33 +01:00
Thomas Sean Dominic Kelly
db9b6d29e8
perlPackages.ActionRetry: init at 0.24
2021-10-14 18:23:33 +01:00
Thomas Sean Dominic Kelly
4e15e2a0f1
perlPackages.ActionCircuitBreaker: init at 0.1
2021-10-14 18:23:33 +01:00
Thomas Sean Dominic Kelly
bb592ff146
perlPackages.JSONCreate: init at 1.39
2021-10-14 18:23:33 +01:00
Thomas Sean Dominic Kelly
5c98976b90
perlPackages.DevelSize: init at 0.83
2021-10-14 18:23:33 +01:00
Thomas Sean Dominic Kelly
ae104c4db4
perlPackages.FilechmodRecursive: init at 1.0.3
2021-10-14 18:23:33 +01:00
Thomas Sean Dominic Kelly
2deb8e1e7c
perlPackages.SpreadsheetCSV: init at 0.20
2021-10-14 18:23:33 +01:00
Thomas Sean Dominic Kelly
d3df49e778
perlPackages.TextFuzzy: init at 0.29
2021-10-14 18:23:33 +01:00
Thomas Sean Dominic Kelly
6fd8ff4389
perlPackages.XMLRules: init at 1.16
2021-10-14 18:23:33 +01:00
Thomas Sean Dominic Kelly
1e2f66e0f9
perlPackages.DataDumperAutoEncode: init at 1.00
2021-10-14 18:23:33 +01:00
Thomas Sean Dominic Kelly
1df277ab64
perlPackages.CLDRNumber: init at 0.19
2021-10-14 18:23:33 +01:00
Thomas Sean Dominic Kelly
7d707c6ef3
perlPackages.ImageOCRTesseract: init at 1.26
2021-10-14 18:23:32 +01:00
Thomas Sean Dominic Kelly
63e8ea56dd
perlPackages.AlgorithmCheckDigits: init at 1.3.5
2021-10-14 18:23:32 +01:00
Thomas Sean Dominic Kelly
2da91b27a3
perlPackages.EncodePunycode: init at 1.002
2021-10-14 18:23:32 +01:00
Thomas Sean Dominic Kelly
1a935cd380
perlPackages.MongoDB: init at 2.2.2
2021-10-14 18:23:32 +01:00
Thomas Sean Dominic Kelly
446e1e18e7
perlPackages.ExcelWriterXLSX: init at 1.09
2021-10-14 18:23:32 +01:00
Ilan Joselevich
a4d1cc9c23
libvirt: 7.7.0 -> 7.8.0
2021-10-12 23:05:07 +03:00
Vincenzo Mantova
d002e84bab
perlPackages.LaTeXML: backport downgrade to medium security of File::Temp ( #141182 )
2021-10-10 10:26:41 -04:00
Jan Tojnar
2b69ba1ead
Merge pull request #140067 from jtojnar/gscan2pdf
...
gscan2pdf: 2.12.1 → 2.12.3
2021-10-06 14:44:44 +02:00
Vincenzo Mantova
9e6a39be4d
perlPackages.LaTeXML: 0.8.5 -> 0.8.6 ( #140173 )
2021-10-03 18:39:25 -04:00
Jan Tojnar
b5dcad8b94
perlPackages.PDFAPI2: 2.038 → 2.042
...
https://metacpan.org/release/SSIMMS/PDF-API2-2.042/source/Changes
2021-09-30 17:12:02 +02:00
Jan Tojnar
58e6a6b6ea
perlPackages.PDFBuilder: 3.022 → 3.023
...
https://metacpan.org/release/PMPERRY/PDF-Builder-3.023/source/Changes
2021-09-30 17:12:02 +02:00
Jan Tojnar
70517278f1
perlPackages.ImagePNGLibpng: 0.56 → 0.57
...
https://metacpan.org/release/BKB/Image-PNG-Libpng-0.57/source/Changes
Possible breaking changes:
- Remove any2gray (is now in Image::PNG::Data) – does not seem to be used in gscan2pdf (only consumer of this library in Nixpkgs)
2021-09-30 17:12:02 +02:00
Jan Tojnar
10ba983918
perlPackages.GraphicsTIFF: 9 → 16
...
https://metacpan.org/release/RATCLIFFE/Graphics-TIFF-16/source/Changes
2021-09-30 17:12:01 +02:00
Thomas Gerbet
ccb5c2285b
perlPackages.ConvertASN1: 0.27 -> 0.33
...
Fixes CVE-2013-7488.
https://metacpan.org/dist/Convert-ASN1/changes
2021-09-25 10:37:41 +02:00
Sandro
1d33c03e3d
Merge pull request #136119 from ju1m/pipe-viewer
...
pipe-viewer: init at 0.1.4
2021-09-21 22:01:24 +02:00
Julien Moutinho
99b632dbf8
perlPackages: fix same as perl licenses
2021-09-21 16:29:16 +02:00
Julien Moutinho
8a54d527c7
perlPackages.TextParsewords: init at 3.30
2021-09-21 16:29:16 +02:00
Julien Moutinho
58a963ac87
perlPackages.LWPUserAgentCached: init at 0.08
2021-09-21 16:29:16 +02:00
Sandro
e4b50b4821
Merge pull request #66415 from ToxicFrog/crossfire
2021-09-12 22:13:02 +02:00
Artturi
942b5b619a
Merge pull request #130805 from Kranzes/bump-libivrt
2021-09-11 16:27:20 +03:00
Stig
4ee9590d2f
Merge pull request #135667 from thomasSDK/3-perlPackages
...
perlPackages: init 3 perl packages
2021-09-08 12:10:08 +02:00
Stig
068115ce55
Merge pull request #136907 from heph2/perl/CursesUIGrid
...
perlPackages.CursesUIGrid: init at 0.15
2021-09-06 19:41:44 +02:00
Heph
391f22eae4
perlPackages.CursesUIGrid: init at 0.15
2021-09-06 16:55:49 +02:00
Zak B. Elep
3af3ca8cc2
perlPackages.PkgConfig: fix cross compilation
...
Change the way we source $PkgConfig::VERSION to avoid loading
unnecessary libraries during cross-build.
2021-09-05 11:41:56 +08:00
Ilan Joselevich
ae85018d8a
libvirt: 7.0.0 -> 7.7.0
2021-09-05 06:06:15 +03:00
Sandro
265795962c
Merge pull request #136306 from SuperSandro2000/cope
...
cope: init at unstable-2021-01-29
2021-09-02 20:56:51 +02:00
Zak B. Elep
f8acdc76e2
perlPackages.SyntaxKeywordTry: init at 0.25
2021-09-01 23:33:33 +08:00
Sandro Jäckel
6032a2af13
perlPackages.IOStty: init 0.04
2021-08-31 17:48:49 +02:00
B. Kelly
c5d61a5e93
deliantra-server: init at 3.1
...
Includes deliantra-arch, deliantra-maps, and deliantra-data (a combined
package that includes the compiled archetypes and maps and the static
data shipped with the server itself).
2021-08-28 16:23:32 -04:00
B. Kelly
17325b20e6
perlPackages.Deliantra: init at 2.01
2021-08-28 16:23:32 -04:00
B. Kelly
9a8e5e3b67
perlPackages.CoroEV: init at 6.55
2021-08-28 16:23:31 -04:00
B. Kelly
420757f99a
perlPackages.AnyEventIRC: init at 0.97
2021-08-28 16:23:31 -04:00
B. Kelly
c1a2327239
perlPackages.AnyEventBDB: init at 1.1
2021-08-28 16:23:31 -04:00
B. Kelly
6247f09c49
perlPackages.ObjectEvent: init at 1.23
2021-08-28 16:23:31 -04:00
B. Kelly
5c6349c21f
perlPackages.CompressLZF: init at 3.8
2021-08-28 16:23:31 -04:00
B. Kelly
cc829e3655
perlPackages.BDB: init at 1.92
2021-08-28 16:23:31 -04:00
B. Kelly
f3ea275c67
perlPackages.DigestMD5: init at 2.55
2021-08-28 16:23:31 -04:00
Sandro Jäckel
00682a56b9
perlPackages.IOPty: init at 1.16
2021-08-27 23:48:01 +02:00
Thomas Sean Dominic Kelly
e21c64bbf1
perlPackages.DataSectionSimple: init at 0.07
2021-08-27 09:51:25 +01:00
Thomas Sean Dominic Kelly
42c17f7341
perlPackages.TestSnapshot: init at 0.06
2021-08-27 09:51:25 +01:00
Thomas Sean Dominic Kelly
67bcf059a2
perlPackages.BarcodeZBar: init at 0.04pre
2021-08-27 09:51:22 +01:00
Sandro
76f2e1966f
Merge pull request #133767 from thomasSDK/bump-ExtUtilsMakeMaker
...
perlPackages.ExtUtilsMakeMaker: 7.56 -> 7.62
2021-08-26 22:07:40 +02:00
Stig
49a044a885
Merge pull request #135742 from zakame/updates/perl-Future-AsyncAwait-0.52
...
perlPackages.FutureAsyncAwait: 0.49 -> 0.52
2021-08-26 13:50:43 +02:00
Stig
3ae001ee0f
Merge pull request #135741 from zakame/updates/perl-XS-Parse-Sublike-0.12
...
perlPackages.XSParseSublike: 0.10 -> 0.12
2021-08-26 13:48:21 +02:00
Zak B. Elep
89c84c4dc5
perlPackages.FutureAsyncAwait: 0.49 -> 0.52
2021-08-26 11:19:23 +08:00
Zak B. Elep
1f1357e20e
perlPackages.XSParseSublike: 0.10 -> 0.12
2021-08-26 11:15:45 +08:00
Zak B. Elep
356ef3579b
perlPackages.XSParseKeyword: 0.06 -> 0.12
2021-08-26 11:12:18 +08:00
Stig
6248814b68
Merge pull request #135664 from zakame/contrib/perl-File-lchown-fix-build-on-Darwin
...
perlPackages.Filelchown: fix build on Darwin
2021-08-25 15:24:49 +02:00
Stig
fab904ffa4
Merge pull request #135666 from thomasSDK/bump-perlPackages.Graph
...
perlPackages.Graph: 0.9712 -> 0.9722
2021-08-25 14:39:23 +02:00
Thomas Sean Dominic Kelly
d16075b4c5
perlPackages.Graph: 0.9712 -> 0.9722
2021-08-25 13:24:45 +01:00
Zak B. Elep
edca4b029f
perlPackages.Filelchown: fix build on Darwin
2021-08-25 20:06:04 +08:00
Zak B. Elep
af0205cac7
perlPackages.ExtUtilsCChecker: 0.10 -> 0.11
2021-08-25 17:20:32 +08:00
Zak B. Elep
02977f089a
perlPackages.Appcpm: 0.997000 -> 0.997006
2021-08-23 18:53:55 +08:00
Stig
b43e2e5581
Merge pull request #135354 from zakame/contrib/perl-Module-cpmfile
...
perlPackages.Modulecpmfile: init at 0.002
2021-08-23 12:14:37 +02:00
Zak B. Elep
d56b0736c1
perlPackages.Modulecpmfile: init at 0.002
2021-08-23 10:57:02 +08:00
Zak B. Elep
ff93e34005
perlPackages.CPAN02PackagesSearch: init at 0.001
2021-08-23 10:50:54 +08:00
Sandro
a55701feca
Merge pull request #135049 from xworld21/revert-113227-fix-perltidy-shebang
...
perlPackages.PerlTidy: revert "use shortenPerlShebang on darwin"
2021-08-22 19:35:09 +02:00
Zak B. Elep
7d5450ddff
perlPackages.PerlCritic: shortenPerlShebang on Darwin
2021-08-21 22:40:56 +08:00
Vincenzo Mantova
ddf68a8faf
Revert "perlPackages.PerlTidy: use shortenPerlShebang on darwin"
2021-08-21 10:28:44 +01:00
Luke Granger-Brown
1e8965c717
Perl::Critic::Community: correct meta.homepage
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-08-21 03:38:04 +01:00
Your Name
792b8da1f3
perlPackages.PerlCriticCommunity: init at 1.0.0
2021-08-19 08:26:35 -04:00
Your Name
10cd8fa7dd
perlPackages.PerlCriticPolicyVariablesProhibitLoopOnHash: init at 0.008
2021-08-19 08:19:54 -04:00
Your Name
93e78ad21e
perlPackages.PerlCriticPulp: init at 99
2021-08-19 08:11:15 -04:00
Your Name
35ac5defa0
perlPackages.PodMinimumVersion: init at 50
2021-08-19 08:05:05 -04:00
Stig
7d5b6f0fa2
Merge pull request #133768 from stigtsp/package/perl-mod_perl2-2.0.11-patch1
...
perlPackages.mod_perl2: fix build on perl-5.34.0, add nixos test
2021-08-16 12:20:59 +02:00
Stig Palmquist
63ad6eb8a1
perlPackages.mod_perl2: add passthru test
2021-08-15 22:26:50 +02:00
Joachim Breitner
53fc34dcf0
listadmin: init at 2.73
...
fixes #133239
2021-08-13 20:29:38 +02:00
Stig Palmquist
c4095d0e41
perlPackages.mod_perl2: fix build on perl-5.34.0
2021-08-13 15:16:35 +02:00
Thomas Sean Dominic Kelly
1f42629165
perlPackages.ExtUtilsMakeMaker: 7.56 -> 7.62
2021-08-13 14:11:01 +01:00
Thomas Sean Dominic Kelly
d69bb5f6ba
perlPackages.XMLEncoding: init at 2.11
2021-08-13 11:25:15 +01:00
Maximilian Bosch
94a5b4ecf7
perlPackages: update newly introduced libraries for catalyst-prometheus to latest versions
...
* CatalystPluginPrometheusTiny: 0.005 -> 0.006
* PrometheusTiny: 0.007 -> 0.008
* PrometheusTinyShared: 0.023 -> 0.024
Co-authored-by: Stig <stig@stig.io>
2021-08-11 12:39:15 +02:00
Maximilian Bosch
c0bc42310b
perlPackages/CatalystPluginPrometheusTiny: init at 0.005
2021-08-11 11:35:39 +02:00
Sandro
3a0047ac27
Merge pull request #132565 from Artturin/shutter
2021-08-04 16:49:27 +02:00
Stig
ade6f9f22a
Merge pull request #131414 from pacien/perlpackages-sqltranslator-bin-fixes
...
perlPackages.SQLTranslator: fix some scripts issues
2021-08-04 16:04:46 +02:00
Artturin
73a54fec42
perlPackages.GooCanvas2CairoTypes: init at 0.001
2021-08-04 00:01:00 +03:00
pacien
d65cee7b07
perlPackages.SQLTranslator: add missing deps
...
This adds missing dependencies for the `sqlt*` scripts provided in
the SQLTranslator package.
2021-08-03 18:00:07 +02:00
Stig Palmquist
cc4f71d619
perlPackages.SQLTranslator: fix scripts shebang
2021-08-03 18:00:03 +02:00
Artturin
fd2ea35741
perlPackages.Gtk3ImageView: 6 -> 9
2021-08-03 17:54:59 +03:00
Artturin
f173c77476
perlPackages.ImageMagick: rename from perlPackages.PerlMagick
2021-08-02 20:05:00 +03:00
Artturin
55692c5a0a
perlPackages.PerlMagick: 7.0.10 -> 7.0.11-1
2021-08-02 17:57:09 +03:00
Martin Weinelt
9b52ff96cd
Merge pull request #130833 from stigtsp/package/convos-6.26
2021-07-29 14:56:44 +02:00
Stig
4bdce59e54
Merge pull request #131862 from xworld21/update-nytprof
...
perlPackages.DevelNYTProf: 6.06 -> 6.10
2021-07-29 14:19:33 +02:00
Stig Palmquist
38357d7306
perlPackages.LinkEmbedder: 1.18 -> 1.20
2021-07-29 14:12:54 +02:00
Vincenzo Mantova
ca501b305c
perlPackages.DevelNYTProf: 6.06 -> 6.10
2021-07-28 20:11:49 +01:00
Lein Matsumaru
314c1772c8
perlPackages.ack: 3.4.0 -> 3.5.0
2021-07-28 04:21:27 +00:00
Vladimír Čunát
6e001c1ace
perlPackages.BKeywords: 1.21 -> 1.22
...
This fixes the build (tests), probably after perl update.
2021-07-20 10:09:19 +02:00
Alvar Penning
1325f2626d
perlPackages.ImageExifTool: 12.16 -> 12.29
...
The latest versions are not available on the mirrors, thus the source
URL was set to the project's official download link.
The patch for CVE-2021-22204 was removed as the vulnerability was
patched in version 12.24.
2021-07-11 15:49:45 +02:00
Robert Schütz
d6234c2165
Merge branch 'master' into staging-next
2021-06-26 00:33:58 +02:00
Olli Helenius
8609f3fd20
libwnck: make 3.36.0 default
2021-06-24 18:04:30 +03:00
Martin Weinelt
eef9694ebc
Merge branch 'master' into staging-next
2021-06-22 00:58:31 +02:00
Dmitry Kalinkin
de7ff2caf7
Merge pull request #118743 from xworld21/combine-latexml
...
perlPackages.LaTeXML: make into a texlive package
2021-06-20 15:33:29 -04:00
Jan Tojnar
e3dfa79441
Merge branch 'staging-next' into staging
...
Regenerated pkgs/servers/x11/xorg/default.nix to resolve the conflict.
2021-06-16 19:59:05 +02:00
Stig Palmquist
f09f0be183
perlPackages.MojoliciousPluginWebpack: 0.14 -> 1.01
2021-06-15 14:54:05 +02:00
github-actions[bot]
e40e33d9d8
Merge staging-next into staging
2021-06-08 18:16:30 +00:00
stigtsp
e0215aad25
Merge pull request #125292 from wentasah/filemimeinfo-dep
...
perlPackages.FileMimeInfo: Add missing dependency
2021-06-08 17:59:36 +02:00
Zak B. Elep
1239688676
perlPackages.XSParseKeyword: init at 0.06
2021-06-08 14:20:38 +08:00
Zak B. Elep
15f6e4ed3b
perlPackages.Mojolicious: 9.17 -> 9.19
2021-06-04 13:36:16 +08:00
Michal Sojka
21fd69710a
perlPackages.FileMimeInfo: Add missing dependency
...
Since version 0.30 (2020-10-26), FileMimeInfo depends on Encode::Locale
(see https://metacpan.org/changes/distribution/File-MimeInfo ). Without
having this dependency in Nix, mimetype command fails, which can
result in xdg-mime not working properly.
Specifically, under generic desktop environments (i3 in my case),
xdg-mime tries to use the mimetype command, which fails. Then xdg-mime
falls back to using the file command, which often does not detect the
mime type correctly.
2021-06-02 00:00:07 +02:00
Vincenzo Mantova
da77923caa
perlPackages.LaTeXML: add homepage
2021-05-31 18:34:57 +01:00
Vincenzo Mantova
e55db589b7
perlPackages.LaTeXML: add xworld21 as maintainer
2021-05-31 18:34:57 +01:00
Vincenzo Mantova
e43f73c8d3
perlPackages.LaTeXML: set license to public domain
2021-05-31 18:34:56 +01:00
Vincenzo Mantova
4136fb11a8
perlPackages.LaTeXML: output tex package
2021-05-31 18:34:56 +01:00
Vincenzo Mantova
3d385c7894
perlPackages.TextBibTeX: use lib instead of lib64 on aarch64 ( #122567 )
2021-05-15 10:04:35 +02:00
Daniël de Kok
f78144cd40
Merge pull request #122398 from pacien/gscan2pdf-2.12.1
...
gscan2pdf: 2.11.1 -> 2.12.1
2021-05-10 20:25:31 +02:00
Stig Palmquist
8f7b450a0d
perlPackages.MojoliciousPluginSyslog: init at 0.04
2021-05-10 17:53:19 +02:00
pacien
6b60709aa5
perlPackages.PDFBuilder: 3.021 -> 3.022
2021-05-10 00:44:53 +02:00
Robert Hensing
8e3c5eb501
treewide: xvfb_run -> xvfb-run
2021-05-08 15:48:41 +02:00
ajs124
ac641ca67a
perlPackages.WebMachine: init at 0.17
2021-05-07 10:33:01 -07:00
ajs124
be8bffdb91
perlPackages.TextWordDiff: init at 0.09
2021-05-07 10:33:01 -07:00
ajs124
7fac4f11ce
perlPackages.ShellGuess: init at 0.09
2021-05-07 10:33:01 -07:00
ajs124
849ac8f01a
perlPackages.ShellConfigGenerate: init at 0.34
2021-05-07 10:33:01 -07:00
ajs124
1cc8a0e18e
perlPackages.PathDispatcher: init at 1.08
2021-05-07 10:33:01 -07:00
ajs124
364a89c736
perlPackages.MooXTypeTiny: init at 0.002003
2021-05-07 10:33:01 -07:00
ajs124
0b50319687
perlPackages.HTTPHeadersActionPack: init at 0.09
2021-05-07 10:33:01 -07:00
ajs124
5f333c5ef4
perlPackages.HTMLGumbo: init at 0.18
2021-05-07 10:33:01 -07:00
ajs124
417555a503
perlPackages.HTMLFormatExternal: init at 26
2021-05-07 10:33:01 -07:00
ajs124
46c8f3e1d3
perlPackages.CryptX509: init at 0.53
2021-05-07 10:33:01 -07:00
ajs124
a4bbed106c
perlPackages.AlienLibGumbo: init at 0.05
2021-05-07 10:33:01 -07:00
ajs124
f58af19c1d
perlPackages.AlienBaseModuleBuild: init at 1.15
2021-05-07 10:33:01 -07:00
Cole Helbling
1548f03a58
perlPackages.StringCompareConstantTime: init at 0.321
2021-05-04 12:39:17 -07:00
Cole Helbling
c6104775ae
perlPackages.CryptPassphraseArgon2: init at 0.002
2021-05-04 12:39:17 -07:00
Cole Helbling
05fb1b74d6
perlPackages.CryptPassphrase: init at 0.003
2021-05-04 12:39:17 -07:00
Cole Helbling
ded288a979
perlPackages.CryptArgon2: init at 0.010
2021-05-04 12:39:17 -07:00
midchildan
dea7f56b5d
perlPackages.ImageExifTool: apply fix for CVE-2021-22204
2021-05-03 14:46:13 +09:00
Cole Helbling
7639d0f7f5
perlPackages.CSSMinifier: init at 0.01
2021-04-22 23:07:38 -07:00
Zak B. Elep
19d761b7cf
perlPackages.MojoliciousPluginTextExceptions: 0.01 -> 0.02
2021-04-14 17:14:20 +08:00
Zak B. Elep
8d7d4bc5b5
perlPackages.MojoliciousPluginOpenAPI: 4.00 -> 4.02
2021-04-14 17:14:20 +08:00
Zak B. Elep
412163787e
perlPackages.LinkEmbedder: 1.17 -> 1.18
2021-04-14 17:14:20 +08:00
Zak B. Elep
7ec8888dac
perlPackages.JSONValidator: 4.14 -> 4.16
2021-04-14 17:14:20 +08:00
Zak B. Elep
6a8afedd83
perlPackages.MojoliciousPluginStatus: 1.12 -> 1.17
2021-04-14 17:14:20 +08:00
Zak B. Elep
de76aa03a5
perlPackages.Mojolicious: 9.10 -> 9.17
2021-04-14 17:14:20 +08:00
Stig Palmquist
8fca47fdc1
perlPackages.NetCIDRLite: 0.21 -> 0.22
...
Removed patch that is now in upstream
2021-04-05 18:02:52 +02:00
Sandro
c8058c2812
Merge pull request #118047 from stigtsp/package/perl-net-netmask-2.0001
...
perlPackages.NetNetmask: 1.9104 -> 2.0001
2021-03-30 13:30:49 +02:00