Dmitry Kalinkin
712d1596ef
pulumi-bin: fix darwin build
2020-04-22 14:17:24 -04:00
Dmitry Kalinkin
ba13482494
pulumi-bin: use nativeBuildInputs
2020-04-22 14:17:16 -04:00
Dmitry Kalinkin
67d5cdee04
Merge pull request #85736 from immae/fix_texlive_pstricks
...
nixos/texlive: Fix texlive pstricks
2020-04-22 14:06:42 -04:00
worldofpeace
b4d5dd861b
Merge pull request #84673 from mmilata/qt5-mkDerivation-stdenv
...
Use qt5's mkDerivation in packages that otherwise crash
2020-04-22 13:39:46 -04:00
Martin Weinelt
e323fbabba
babeld: 1.9.1 → 1.9.2
...
Dear all,
Babeld-1.9.2 is available from
https://www.irif.fr/~jch/software/files/babeld-1.9.2.tar.gz
https://www.irif.fr/~jch/software/files/babeld-1.9.2.tar.gz.asc
For more information about the Babel routing protocol, please see
https://www.irif.fr/~jch/software/babel/
This is a bug fix release. It fixes two bugs where IPv4 prefixes could be
represented incorrectly, with a range of confusing symptoms ; many thanks
to Faban Bläse for diagnosing the issue. In addition, it fixes incorrect
parsing of unknown address encodings, thanks to Théo Bastian for the fix.
21 April 2020: babeld-1.9.2
* Fixed two issues that could cause IPv4 routes to be represented
incorrectly, with a range of confusing symptoms. Thanks to
Fabian Bläse.
* Fixed incorrect parsing of TLVs with an unknown Address Encoding.
Thanks to Théophile Bastian.
* Fixed access to mis-aligned data structure. Thanks to Antonin Décimo.
-- Juliusz Chroboczek
_______________________________________________
Babel-users mailing list
Babel-users@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/babel-users
2020-04-22 19:33:19 +02:00
Jörg Thalheim
38bb03adba
Merge pull request #85766 from Mic92/nixpkgs-review
2020-04-22 17:35:37 +01:00
Ismaël Bouya
bb79233b94
texlive: Fix texlive pstricks
...
The upgrade of ghostscript to 9.50 produced some issues with texlive
2019. This patch adds an additional fix necessary for the upgrade
preventing pstricks from working correctly:
https://tug.org/pipermail/dvipdfmx/2019-November/000036.html
2020-04-22 18:34:06 +02:00
Frederik Rietdijk
8374a2a0ee
Merge master into staging-next
2020-04-22 17:20:20 +02:00
adisbladis
955e235da3
p7zip: Make unfree features (rar support) optional
2020-04-22 16:06:50 +01:00
Emily
95f82e2a45
p7zip: remove non-free RAR support
...
7-Zip's RAR implementation is built on the non-free UnRAR source code;
DOC/License.txt says:
Licenses for files are:
1) CPP/7zip/Compress/Rar* files: GNU LGPL + unRAR restriction
2) All other files: GNU LGPL
The GNU LGPL + unRAR restriction means that you must follow both
GNU LGPL rules and unRAR restriction rules.
...
unRAR restriction
-----------------
The decompression engine for RAR archives was developed using source
code of unRAR program.
All copyrights to original unRAR code are owned by Alexander Roshal.
The license for original unRAR code has the following restriction:
The unRAR sources cannot be used to re-create the RAR compression algorithm,
which is proprietary. Distribution of modified unRAR sources in separate form
or as a part of other software is permitted, provided that it is clearly
stated in the documentation and source comments that the code may
not be used to develop a RAR (WinRAR) compatible archiver.
The unrar licensing is [infamously restrictive and non-free][fedora];
it's inappropriate for us to keep the RAR support while labelling the
package as free software (and indeed there's a commented-out line
pointing out that the current `meta.license` is false). Unfortunately,
the 7-Zip upstream seems uninterested in replacing the code with a
freely-licensed alternative (see [7-Zip ticket #1229 ][7zip]).
[fedora]: https://fedoraproject.org/wiki/Licensing:Unrar
[7zip]: https://sourceforge.net/p/sevenzip/feature-requests/1229/
An alternative solution would be to mark the p7zip package as non-free
instead; I decided not to because its other functionality (especially
`.7z` support) is freely-licensed and useful, and there are free
software alternatives for extracting RAR files (e.g. in nixpkgs there's
`archiver`, which is written in a memory-safe language, and `unar`,
which at least doesn't have two patches for CVEs that haven't been
addressed upstream...).
I checked that `7z(1)` fails gracefully on `.rar` files now:
emily@renko ~/tmp> curl -L -O https://www.philippwinterberg.com/download/example.rar
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 5715k 100 5715k 0 0 6716k 0 --:--:-- --:--:-- --:--:-- 6716k
emily@renko ~/tmp> 7z x example.rar
7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=en_CA.UTF-8,Utf16=on,HugeFiles=on,64 bits,8 CPUs x64)
Scanning the drive for archives:
1 file, 5853119 bytes (5716 KiB)
Extracting archive: example.rar
ERROR: example.rar
Can not open the file as archive
Can't open as archive: 1
Files: 0
Size: 0
Compressed: 0
2020-04-22 15:01:48 +00:00
Martin Milata
2e8962bb6e
colord-kde: use qt5's mkDerivation
2020-04-22 15:23:10 +02:00
Martin Milata
8dd46d4ffe
luckybackup: use qt5's mkDerivation
2020-04-22 15:23:10 +02:00
Martin Milata
7dce1c5202
glogg: use qt5's mkDerivation
2020-04-22 15:23:10 +02:00
Martin Milata
adae9f1260
rocket: use qt5's mkDerivation
2020-04-22 15:23:10 +02:00
Martin Milata
b98fa7cdb8
httraqt: use qt5's mkDerivation
2020-04-22 15:21:49 +02:00
Jörg Thalheim
43790ee675
nixpkgs-review: 2.2.0 -> 2.3.0
2020-04-22 12:54:42 +01:00
Mario Rodas
95903d864c
ytop: 0.5.1 -> 0.6.0
2020-04-22 04:20:00 -05:00
Mario Rodas
e7b9fc42c8
sile: 0.10.3 -> 0.10.4
...
Changelog: https://github.com/sile-typesetter/sile/releases/tag/v0.10.4
2020-04-22 08:21:20 +02:00
Daniel Duan
16041e6274
tre-command: 0.2.2 -> 0.2.3
...
0.2.3 includes a [bugfix](https://github.com/dduan/tre/releases/tag/v0.2.3 ).
2020-04-22 08:20:59 +02:00
Emery Hemingway
59219a1e55
yggdrasil: declare tests from nixosTests
2020-04-22 11:45:04 +05:30
Emery Hemingway
a2e3fc32b3
cjdns: declare tests from nixosTests
2020-04-22 11:45:04 +05:30
Timo Kaufmann
379f7595d2
Merge pull request #79454 from Flakebi/spirv-cross
...
spirv-cross: init at 2020-01-16
2020-04-21 23:44:41 +00:00
Mario Rodas
f9ee56ff2e
Merge pull request #83936 from saschagrunert/cri-tools
...
cri-tools: v1.17.0 -> v1.18.0
2020-04-21 18:20:30 -05:00
Mario Rodas
dc4547f498
lxd: 4.0.0 -> 4.0.1
2020-04-21 18:00:00 -05:00
Frederik Rietdijk
23be4a8b4d
Merge master into staging-next
2020-04-21 19:59:56 +02:00
Frederik Rietdijk
ec21df329a
Merge pull request #85636 from matthewbauer/blas-lapack-fix-fallout-from-83888
...
BLAS/LAPACK fix fallout from #83888
2020-04-21 19:59:16 +02:00
Jörg Thalheim
b1e93ddf4d
ferm: 2.4.1 -> 2.5.1
2020-04-21 19:48:29 +02:00
Elis Hirwing
09d82f63a4
transifex-client: 0.13.6 -> 0.13.9
2020-04-21 19:46:48 +02:00
Raphael Borun Das Gupta
c970d3b105
ili2c: 5.0.0 -> 5.0.8
2020-04-21 19:45:55 +02:00
Peter Hoeg
e43a6c9468
mu: minor cleanup
2020-04-21 19:36:47 +02:00
Mario Rodas
77cb7ad618
Merge pull request #84938 from doronbehar/package-gjo
...
gjo: init at 1.0.2
2020-04-21 07:25:00 -05:00
Linus Heckemann
6673a4988e
gnupg: use libusb1 ( #85374 )
...
* gnupg: use libusb1
This fixes scdaemon's direct ccid support.
* systemd: fix gnupg-minimal
2020-04-21 08:35:40 +02:00
Frederik Rietdijk
803b3d296c
Merge staging-next into staging
2020-04-21 08:29:51 +02:00
Scott Worley
d2d7fbc431
gzip: Don't depend on gzip being in $PATH
2020-04-21 08:24:27 +02:00
Mario Rodas
49d6a72a43
Merge pull request #85621 from misuzu/kmon-update
...
kmon: 1.0.1 -> 1.1.0
2020-04-20 21:25:24 -05:00
Michael Weiss
d8b7b590c7
html-proofer: 3.15.2 -> 3.15.3
2020-04-21 01:12:59 +02:00
Daniel Fullmer
4b0b23db77
wifite2: 2.5.2 -> 2.5.3
2020-04-20 23:10:15 +02:00
Matthew Bauer
ff2f2644f8
blas,lapack: use isILP64 instead of is64bit
...
This is a better name since we have multiple 64-bit things that could
be referred to.
LP64 : integer=32, long=64, pointer=64
ILP64 : integer=64, long=64, pointer=64
2020-04-20 16:02:43 -05:00
Jörg Thalheim
f349aca12a
Merge pull request #85626 from filalex77/procs-0.10.0
...
procs: 0.9.20 -> 0.10.0
2020-04-20 18:20:58 +01:00
Jörg Thalheim
59242df8d6
Merge pull request #85580 from siriobalmelli-foss/fix/mscgen
...
mscgen: fix build
2020-04-20 17:51:02 +01:00
Oleksii Filonenko
7133c01a7a
procs: 0.9.20 -> 0.10.0
2020-04-20 19:15:05 +03:00
misuzu
dc28779cee
kmon: 1.0.1 -> 1.1.0
2020-04-20 18:12:02 +03:00
Sirio Balmelli
3a7dca9950
mscgen: clean up build
...
1. Remove freetype dependency:
- was not being used by build
- trying to enable freetype gives nontrivial error
'gdoTextWidth: Problem doing text layout (GDFONTPATH=)'
2. Correctly link manpages by specifying 'outputs'.
3. Separate nativeBuildInputs from buildInputs
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-04-20 15:27:28 +02:00
worldofpeace
2a6c9b13c0
Merge pull request #85282 from xrelkd/add/sn0int
...
sn0int: init at 0.18.2
2020-04-20 08:55:26 -04:00
xrelkd
b4a2ec0dc6
sn0int: init at 0.18.2
2020-04-20 20:51:41 +08:00
Jörg Thalheim
5e76bf706b
Merge pull request #84920 from eraserhd/plan9port-version-update
...
plan9port: 2019-02-25 -> 2020-01-08
2020-04-20 12:12:15 +01:00
Mario Rodas
72e932d443
chezmoi: 1.7.18 -> 1.8.0
2020-04-20 04:20:00 -05:00
Bart Brouns
ed79cb56b7
mu: 1.2 -> 1.4.1
...
msg2pdf is disabled for now:
https://github.com/djcb/mu/blob/1.4.1/NEWS.org
2020-04-20 11:03:03 +02:00
robert seaton
f32e75c728
statserial: init at 1.1 ( #75073 )
2020-04-20 09:24:23 +02:00
Vincent Laporte
3e7a2b9147
ocamlPackages.janeStreet: 0.12 → 0.13
...
ocamlPackages.bistro: fix for core-0.13
ocamlPackages.phylogenetics: 2020-01-05 → 2020-01-25
2020-04-20 08:38:31 +02:00
Jörg Thalheim
32029f3c7f
Merge pull request #85482 from L-as/patch-1
2020-04-20 05:54:07 +01:00
Pierre Bourdon
3d7acfd078
jadx: init at 1.1.0
2020-04-20 03:17:42 +02:00
Emily
3112c0e7fa
pebble: set maintainers to acme team
2020-04-20 01:39:31 +01:00
Emily
f3c18b2420
lego: set maintainers to acme team
2020-04-20 01:39:31 +01:00
Léo Gaspard
2d6f7344d8
Merge pull request #74841 from tilpner/ferm-update
...
ferm: 2.4.1 -> 2.5
2020-04-20 00:59:46 +02:00
Alyssa Ross
a72c5b5388
modemmanager: enableParallelBuilding
...
Seems to work fine for me at -j48.
2020-04-19 22:35:29 +00:00
Sirio Balmelli
410fc69c7c
mscgen: add pkg-config build-time dependency
...
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-04-20 00:01:30 +02:00
Florian Klink
ab0da25762
Merge pull request #85503 from emilazy/acme-test-cleanups
...
ACME test cleanups
2020-04-19 23:57:03 +02:00
Florian Klink
a88d17bc69
Merge pull request #83301 from evils/tuptime
...
Tuptime: Init Package, Module and Test
2020-04-19 23:38:53 +02:00
Mario Rodas
1406d8b314
Merge pull request #85343 from xrelkd/add/rshijack
...
rshijack: init at 0.3.0
2020-04-19 11:29:23 -05:00
rnhmjoj
55d52851a6
mitmproxy: 4.0.4 -> 5.1.1
2020-04-19 11:19:36 +02:00
Vladimír Čunát
e233a9d4dd
Merge #84442 : staging-next branch
2020-04-18 23:11:00 +02:00
John Ericson
1ea80c2cc3
Merge remote-tracking branch 'upstream/master' into staging
2020-04-18 15:40:49 -04:00
Robert Scott
fbc11b4f02
aflplusplus: init at 2.59c
2020-04-18 19:52:11 +01:00
Milan
f6be877728
_3mux: init at 0.2.0 ( #85141 )
...
* _3mux: init at 0.1.0
* _3mux: 0.1.0 -> 0.2.0
2020-04-18 20:26:36 +02:00
xrelkd
07a85c01ac
rshijack: init at 0.3.0
2020-04-19 02:20:15 +08:00
worldofpeace
21861f3a80
Merge pull request #85340 from xrelkd/add/sniffglue
...
sniffglue: init at 0.10.1
2020-04-18 14:16:40 -04:00
xrelkd
2b87ca0f9c
sniffglue: init at 0.10.1
2020-04-19 01:57:35 +08:00
Oleksii Filonenko
a0cca88d16
_3mux: 0.1.0 -> 0.2.0
2020-04-18 18:43:58 +03:00
Oleksii Filonenko
9524aafeb7
httpie: 2.0.0 -> 2.1.0
2020-04-18 18:36:09 +03:00
Las
8a5fa6531f
age: 1.0.0-beta2 -> unstable-2020-03-25
...
There has been no new official release of age,
but some important fixes and changes have been
done since the last release in December:
https://github.com/FiloSottile/age/compare/v1.0.0-beta2...f0f8092d60bb96737fa096c29ec6d8adb5810390
2020-04-18 22:59:03 +09:00
zowoq
3037b6d1ef
fuse-overlayfs: 0.7.8 -> 1.0.0
...
https://github.com/containers/fuse-overlayfs/releases/tag/v1.0.0
2020-04-18 21:25:51 +10:00
Vladimír Čunát
d96487b9ca
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1582510
2020-04-18 07:42:26 +02:00
Emily
6285d5eabd
pebble: v2.2.2 -> v2.3.0
...
Also add myself to maintainers and correct meta.homepage.
2020-04-18 05:15:47 +01:00
John Ericson
e3d50e5cb0
Merge branch 'master' of github.com:NixOS/nixpkgs into staging
2020-04-18 00:10:08 -04:00
Benjamin Hipple
3d902a8263
Merge pull request #84925 from NilsIrl/ghidra_9.1.2
...
ghidra: 9.1 -> 9.1.2
2020-04-17 22:56:46 -04:00
John Ericson
33c2a76c5e
Merge remote-tracking branch 'upstream/master' into staging
2020-04-17 18:40:51 -04:00
Matthew Bauer
1c8aba8334
treewide: use blas and lapack
...
This makes packages use lapack and blas, which can wrap different
BLAS/LAPACK implementations.
treewide: cleanup from blas/lapack changes
A few issues in the original treewide:
- can’t assume blas64 is a bool
- unused commented code
2020-04-17 16:24:09 -05:00
Anders Kaseorg
4fdc455543
mesa-demos: init at 8.4.0 ( #74310 )
...
* mesa-demos: init at 8.4.0
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
* Update pkgs/tools/graphics/mesa-demos/default.nix
Co-Authored-By: Doron Behar <doron.behar@gmail.com>
2020-04-17 14:00:48 -05:00
Jan Tojnar
42f2d370a5
Merge pull request #81955 from r-ryantm/auto-update/poppler-glib
2020-04-17 18:38:20 +02:00
Peter Hoeg
6f8c2afadf
pcsc-cyberjack: minor cleanups
2020-04-17 22:54:34 +08:00
Peter Hoeg
52c06182eb
nix-prefetch: 0.3.0 -> 0.3.1 ( #85367 )
...
* nix-prefetch: 0.3.0 -> 0.3.1
* nix-prefetch: date in man page
* nix-prefetch: use UTC
2020-04-17 21:10:24 +08:00
Mario Rodas
ba947eba04
Merge pull request #85347 from zowoq/megatools
...
megatools: 1.10.2 -> 1.10.3
2020-04-17 05:54:19 -05:00
aszlig
3679c8d2d1
pcsc-cyberjack: 3.99.5_SP12 -> 3.99.5_SP13
...
Unfortunately, the upstream changelog consists of just the following:
* Update to the Reiner-SCT repository rev cyberJack@1374
This is not very helpful since I haven't found a public SVN (I assume,
since it's using integer revisions) repository, so I decided to diff the
tarball against the old one, here's what I've found:
* No longer ship generated files from autotools
* Add support for REINER SCT cyberJack comfort PL
* Add support for tanJack USB
* Allow to override secoder information
* Lots of whitespace and coding style changes
As mentioned above, the autotools-generated files are no longer shipped,
so I've added autoreconfHook to nativeBuildInputs.
I also verified the source tarball using the upstream hashes found here:
http://downloads.reiner-sct.de/LINUX/Hashwerte/Hashwerte.txt
Signed-off-by: aszlig <aszlig@nix.build>
Merges: https://github.com/NixOS/nixpkgs/pull/84749
2020-04-17 12:32:57 +02:00
Maximilian Bosch
20252ee647
findomain: 1.4.5 -> 1.5.0
...
https://github.com/Edu4rdSHL/findomain/releases/tag/1.5.0
2020-04-17 00:28:13 +02:00
zowoq
dc85a2e584
megatools: 1.10.2 -> 1.10.3
2020-04-17 08:07:55 +10:00
Niklas Hambüchen
37d03dd470
Merge pull request #85387 from r-ryantm/auto-update/gifski
...
gifski: 0.10.2 -> 0.10.4
2020-04-16 23:20:58 +02:00
R. RyanTM
fa5ee6e501
gifski: 0.10.2 -> 0.10.4
2020-04-16 17:21:49 +00:00
Jason Felice
ff4419ac4a
plan9port: Do not attempt to build on aarch64-linux
2020-04-16 13:08:50 -04:00
zowoq
785eba0c23
fd: 7.5.0 -> 8.0.0
...
https://github.com/sharkdp/fd/releases/tag/v8.0.0
2020-04-16 19:21:43 +10:00
Jan Tojnar
4b706490da
Merge branch 'staging-next' into staging
2020-04-16 10:10:38 +02:00
Jan Tojnar
3d8e436917
Merge branch 'master' into staging-next
2020-04-16 10:09:43 +02:00
R. RyanTM
342eaba9eb
cjdns: 20.5 -> 20.6
2020-04-16 12:29:02 +05:30
Mario Rodas
95e007d69f
netdata-go.d.plugin: 0.15.0 -> 0.18.0
2020-04-15 21:15:52 -07:00
Mario Rodas
7ff456d2de
netdata: 1.21.0 -> 1.21.1
...
Changelog: https://github.com/netdata/netdata/releases/tag/v1.21.1
2020-04-15 21:15:52 -07:00
Niklas Hambüchen
ae06d93779
Merge pull request #85273 from r-ryantm/auto-update/otfcc
...
otfcc: 0.9.6 -> 0.10.4
2020-04-16 04:38:51 +02:00
Mario Rodas
23b6677551
Merge pull request #85344 from xrelkd/update/eksctl
...
eksctl: 0.16.0 -> 0.17.0
2020-04-15 21:33:23 -05:00
Dmitry Kalinkin
af72bf0ae2
texlive.bin: fix for poppler 0.84
2020-04-16 04:17:22 +02:00
Niklas Hambüchen
9aaa515af3
Merge pull request #85292 from r-ryantm/auto-update/acpica-tools
...
acpica-tools: 20200110 -> 20200326
2020-04-16 04:09:27 +02:00
Niklas Hambüchen
4774ac3d03
Merge pull request #85297 from r-ryantm/auto-update/bibclean
...
bibclean: 3.03 -> 3.04
2020-04-16 04:07:38 +02:00
Niklas Hambüchen
4c48a24aca
Merge pull request #85310 from r-ryantm/auto-update/cfdg
...
cfdg: 3.2_2 -> 3.3
2020-04-16 04:02:49 +02:00
xrelkd
5905597f51
eksctl: 0.16.0 -> 0.17.0
2020-04-16 09:58:46 +08:00
Maximilian Bosch
8c50c432ef
Merge pull request #85114 from r-ryantm/auto-update/offlineimap
...
offlineimap: 7.3.2 -> 7.3.3
2020-04-15 23:44:18 +02:00
Maximilian Bosch
e3553f1d94
iftop: add `passthru.tests` to reference VM-test
2020-04-15 22:35:46 +02:00
Oleksii Filonenko
9c51dba6d9
drill: init at 0.5.0
2020-04-15 21:08:20 +03:00
R. RyanTM
8e00de9366
cfdg: 3.2_2 -> 3.3
2020-04-15 16:51:30 +00:00
Ryan Mulligan
5b36111f3c
Merge pull request #85238 from ryantm/linode-cli
...
linode-cli: remove deprecated perl version, init python version at 2.14.1
2020-04-15 09:22:45 -07:00
Ryan Mulligan
ccd6892678
linode-cli: remove deprecated perl version, init python version at 2.14.1
2020-04-15 09:19:34 -07:00
R. RyanTM
cf1c9247c2
bibclean: 3.03 -> 3.04
2020-04-15 12:28:23 +00:00
Mario Rodas
d9bdfd6d0b
Merge pull request #85274 from r-ryantm/auto-update/pgmetrics
...
pgmetrics: 1.8.1 -> 1.9.0
2020-04-15 06:52:14 -05:00
R. RyanTM
b8a83a2f97
acpica-tools: 20200110 -> 20200326
2020-04-15 11:17:41 +00:00
Michael Raskin
0f2c23301a
Merge pull request #85129 from snicket2100/advancecomp-version-number-fix
...
advancecomp: version number correctly embedded in binaries
2020-04-15 10:39:12 +00:00
R. RyanTM
cdc38990a5
pgmetrics: 1.8.1 -> 1.9.0
2020-04-15 06:24:58 +00:00
R. RyanTM
913520ad00
otfcc: 0.9.6 -> 0.10.4
2020-04-15 06:02:11 +00:00
Mario Rodas
7e07846d99
Merge pull request #85236 from mdlayher/mdl-corerad-0.2.3
...
corerad: 0.2.2 -> 0.2.3
2020-04-14 20:08:51 -05:00
Michael Weiss
e27369fbe6
lf: Install the shell completions
2020-04-14 22:12:55 +02:00
Daniel Fullmer
93f3b6edc7
wifite2: add danielfullmer to maintainers
2020-04-14 14:55:06 -04:00
Daniel Fullmer
7e46e2a863
wifite2: 2.2.5 -> 2.5.2
...
The kimocoder repo is more recently updated, and is the one used by
Debian / Kali Linux as well.
2020-04-14 14:29:18 -04:00
Daniel Fullmer
1c951b1484
hcxdumptool: init at 6.0.5
2020-04-14 20:18:07 +02:00
Matt Layher
e8f76e40ee
corerad: 0.2.2 -> 0.2.3
2020-04-14 12:47:57 -04:00
Anderson Torres
143e5f64dd
Merge pull request #84546 from AndersonTorres/create-rs
...
rs: init at 20200313
2020-04-14 11:09:33 -03:00
Mario Rodas
93641cd891
Merge pull request #85175 from bbigras/zenith
...
zenith: 0.8.1 -> 0.8.2
2020-04-14 08:20:32 -05:00
Sander van der Burg
dc13460a6c
dysnomia: 0.9 -> 0.9.1
2020-04-14 14:31:13 +02:00
worldofpeace
10f4dfcc04
Merge pull request #84927 from bhipple/zhf/ethminer
...
ethminer: mark as broken
2020-04-14 08:15:50 -04:00
AndersonTorres
a2ebba328e
rs: init at 20200313
2020-04-14 08:32:11 -03:00
Elyhaka
bab96b5bbc
starship: 0.40.0 -> 0.40.1
2020-04-14 09:03:05 +02:00
Jaka Hudoklin
cf3b322a64
pasystray: add patch to fix crash when running under wayland
2020-04-14 13:18:55 +07:00
zowoq
1a3d41d412
miniserve: build on darwin ( #85187 )
2020-04-14 00:43:26 -04:00
John Ericson
c8a6ea5161
Merge remote-tracking branch 'upstream/master' into staging
2020-04-13 22:17:15 -04:00
Oleksii Filonenko
d196b90e44
_3mux: init at 0.1.0
2020-04-14 00:55:09 +03:00
worldofpeace
cff16451b1
Merge pull request #84437 from r-ryantm/auto-update/modem-manager
...
modemmanager: 1.12.6 -> 1.12.8
2020-04-13 17:40:29 -04:00
Matthew Bauer
e520d6af29
Merge pull request #84415 from matthewbauer/mb-cross-fixes-april2020
...
Cross compilation fixes [april 2020]
2020-04-13 16:48:38 -04:00
Bruno Bigras
71198e590c
zenith: 0.8.1 -> 0.8.2
2020-04-13 15:08:14 -04:00
Jan Tojnar
b4a6714571
Merge branch 'staging-next' into staging
2020-04-13 18:54:59 +02:00
Jan Tojnar
a04625379a
Merge branch 'master' into staging-next
2020-04-13 18:50:35 +02:00
Michael Weiss
806b2997a9
lf: 13 -> 14
2020-04-13 18:34:42 +02:00
Mario Rodas
ee90904d5e
Merge pull request #84636 from filalex77/tydra-1.0.2
...
tydra: init at 1.0.2
2020-04-13 08:40:46 -05:00
Mario Rodas
69831fcda3
Merge pull request #85130 from doronbehar/update-pistol
...
pistol: 0.0.4 -> 0.0.5
2020-04-13 07:48:35 -05:00
Maximilian Bosch
6b5186c2ca
wdisplays: 2020-01-12 -> 2020-03-15
...
ba331ca...0faafdc
2020-04-13 12:03:37 +02:00
Daniel Fullmer
ca7be74a53
pyrit: init at 2019-12-13
2020-04-13 11:28:01 +02:00
Doron Behar
7d439a4f62
pistol: 0.0.4 -> 0.0.5
2020-04-13 11:23:11 +03:00
snicket2100
b1c14fb636
advancecomp: version number correctly embedded in binaries
...
without this fix, binaries report their version number as "vnone"
which for example stops `image_optim` from using `advpng` (refuses
to use it not being able to tell what version number it has)
2020-04-13 10:21:29 +02:00
zowoq
c217a1a7e8
wal-g: remove Security
...
Not needed now that Security is propagated via go 0bba7474b3
2020-04-13 13:10:04 +10:00
zowoq
8660728070
Revert "amass: enable on darwin"
...
This reverts commit 692b890004
.
Not needed now that Security is propagated via go 0bba7474b3
2020-04-13 13:08:02 +10:00
R. RyanTM
e443f9f194
offlineimap: 7.3.2 -> 7.3.3
2020-04-13 00:51:42 +00:00
R. RyanTM
85e20b4854
xbps: 0.59 -> 0.59.1
2020-04-12 17:46:25 -07:00
Mario Rodas
71eebe8d27
Merge pull request #85107 from r-ryantm/auto-update/mdcat
...
mdcat: 0.15.1 -> 0.16.0
2020-04-12 19:06:16 -05:00
R. RyanTM
5face5f523
mdcat: 0.15.1 -> 0.16.0
2020-04-12 23:16:56 +00:00
Cole Helbling
21b5e7d6f6
ripgrep: improve robustness of build
2020-04-12 14:07:31 -07:00
Cole Helbling
857bf884f4
tox-node: improve robustness of installPhase
2020-04-12 14:07:30 -07:00
Cole Helbling
699103e2da
lsd: improve robustness of build
2020-04-12 14:07:30 -07:00
Cole Helbling
e4383ce1fb
fd: improve robustness of build
2020-04-12 14:06:08 -07:00
Cole Helbling
120b5a2c31
broot: improve robustness of installPhase
2020-04-12 14:06:08 -07:00
mingchuan
ef1ac8dda2
opencc: 1.0.5 -> 1.0.6
2020-04-13 02:47:14 +08:00
Benjamin Hipple
6cfcc41268
Merge pull request #85005 from symphorien/update-hdapsgl
...
hdapsgl: 0.5.0 -> 0.7.0
2020-04-12 13:55:24 -04:00
Michael Weiss
c26ffbf023
maim: 5.5.3 -> 5.6.3
2020-04-12 17:12:02 +02:00
R. RyanTM
a3a0353e1a
slop: 7.4 -> 7.5 ( #85047 )
2020-04-12 17:04:01 +02:00
Ryan Mulligan
681db60364
Merge pull request #85048 from r-ryantm/auto-update/tendermint
...
tendermint: 0.32.3 -> 0.32.10
2020-04-12 06:40:13 -07:00
Symphorien Gibol
3794b60025
agedu: 20180918 -> 20200206
2020-04-12 12:00:00 +00:00
Jörg Thalheim
d121a3992c
Merge pull request #85045 from r-ryantm/auto-update/pulsemixer
...
pulsemixer: 1.5.0 -> 1.5.1
2020-04-12 06:36:37 +01:00
R. RyanTM
ce4e6b8a75
tendermint: 0.32.3 -> 0.32.10
2020-04-12 03:15:13 +00:00
R. RyanTM
952335e853
pulsemixer: 1.5.0 -> 1.5.1
2020-04-12 01:42:45 +00:00
Ryan Mulligan
5709214f80
Merge pull request #85016 from r-ryantm/auto-update/amber
...
amber: 0.5.3 -> 0.5.4
2020-04-11 15:30:20 -07:00
Jan Tojnar
11e0f5993b
Merge pull request #84956 from schmittlauch/gst-disable-zbar
...
gst-plugins-bad: disable zbar by default
2020-04-11 21:13:43 +02:00
Trolli Schmittlauch
2df7f920d6
gst_all_1.gst-plugins-bad: disable zbar by default
...
gst-plugins-bad by default used to pull in gtk3 and qtbase and qtx11extras because of the default dependency on zbar.
As zbar is a rarely needed gstreamer plugin, this unnecessarily
increased the closure size.
I am only aware of gnome-keysign actually using the zbar plugin, so that
uses a zbar-enabled gst-plugins-bad.
closes #84845
2020-04-11 21:08:00 +02:00
R. RyanTM
b980e3e4cc
amber: 0.5.3 -> 0.5.4
2020-04-11 18:21:27 +00:00
Bruno Bigras
83a0ed409e
starship: 0.39.0 -> 0.40.0
2020-04-11 14:11:13 -04:00
Symphorien Gibol
c8c3181845
hdapsgl: 0.5.0 -> 0.7.0
...
We now package a fork on github because:
* gentoo does it
* the fork is owned by the same organisation as the one we take hdapsd
from.
2020-04-11 17:37:06 +02:00
Ingo Blechschmidt
1a2d79fb78
tikzit: 2.1.4 -> 2.1.5
2020-04-11 17:22:02 +02:00
Maximilian Bosch
529465d171
Merge pull request #84078 from petersjt014/master
...
catcli: init at 0.5.13
2020-04-11 10:29:10 +02:00
Josh Peters
aa84e476da
catcli: init at 0.5.13
2020-04-11 02:22:47 -05:00
Nils André-Chang
ec88246d1a
ghidra: 9.1 -> 9.1.2
...
Move icoutils from buildInputs to nativeBuildInputs because it is a
compile time dependency.
2020-04-10 22:28:02 +01:00
Doron Behar
94c416ccf4
gjo: init at 1.0.2
2020-04-10 23:47:13 +03:00
Benjamin Hipple
7f453f1822
ethminer: mark as broken
...
Doesn't build with gcc9, and if overlayed to use gcc8 stdenv fails on CUDA issues.
2020-04-10 16:12:07 -04:00
Benjamin Hipple
b93ca0fd67
Merge pull request #84884 from Izorkin/maxscale-broken
...
maxscale: make broken package
2020-04-10 15:40:48 -04:00
Benjamin Hipple
622423781b
Merge pull request #84795 from r-ryantm/auto-update/yafaray-core
...
yafaray-core: 3.3.0 -> 3.4.1
2020-04-10 15:21:58 -04:00
Benjamin Hipple
85cb04b520
Merge pull request #84847 from r-ryantm/auto-update/highlight
...
highlight: 3.55 -> 3.56
2020-04-10 14:27:30 -04:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
edef
7d4d98c227
Merge pull request #84412 from coderobe/patch-1
...
acme.sh: add bind.dnsutils to PATH
2020-04-10 16:08:01 +00:00
Jason Felice
a83bafb27e
plan9port: 2019-02-25 -> 2020-01-08
2020-04-10 11:46:48 -04:00
Eelco Dolstra
cea352d276
nix: 2.3.3 -> 2.3.4
2020-04-10 17:23:28 +02:00
Michael Raskin
edc1fdd211
Merge pull request #84800 from r-ryantm/auto-update/btrfs-progs
...
btrfs-progs: 5.4.1 -> 5.6
2020-04-10 10:57:51 +00:00
Jan Tojnar
1ab03c3a76
Merge branch 'master' into staging-next
2020-04-10 12:12:56 +02:00
R. RyanTM
d9df0d83f2
brltty: 6.0 -> 6.1
2020-04-10 01:00:29 -07:00
Dennis Gosnell
4ec4715c64
Merge pull request #84875 from r-ryantm/auto-update/memtest86-efi
...
memtest86-efi: 8.2 -> 8.3
2020-04-10 16:31:18 +09:00
R. RyanTM
ef6aeb6475
geekbench: 5.1.0 -> 5.1.1
2020-04-10 00:24:23 -07:00
Izorkin
63d9ab069a
maxscale: make broken package
2020-04-10 09:51:53 +03:00
Dennis Gosnell
2cfe3d5b8d
Update pkgs/tools/misc/memtest86-efi/default.nix
...
Co-Authored-By: Evils-Devils <30512529+Evils-Devils@users.noreply.github.com>
2020-04-10 13:15:44 +09:00
R. RyanTM
8eb079d4de
memtest86-efi: 8.2 -> 8.3
2020-04-10 03:28:48 +00:00
zowoq
6743b118b9
croc: 8.0.5 -> 8.0.7
...
https://github.com/schollz/croc/releases/tag/v8.0.6
https://github.com/schollz/croc/releases/tag/v8.0.7
2020-04-10 09:36:46 +10:00
R. RyanTM
84724715b5
highlight: 3.55 -> 3.56
2020-04-09 20:33:33 +00:00
Maximilian Bosch
9fc8856b25
thermald: also install thermal-conf.xml into $out
...
Otherwise you get errors like this when running `thermald.service` from
the `services.thermald` module:
```
[WARN]22 CPUID levels; family:model:stepping 0x6:8e:a (6:142:10)
[WARN]Polling mode is enabled: 4
[WARN]sensor id 10 : No temp sysfs for reading raw temp
I/O warning : failed to load external entity "/nix/store/7d7cfc1949g7n7ywx47a0dsfz3b3rix5-thermald-1.9.1/etc/thermald/thermal-conf.xml"
[WARN]error: could not parse file /nix/store/7d7cfc1949g7n7ywx47a0dsfz3b3rix5-thermald-1.9.1/etc/thermald/thermal-conf.xml
[WARN]sysfs open failed
I/O warning : failed to load external entity "/nix/store/7d7cfc1949g7n7ywx47a0dsfz3b3rix5-thermald-1.9.1/etc/thermald/thermal-conf.xml"
[WARN]error: could not parse file /nix/store/7d7cfc1949g7n7ywx47a0dsfz3b3rix5-thermald-1.9.1/etc/thermald/thermal-conf.xml
I/O warning : failed to load external entity "/nix/store/7d7cfc1949g7n7ywx47a0dsfz3b3rix5-thermald-1.9.1/etc/thermald/thermal-conf.xml"
[WARN]error: could not parse file /nix/store/7d7cfc1949g7n7ywx47a0dsfz3b3rix5-thermald-1.9.1/etc/thermald/thermal-conf.xml
```
2020-04-09 22:25:42 +02:00
R. RyanTM
5c48df17be
bdf2sfd: 1.1.0 -> 1.1.1
2020-04-09 11:30:52 -07:00
R. RyanTM
365304bbcb
openfortivpn: 1.12.0 -> 1.13.1
2020-04-09 10:49:17 -07:00
Mario Rodas
c11dd7afad
Merge pull request #84784 from r-ryantm/auto-update/s3cmd
...
s3cmd: 2.0.2 -> 2.1.0
2020-04-09 11:51:45 -05:00
Mario Rodas
88d690d217
Merge pull request #84758 from r-ryantm/auto-update/axel
...
axel: 2.17.7 -> 2.17.8
2020-04-09 11:34:00 -05:00
Mario Rodas
f552699cce
Merge pull request #84762 from marsam/update-shadowenv
...
shadowenv: 1.3.2 -> 2.0.0
2020-04-09 11:08:36 -05:00
Marek Mahut
990d2ea103
Merge pull request #84765 from r-ryantm/auto-update/chrome-token-signing
...
chrome-token-signing: 1.1.1 -> 1.1.2
2020-04-09 17:45:22 +02:00
Ryan Mulligan
a6464405fe
Merge pull request #84777 from r-ryantm/auto-update/nebula
...
nebula: 1.1.0 -> 1.2.0
2020-04-09 06:26:48 -07:00
Vladyslav M
6885f1503e
Merge pull request #84769 from r-ryantm/auto-update/dua
...
dua: 2.3.8 -> 2.5.0
2020-04-09 16:25:38 +03:00
Jan Tojnar
bbb299c8e4
Merge pull request #84177 from zowoq/team
...
maintainers/teams: add podman team
2020-04-09 13:57:12 +02:00
R. RyanTM
3028846cda
btrfs-progs: 5.4.1 -> 5.6
2020-04-09 10:57:13 +00:00
R. RyanTM
fe72fe28d7
yafaray-core: 3.3.0 -> 3.4.1
2020-04-09 10:03:01 +00:00
Oleksii Filonenko
41bcd8652d
lsd: add filalex77 to maintainers
2020-04-09 12:52:07 +03:00
Oleksii Filonenko
f5ceacc4a7
lsd: use installShellCompletion
2020-04-09 12:51:59 +03:00
Oleksii Filonenko
75223b6367
lsd: 0.16.0 -> 0.17.0
2020-04-09 12:47:18 +03:00
Mario Rodas
d20690b0d0
s3cmd: use python3
2020-04-09 04:20:00 -05:00
Tor Hedin Brønner
88607e0e02
Merge pull request #84694 from hedning/gnome-3.36.1
...
Gnome 3.36.1
2020-04-09 10:37:23 +02:00
Jan Tojnar
f7edae890a
gtranslator: 3.34.0 → 3.36.0
...
https://ftp.gnome.org/pub/GNOME/sources/gtranslator/3.36/gtranslator-3.36.0.news
2020-04-09 10:24:08 +02:00
Tor Hedin Brønner
ad68703e14
networkmanager-openvpn: 1.8.10 -> 1.8.12
...
- libnm-glib is now disabled by default
2020-04-09 10:24:07 +02:00
R. RyanTM
9d9ea65c5d
s3cmd: 2.0.2 -> 2.1.0
2020-04-09 08:03:25 +00:00
lewo
a3d6e49554
Merge pull request #84703 from purcell/docker-credential-gcr-2
...
docker-credential-gcr: 1.4.3 -> 2.0.1
2020-04-09 09:18:44 +02:00
R. RyanTM
f2cdddd2eb
nebula: 1.1.0 -> 1.2.0
2020-04-09 05:53:04 +00:00
Vladyslav M
9ffacc0b02
Merge pull request #84761 from r-ryantm/auto-update/cargo-outdated
...
cargo-outdated: 0.9.8 -> 0.9.9
2020-04-09 08:45:53 +03:00
R. RyanTM
db2cdc5ca0
dua: 2.3.8 -> 2.5.0
2020-04-09 02:34:18 +00:00
R. RyanTM
ccd2c6c569
chrome-token-signing: 1.1.1 -> 1.1.2
2020-04-09 01:47:34 +00:00
R. RyanTM
456c52cccb
cargo-outdated: 0.9.8 -> 0.9.9
2020-04-09 01:27:35 +00:00
R. RyanTM
6eee5229c5
axel: 2.17.7 -> 2.17.8
2020-04-09 00:40:41 +00:00
Mario Rodas
52982197f4
Merge pull request #84729 from misuzu/kmon-update
...
kmon: 1.0.0 -> 1.0.1
2020-04-08 19:34:28 -05:00
Maximilian Bosch
20b2b79b4d
Merge pull request #84715 from filalex77/monolith-2.2.2
...
monolith: init at 2.2.2
2020-04-09 00:53:59 +02:00
Milan
0880c9fe9d
viu: 0.2.1 -> 1.0 ( #84746 )
2020-04-08 23:24:57 +02:00
aszlig
05f3d961a9
pcsc-cyberjack: Fix build against libusb
...
Commit 59281f742a
changed libusb so that
it no longer propagates libusb1. This in turn caused the pcsc-cyberjack
build to fail with an error like this:
usbdev.c:68:3: error: #error "Neither HAL nor USB1 found!. Please install at least either of them."
I'm committing this directly to master, since I'm the maintainer of the
package and the build also is *already* broken. So the worst case that
could happen is that the build is still broken afterwards.
Signed-off-by: aszlig <aszlig@nix.build>
2020-04-08 21:27:51 +02:00
s1341
f1090bdaf8
page: init at 2.3.4
2020-04-08 10:50:05 -07:00
Samuel Leathers
72cb7f81fd
Merge pull request #81442 from manveru/bundler-2.1.4
...
bundler: 1.17.3 -> 2.1.4
2020-04-08 12:44:54 -04:00
Mario Rodas
2011c203c5
ripgrep-all: 0.9.3 -> 0.9.5 ( #84714 )
2020-04-08 18:00:06 +02:00
misuzu
44e56c2503
kmon: 1.0.0 -> 1.0.1
2020-04-08 18:44:50 +03:00
Jan Tojnar
b7243c79c8
Merge pull request #84698 from jtojnar/gnome2-cleanups
...
gnome2 cleanups
2020-04-08 15:58:33 +02:00
Ryan Mulligan
9ea40782c0
Merge pull request #84681 from r-ryantm/auto-update/xpra
...
xpra: 3.0.7 -> 3.0.8
2020-04-08 06:22:45 -07:00
Mario Rodas
a013b8401f
Merge pull request #84702 from zowoq/bettercap
...
bettercap: 2.26.1 -> 2.27
2020-04-08 07:49:11 -05:00
Oleksii Filonenko
457900c7c8
monolith: init at 2.2.2
2020-04-08 15:48:18 +03:00
Mario Rodas
4b2e85edc5
Merge pull request #84672 from r-ryantm/auto-update/unrar
...
unrar: 5.9.1 -> 5.9.2
2020-04-08 07:33:50 -05:00
Mario Rodas
1fcb7ce05b
shadowenv: 1.3.2 -> 2.0.0
2020-04-08 04:20:00 -05:00
Steve Purcell
07e003deb1
docker-credential-gcr: 1.4.3 -> 2.0.1
2020-04-08 21:12:55 +12:00
zowoq
a005ffe985
bettercap: 2.26.1 -> 2.27
...
https://github.com/bettercap/bettercap/releases/tag/v2.27
2020-04-08 19:08:26 +10:00
Michael Peyton Jones
4df9436951
heatseeker: fix finding stty
...
Otherwise this crashes at runtime.
I've opened https://github.com/rschmitt/heatseeker/issues/42 upstream.
2020-04-08 09:53:48 +01:00
Jan Tojnar
ba2b0bdc7d
relfs: drop
...
It depends on old cruft and was broken for over four years.
2020-04-08 10:32:21 +02:00
Mario Rodas
09a1f3f601
vault: 1.3.4 -> 1.4.0
2020-04-07 18:54:06 -07:00
Mario Rodas
b08633713d
Merge pull request #84656 from r-ryantm/auto-update/stress-ng
...
stress-ng: 0.11.02 -> 0.11.07
2020-04-07 20:47:42 -05:00
Mario Rodas
bfd6cfb713
Merge pull request #84594 from zowoq/shfmt
...
shfmt: 3.0.2 -> 3.1.0
2020-04-07 20:42:53 -05:00
zowoq
190f3a6c06
shfmt: set ldflags
2020-04-08 10:59:35 +10:00
R. RyanTM
f7b0d0e4f0
xpra: 3.0.7 -> 3.0.8
2020-04-08 00:44:34 +00:00
Mario Rodas
bb5002e056
Merge pull request #84530 from marsam/update-netdata
...
netdata: 1.20.0 -> 1.21.0
2020-04-07 19:15:33 -05:00
Mario Rodas
3e7348b4d6
Merge pull request #84581 from marsam/fix-skim
...
skim: fix bash completion
2020-04-07 18:09:53 -05:00
R. RyanTM
233165ad0f
unrar: 5.9.1 -> 5.9.2
2020-04-07 21:36:22 +00:00
Michael Raskin
2cf0d517c8
Merge pull request #84624 from r-ryantm/auto-update/smbnetfs
...
smbnetfs: 0.6.1 -> 0.6.2
2020-04-07 20:35:59 +00:00
R. RyanTM
ff245d646e
clash: 0.18.0 -> 0.19.0
2020-04-07 13:16:58 -07:00
R. RyanTM
c824f1ec1e
bacula: 9.6.2 -> 9.6.3
2020-04-07 13:02:04 -07:00
R. RyanTM
455251ae9d
thinkfan: 1.0.2 -> 1.1
2020-04-07 12:54:57 -07:00
R. RyanTM
d53c3ce20f
stress-ng: 0.11.02 -> 0.11.07
2020-04-07 19:17:55 +00:00
Niklas Hambüchen
a4b76d6e80
Merge pull request #84464 from doronbehar/update-sequoia
...
sequoia: 0.15.0 -> 0.16.0
2020-04-07 21:06:29 +02:00
Oleksii Filonenko
02f3a1ff52
tydra: init at 1.0.2
2020-04-07 20:28:19 +03:00
R. RyanTM
4971ace327
smbnetfs: 0.6.1 -> 0.6.2
2020-04-07 16:13:08 +00:00
Timo Kaufmann
0382ea8302
Merge pull request #81919 from xzfc/cached-nix-shell
...
cached-nix-shell: init at 0.1.2
2020-04-07 16:06:14 +00:00
Albert Safin
821527fae8
cached-nix-shell: init at 0.1.2
2020-04-07 15:36:22 +00:00
zowoq
ed3128fd80
shfmt: 3.0.2 -> 3.1.0
...
https://github.com/mvdan/sh/releases/tag/v3.1.0
2020-04-07 21:58:10 +10:00
Mario Rodas
e4f9166a24
skim: fix bash completion
2020-04-07 04:20:00 -05:00
Jaka Hudoklin
3567e1f6cc
Merge pull request #84498 from doronbehar/python3-nyx
...
nyx: use python3 by default
2020-04-07 01:48:50 +00:00
Maximilian Bosch
3e0a8ba8d3
Merge pull request #84358 from r-ryantm/auto-update/debootstrap
...
debootstrap: 1.0.119 -> 1.0.123
2020-04-07 01:45:49 +02:00
Matthew Bauer
51ab062863
dvtm: add ncurses dev input to PATH
...
fixes cross compilation
2020-04-06 16:36:30 -04:00
R. RyanTM
41fa7a2295
nfdump: 1.6.19 -> 1.6.20
2020-04-06 12:43:55 -07:00
R. RyanTM
205e3655b1
mdbook: 0.3.6 -> 0.3.7
2020-04-06 12:42:30 -07:00
R. RyanTM
53856e607e
chafa: 1.2.2 -> 1.4.0
2020-04-06 12:40:23 -07:00
R. RyanTM
c3e25ba60f
abcmidi: 2020.02.12 -> 2020.03.25
2020-04-06 12:37:53 -07:00
Jonathan Ringer
8ed6d14632
azure-cli: freeze azure-batch
2020-04-06 11:55:26 -07:00
Maximilian Bosch
929e67be69
Merge pull request #84489 from bbigras/starship
...
starship: 0.38.1 -> 0.39.0
2020-04-06 20:05:52 +02:00
Daniel Schaefer
6689065a3b
Merge branch 'master' into auto-update/chipsec
2020-04-06 19:26:10 +02:00
Doron Behar
a996d7c4a9
nyx: use python3 by default
2020-04-06 20:14:08 +03:00
Bruno Bigras
43f3223a6b
starship: 0.38.1 -> 0.39.0
2020-04-06 11:59:33 -04:00
Jörg Thalheim
a737f030cf
Merge pull request #71481 from eadwu/bcachefs/update-10
...
bcachefs: update 10
2020-04-06 15:43:36 +01:00
Michael Raskin
b0c844d820
Merge pull request #84331 from r-ryantm/auto-update/asymptote
...
asymptote: 2.63 -> 2.65
2020-04-06 14:39:46 +00:00
Edmund Wu
b4e12243b4
bcachefs: 2020-03-25 -> 2020-04-04
2020-04-06 10:29:33 -04:00
Michael Fellinger
f92600b406
update versions in Gemfile.lock
2020-04-06 15:02:13 +02:00
Jörg Thalheim
5af0a6c7f4
Merge pull request #84450 from akhramov/master
...
rockbox-utility: add wrapQtAppsHook
2020-04-06 12:20:43 +01:00
Doron Behar
eb703119d5
sequoia: 0.15.0 -> 0.16.0
2020-04-06 14:02:13 +03:00
Artem Khramov
861df8abd5
rockbox-utility: add wrapQtAppsHook
...
It seems like all QT apps which use dynamic plugins should be wrapped
with `wrapQtAppsHook`. However, rockbox-utility is still not wrapped,
therefore fails to launch.
This change adds `qt5.wrapQtAppsHook` to nativeBuildInputs of
rockbox-utility.
2020-04-06 15:24:15 +06:00
Mario Rodas
ab589e42af
netdata: 1.20.0 -> 1.21.0
...
Changelog: https://github.com/netdata/netdata/releases/tag/v1.21.0
2020-04-06 04:20:00 -05:00
Flakebi
9acb7daac2
spirv-cross: init at 2020-04-03
2020-04-06 10:12:49 +02:00
Frederik Rietdijk
2420184727
Merge staging into staging-next
2020-04-06 08:54:28 +02:00
R. RyanTM
b2fe03baf4
modemmanager: 1.12.6 -> 1.12.8
2020-04-06 06:17:27 +00:00
Sarah Brofeldt
b256b2253c
Merge pull request #83749 from srhb/ceph-14.2.8
...
ceph: 14.2.7 -> 14.2.8
2020-04-06 07:44:02 +02:00
Robin B
2bc984ee86
acme.sh: fixup default.nix
2020-04-06 03:51:28 +02:00
José Romildo Malaquias
9908785fa7
Merge pull request #84230 from romildo/upd.gnome-icon-theme
...
gnome2.gnome_icon_theme: 2.91.93 -> 3.12.0
2020-04-05 22:42:58 -03:00
Mario Rodas
ec99ad29dc
Merge pull request #84343 from r-ryantm/auto-update/eksctl
...
eksctl: 0.15.0 -> 0.16.0
2020-04-05 20:20:51 -05:00
José Romildo Malaquias
737586bf4f
gnome2.gnome-icon-theme: move to pkgs/data/icons
2020-04-05 22:14:23 -03:00
Mario Rodas
48f5632523
Merge pull request #84375 from r-ryantm/auto-update/facter
...
facter: 3.14.8 -> 3.14.9
2020-04-05 20:09:40 -05:00
Mario Rodas
e6b7d37c16
Merge pull request #84392 from r-ryantm/auto-update/haproxy
...
haproxy: 2.1.3 -> 2.1.4
2020-04-05 20:07:14 -05:00
Mario Rodas
6f8240f136
Merge pull request #84373 from mpolden/master
...
boringtun: 0.2.0 -> 0.3.0
2020-04-05 19:57:37 -05:00
Robin B
1d34740e0a
acme.sh: add bind.dnsutils to PATH
...
This is required for nsupdate
2020-04-06 02:45:01 +02:00
R. RyanTM
65d787360d
haproxy: 2.1.3 -> 2.1.4
2020-04-05 20:31:09 +00:00
R. RyanTM
01c9c9b119
facter: 3.14.8 -> 3.14.9
2020-04-05 18:18:21 +00:00
Martin Polden
bb62957091
boringtun: 0.2.0 -> 0.3.0
2020-04-05 19:49:41 +02:00
Maximilian Bosch
35c0d9da9b
bandwhich: 0.12.0 -> 0.13.0
...
https://github.com/imsnif/bandwhich/releases/tag/0.13.0
2020-04-05 19:48:16 +02:00
Ryan Mulligan
52f76b8907
Merge pull request #84322 from r-ryantm/auto-update/yad
...
yad: 5.0 -> 6.0
2020-04-05 07:15:24 -07:00
R. RyanTM
d161f64888
debootstrap: 1.0.119 -> 1.0.123
2020-04-05 13:59:54 +00:00
Benjamin Hipple
c7af5ac9c9
Merge pull request #84281 from misuzu/kmon-init
...
kmon: init at 1.0.0
2020-04-05 09:56:31 -04:00
sjau
6044fc2fc9
easysnap: 2019-02-17 -> 2020-04-04
2020-04-05 15:37:50 +02:00
Vladyslav M
f5e0ebf1e6
hcxtools: 5.3.0 -> 6.0.1
2020-04-05 15:37:30 +02:00
R. RyanTM
96c10499be
eksctl: 0.15.0 -> 0.16.0
2020-04-05 12:06:59 +00:00
R. RyanTM
e4df9d6b54
curl: 7.68.0 -> 7.69.1
2020-04-05 13:30:55 +02:00
Frederik Rietdijk
aaf632bdbb
Merge staging-next into staging
2020-04-05 13:14:01 +02:00
Frederik Rietdijk
e50c67ad7e
Merge pull request #83618 from NixOS/staging-next
...
Staging next
2020-04-05 13:13:21 +02:00
misuzu
220ce926b3
kmon: init at 1.0.0
2020-04-05 13:28:48 +03:00
R. RyanTM
f29fd4ddf3
asymptote: 2.63 -> 2.65
2020-04-05 09:32:56 +00:00
Mario Rodas
cd33f3aaeb
Merge pull request #84317 from r-ryantm/auto-update/shadowenv
...
shadowenv: 1.3.1 -> 1.3.2
2020-04-05 04:28:47 -05:00
Eelco Dolstra
7121160d5b
Merge pull request #84214 from edolstra/update-nix
...
Update nixUnstable + nixFlakes, remove nix1
2020-04-05 10:20:02 +02:00
R. RyanTM
f8a998688b
yad: 5.0 -> 6.0
2020-04-05 07:25:48 +00:00
Frederik Rietdijk
ce2321f938
Merge staging-next into staging
2020-04-05 08:34:03 +02:00
Frederik Rietdijk
866c5aa090
Merge master into staging-next
2020-04-05 08:33:39 +02:00
R. RyanTM
0b6ba28190
shadowenv: 1.3.1 -> 1.3.2
2020-04-05 05:42:23 +00:00
Jaka Hudoklin
bf681cff57
Merge pull request #84298 from marsam/update-vault
...
vault: 1.3.3 -> 1.3.4
2020-04-05 03:28:50 +00:00
R. RyanTM
79782065bc
minio-client: 2020-03-06T23-29-45Z -> 2020-04-04T05-28-55Z
2020-04-05 02:43:38 +00:00
Anderson Torres
f0959a7b0c
Merge pull request #84284 from AndersonTorres/update-babashka
...
babashka: 0.0.71 -> 0.0.78
2020-04-04 22:26:40 -03:00
Mario Rodas
b5a382e680
Merge pull request #84260 from bbigras/zenith
...
zenith: 0.8.0 -> 0.8.1
2020-04-04 19:24:51 -05:00
Jan Tojnar
77c23a5933
rpm-ostree: add libdnf comments
2020-04-05 00:19:14 +02:00
AndersonTorres
78cd46512c
babashka: 0.0.71 -> 0.0.78
2020-04-04 18:34:09 -03:00
Mario Rodas
48ec5da6ac
zenith: enable on darwin
2020-04-04 16:20:00 -05:00
R. RyanTM
cc41ff0288
linuxPackages_hardened.chipsec: 1.4.7 -> 1.4.9
2020-04-04 21:04:53 +00:00
James Hillyerd
246c8fc7f6
chezmoi: update build tags to chezmoi 1.7.18 format
2020-04-04 13:15:25 -07:00
Eelco Dolstra
b23f697b00
nix: 2.4pre7250_94c93437 -> 2.4pre7346_5e7ccdc9, 2.4pre20200220_4a4521f -> 2.4pre20200403_3473b19
2020-04-04 21:57:16 +02:00
Eelco Dolstra
5d583db5a2
Remove Nix 1.x
2020-04-04 21:57:15 +02:00
Bruno Bigras
26e8ab5a7b
zenith: 0.8.0 -> 0.8.1
2020-04-04 14:03:27 -04:00
Maximilian Bosch
4fe81e34c9
Merge pull request #83941 from r-ryantm/auto-update/bitwarden_rs-vault
...
bitwarden_rs-vault: 2.12.0e -> 2.13.2
2020-04-04 16:40:11 +02:00
Maximilian Bosch
895d9bd7fa
Merge pull request #83940 from r-ryantm/auto-update/bitwarden_rs
...
bitwarden_rs: 1.14 -> 1.14.1
2020-04-04 15:37:58 +02:00
Kevin Cox
444801f739
Merge pull request #83830 from r-ryantm/auto-update/sewer
...
sewer: 0.7.9 -> 0.8.1
2020-04-04 08:42:23 -04:00
Maximilian Bosch
5b6d9b2bb6
Merge pull request #84234 from catern/csv
...
csv2latex: init at 0.22
2020-04-04 14:37:26 +02:00
Timo Kaufmann
696274fae7
Merge pull request #83183 from bbigras/zenith
...
zenith: init at 0.8.0
2020-04-04 11:41:02 +00:00
Jan Tojnar
5d4c6f7bda
Merge branch 'staging-next' into staging
2020-04-04 13:17:59 +02:00
Jan Tojnar
38ed5c6d8e
uhubctl: fix build
...
It was using libusb-compat instead of libusb1, and the former no longer propagates the latter.
2020-04-04 12:47:39 +02:00
Mario Rodas
0e62385261
vault: 1.3.3 -> 1.3.4
2020-04-04 04:20:00 -05:00
Jan Tojnar
df28c41854
neopg: fix build
...
It was using libusb-compat instead of libusb1, and the former no longer propagates the latter.
Also move cmake and gettext to nativeBuildInputs.
2020-04-04 11:05:00 +02:00
Jan Tojnar
faa2f094e9
davfs2: Fix build
...
The configure script checks for an old version of neon. Let's bump the bounds since neon 0.31 is API compatible.
2020-04-04 09:19:51 +02:00
Jan Tojnar
6fb46fd868
ddcutil: fix build
...
It was using libusb-compat instead of libusb1, and the former no longer propagates the latter.
2020-04-04 08:54:45 +02:00
Marek Mahut
b6dbef4759
Merge pull request #81196 from prusnak/certbot
...
certbot: 1.0.0 -> 1.3.0
2020-04-04 08:18:20 +02:00
Spencer Baugh
797d90e259
csv2latex: init at 0.22
2020-04-04 00:09:28 -04:00
José Romildo Malaquias
4d9a57bd76
treewide: rename gnome2.gnome_icon_theme package to use dashes
2020-04-03 23:24:53 -03:00
Cole Helbling
654a4711f6
zoxide: 0.3.0 -> 0.3.1
...
https://github.com/ajeetdsouza/zoxide/compare/v0.3.0...v0.3.1
2020-04-03 13:24:45 -07:00
Frederik Rietdijk
edaa972160
Merge staging-next into staging
2020-04-03 21:55:10 +02:00
Frederik Rietdijk
92124ed660
Merge master into staging-next
2020-04-03 21:54:40 +02:00
Evils
ef65b728d3
tuptime: init at 4.1.0
2020-04-03 17:29:56 +02:00
Mario Rodas
0c5fd28fac
Merge pull request #84152 from marsam/update-lxd
...
lxd: 3.23 -> 4.0.0
2020-04-03 09:14:02 -05:00
Mario Rodas
a7262a45b2
Merge pull request #84175 from filalex77/emplace-0.2.15
...
emplace: 0.2.14 -> 0.2.15
2020-04-03 09:11:31 -05:00
zowoq
4bbd415ddf
slirp4netns: update maintainers
2020-04-03 20:37:59 +10:00
zowoq
ab00d36d27
fuse-overlayfs: update maintainers
2020-04-03 20:37:59 +10:00
Maximilian Bosch
33157673f4
Merge pull request #84170 from zowoq/fzf
...
fzf: 0.21.0-1 -> 0.21.1
2020-04-03 11:46:00 +02:00
Oleksii Filonenko
6ee3f91071
emplace: 0.2.14 -> 0.2.15
2020-04-03 12:21:52 +03:00
zowoq
cc21aa99a4
fzf: 0.21.0-1 -> 0.21.1
...
https://github.com/junegunn/fzf/blob/master/CHANGELOG.md#0211
2020-04-03 18:50:25 +10:00
tomberek
939976a929
parallel-full: init SQL and CSV support ( #77619 )
...
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2020-04-03 09:49:28 +01:00
Mario Rodas
c70d948c93
Merge pull request #83859 from zowoq/slirp4netns
...
slirp4netns: 0.4.4 -> 1.0.0
2020-04-02 18:09:48 -05:00
Sarah Brofeldt
ec21f70c4b
ceph: 14.2.7 -> 14.2.8
2020-04-02 21:11:44 +02:00
Sarah Brofeldt
abcc2a092f
Merge pull request #83868 from davidtwco/wootility-3.4.6
...
wootility: 3.3.3 -> 3.4.6
2020-04-02 20:25:53 +02:00
Eelco Dolstra
9737f24919
packagekit: Don't depend on nix unless enableNixBackend = true
2020-04-02 19:32:21 +02:00
Jonathan Ringer
aa1fea9f97
google-music-scripts: 4.0.1 -> 4.3.0
2020-04-02 10:04:28 -07:00
Lancelot SIX
19e3c65e13
mtools: 4.0.23 -> 4.0.24
...
See https://lists.gnu.org/archive/html/info-gnu/2020-03/msg00010.html
for release information
2020-04-02 16:29:41 +00:00
Vladyslav M
2437abea93
kanshi: 1.0.0 -> 1.1.0
2020-04-02 16:14:04 +00:00
Tristan Helmich (omniIT)
5cb04b4377
graylog: 3.2.2 -> 3.2.4
2020-04-02 16:12:15 +00:00
volth
8195e7eb93
scallion: use openssl 1.0
...
it does not work with openssl 1.1 (upstream issue https://github.com/lachesis/scallion/issues/113 )
2020-04-02 13:56:08 +00:00
Jörg Thalheim
c40f90428a
mosh: enable parallel building
2020-04-02 14:50:00 +01:00
Ryan Mulligan
09190b9c16
Merge pull request #84029 from r-ryantm/auto-update/topgrade
...
topgrade: 4.2.0 -> 4.3.1
2020-04-02 06:47:36 -07:00
Jörg Thalheim
5b806fe569
Merge pull request #78609 from fishi0x01/fishi0x01/onesixtyone
...
onesixtyone: init at unstable-2019-12-26
2020-04-02 13:38:23 +01:00
markuskowa
4445af54f7
Merge pull request #83993 from r-ryantm/auto-update/moosefs
...
moosefs: 3.0.110 -> 3.0.112
2020-04-02 12:09:20 +02:00
Jörg Thalheim
66a3426c31
Merge pull request #84089 from ehmry/yggdrasil
...
yggdrasil: 0.3.13 -> 0.3.14
2020-04-02 10:50:01 +01:00
Jonathan Ringer
931f3a7b81
git-town: 7.2.0 -> 7.3.0
2020-04-02 09:21:04 +00:00
Mario Rodas
96658e95d1
lxd: 3.23 -> 4.0.0
2020-04-02 04:20:00 -05:00
Emery Hemingway
b31d676f6a
yggdrasil: 0.3.13 -> 0.3.14
2020-04-02 14:13:36 +05:30
Alyssa Ross
5c0f1eb426
squashfs-tools-ng: 0.8 -> 0.9
...
Like all supported formats (I think), LZO is optional. I don't see
any reason to bother with options for now, so I've just enabled it. Plus,
there's a bug in this release that makes compilation fail if LZO is
disabled due to a missing include. I've sent a fix[1] for that
upstream.
[1]: https://github.com/AgentD/squashfs-tools-ng/pull/41
2020-04-02 08:19:05 +00:00
Jan Tojnar
1e371763f9
acsccid: fix build
...
It was using libusb-compat instead of libusb1, and the former no longer propagates the latter.
2020-04-02 07:55:45 +02:00
Bruno Bigras
6d6f5d1692
zenith: init at 0.8.0
2020-04-02 01:38:10 -04:00
Jaka Hudoklin
783da8ca51
Merge pull request #83853 from xtruder/pkgs/xpra/fixes_xorg_conf
...
xpra: fixes for xorg.conf and use xf86videodummy from xorg
2020-04-02 03:39:09 +00:00
Mario Rodas
a42fbd6210
Merge pull request #84016 from r-ryantm/auto-update/saml2aws
...
saml2aws: 2.24.0 -> 2.25.0
2020-04-01 20:18:37 -05:00
Mario Rodas
6148618bf9
Merge pull request #83935 from r-ryantm/auto-update/amass
...
amass: 3.5.1 -> 3.5.4
2020-04-01 20:02:59 -05:00
Ryan Mulligan
82773f457c
Merge pull request #84006 from r-ryantm/auto-update/pfetch
...
pfetch: 0.5.0 -> 0.6.0
2020-04-01 17:57:20 -07:00
zowoq
c7b62bde04
kepubify: 3.1.1 -> 3.1.2
...
https://github.com/geek1011/kepubify/releases/tag/v3.1.2
2020-04-01 16:54:47 -07:00
R. RyanTM
20eaf064fc
nethogs: 0.8.5 -> 0.8.6
2020-04-01 23:44:00 +02:00
R. RyanTM
d4a26db066
topgrade: 4.2.0 -> 4.3.1
2020-04-01 20:28:35 +00:00
Dmitry Kalinkin
b31f8d9b05
Merge pull request #82815 from veprbl/pr/gnuplot_qt_darwin_fix
...
gnuplot_qt: fix on darwin
2020-04-01 16:25:38 -04:00
R. RyanTM
6a07829e14
saml2aws: 2.24.0 -> 2.25.0
2020-04-01 18:45:25 +00:00
R. RyanTM
5c462a9c29
pfetch: 0.5.0 -> 0.6.0
2020-04-01 17:26:39 +00:00
R. RyanTM
c6fa98f8ad
moosefs: 3.0.110 -> 3.0.112
2020-04-01 15:32:05 +00:00
Alyssa Ross
139a15ea58
minijail: build and install constants.json
...
This is a syscall table used for compiling Minijail policy files to
BPF. The compiler is available in the minijail-tools package. The
file is generated by compiling and running a small program named
dump_constants.
When cross-compiling, we have to get the syscall table for the host
platform. To do this, dump_constants is run under QEMU user emulation
for the appropriate platform. Google takes the same approach in their
minijail packages for ChromiumOS[1].
[1]: 729bd4269a/chromeos-base/minijail/minijail-9999.ebuild (49)
2020-04-01 13:44:28 +00:00
Alyssa Ross
2ed758481c
minijail-tools: init at 14
...
This is built from the same source as minijail, but is for all intents
and purposes a seperate package. It builds different things, with no
overlap, and is under a different license.
2020-04-01 13:44:28 +00:00
Alyssa Ross
9225d95bdd
minijail: android-10.0.0_r9 -> 14
...
Switched from the android-* tags to the linux-* ones, because Upstream
says "Releases are tagged as `linux-vXX`".
2020-04-01 13:44:28 +00:00
Alyssa Ross
75922aa1e1
minijail: add myself as a maintainer
2020-04-01 13:44:28 +00:00
Mario Rodas
c8fb6b51a2
Merge pull request #83942 from r-ryantm/auto-update/broot
...
broot: 0.13.4 -> 0.13.5b
2020-04-01 08:30:31 -05:00
Mario Rodas
0b09ea6aed
Merge pull request #83968 from r-ryantm/auto-update/fwup
...
fwup: 1.5.1 -> 1.5.2
2020-04-01 08:30:06 -05:00
Mario Rodas
595c7ea063
Merge pull request #83962 from r-ryantm/auto-update/emplace
...
emplace: 0.2.12 -> 0.2.14
2020-04-01 08:13:26 -05:00
Mario Rodas
c0149fd27e
Merge pull request #83958 from r-ryantm/auto-update/dnsproxy
...
dnsproxy: 0.23.7 -> 0.24.0
2020-04-01 08:11:25 -05:00
Mario Rodas
5f1a7f8666
Merge pull request #83947 from r-ryantm/auto-update/chezmoi
...
chezmoi: 1.7.16 -> 1.7.18
2020-04-01 07:57:58 -05:00
Jan Tojnar
15002f1cfd
tree-wide: Switch from gnome3.maintainers to lib.teams.gnome
2020-04-01 14:41:43 +02:00
R. RyanTM
1fc60492a0
fwup: 1.5.1 -> 1.5.2
2020-04-01 12:04:49 +00:00
R. RyanTM
59df624398
emplace: 0.2.12 -> 0.2.14
2020-04-01 11:28:34 +00:00
zimbatm
4ebd229369
google-compute-engine-oslogin: fix bash reference
...
This is the bash that is being called when logging into the VM. This
fixes prompt escaping issues and also restores tab completion to the
logged-in user.
2020-04-01 13:15:47 +02:00
R. RyanTM
183e6702e6
dnsproxy: 0.23.7 -> 0.24.0
2020-04-01 10:44:24 +00:00
R. RyanTM
5fabf11c48
chezmoi: 1.7.16 -> 1.7.18
2020-04-01 09:39:13 +00:00
R. RyanTM
25507443ec
broot: 0.13.4 -> 0.13.5b
2020-04-01 09:02:12 +00:00
Jörg Thalheim
0e508ddd4f
Merge pull request #83939 from r-ryantm/auto-update/bitwarden
...
bitwarden: 1.17.0 -> 1.17.2
2020-04-01 09:45:42 +01:00
Michele Guerini Rocco
8b32f3d4b4
Merge pull request #83610 from Atemu/dnscrypt-proxy-2.0.42
...
dnscrypt-proxy2: 2.0.39 -> 2.0.42
2020-04-01 10:43:55 +02:00
R. RyanTM
a4ce8d83c3
bitwarden_rs-vault: 2.12.0e -> 2.13.2
2020-04-01 08:40:55 +00:00
R. RyanTM
2804f0c0e2
bitwarden_rs: 1.14 -> 1.14.1
2020-04-01 08:35:46 +00:00
R. RyanTM
8ad3449e2b
bitwarden: 1.17.0 -> 1.17.2
2020-04-01 08:26:55 +00:00
Sascha Grunert
4c31f28fa1
cri-tools: v1.17.0 -> v1.18.0
...
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-04-01 10:01:22 +02:00
R. RyanTM
7cfb07428f
amass: 3.5.1 -> 3.5.4
2020-04-01 07:43:41 +00:00
Dmitry Kalinkin
2ca5abd62d
Merge pull request #83816 from veprbl/pr/texlive_set_texmfcnf
...
texlive.combine: set TEXMFCNF in binary wrapper
2020-04-01 02:22:36 -04:00
zowoq
839083895c
kepubify: 3.1.0 -> 3.1.1
...
https://github.com/geek1011/kepubify/releases/tag/v3.1.1
2020-03-31 23:14:24 -07:00
Mario Rodas
a2a2d1dec5
Merge pull request #83907 from lilyball/ffsend
...
ffsend: 0.2.58 -> 0.2.59
2020-03-31 20:12:02 -05:00
Mario Rodas
791452d50e
Merge pull request #83898 from dywedir/sd
...
sd: 0.6.5 -> 0.7.2
2020-03-31 20:11:21 -05:00
Lily Ballard
06b05163f4
ffsend: 0.2.58 -> 0.2.59
2020-03-31 16:55:23 -07:00
zowoq
8ecb0108d6
croc: 8.0.4 -> 8.0.5
...
https://github.com/schollz/croc/releases/tag/v8.0.5
2020-04-01 08:40:58 +10:00
Vladyslav M
6c36c6e8aa
sd: 0.6.5 -> 0.7.2
2020-04-01 00:30:56 +03:00
Jan Tojnar
dbb4a47de0
Merge branch 'staging-next' into staging
2020-03-31 21:33:00 +02:00
Jan Tojnar
3e0f4e202f
Merge branch 'master' into staging-next
2020-03-31 21:32:15 +02:00
Timo Kaufmann
1b6245b4fb
Merge pull request #82177 from tckmn/add-ipbt
...
ipbt: init at 20190601.d1519e0
2020-03-31 18:08:15 +00:00
Andy Tockman
db397cd2ff
ipbt: init at 20190601.d1519e0
2020-03-31 11:43:28 -05:00
Karl Fischer
da971031ea
onesixtyone: init at unstable-2019-12-26
2020-03-31 17:50:18 +02:00
Jörg Thalheim
61666e0b18
Merge pull request #83866 from davidtwco/diffr-0.1.4
...
diffr: 0.1.2 -> 0.1.4
2020-03-31 16:30:45 +01:00
Timo Kaufmann
aaa8a8bcf9
Merge pull request #81007 from dawidsowa/thinkpad
...
thinkpad-scripts: init at 4.12.0
2020-03-31 15:02:35 +00:00
Timo Kaufmann
da0fc069c3
Merge pull request #82003 from ymeister/master
...
alsaequal: init at 0.6
2020-03-31 14:56:56 +00:00
Timo Kaufmann
d2774425f3
Merge pull request #83067 from doronbehar/update-gtk-gnutella
...
gtk-gnutella: 1.1.14 -> 1.1.15
2020-03-31 14:46:32 +00:00
Timo Kaufmann
e2c72facec
Merge pull request #83322 from doronbehar/improve-beets-test
...
pythonPackages.beets: add unconditionally deps needed for checks
2020-03-31 14:43:21 +00:00
David Wood
375cb45232
diffr: 0.1.2 -> 0.1.4
2020-03-31 15:29:26 +01:00
Mario Rodas
c30ec8725c
Merge pull request #83828 from r-ryantm/auto-update/circus
...
circus: 0.15.0 -> 0.16.1
2020-03-31 07:34:01 -05:00
David Wood
2ec1a5cd12
wootility: 3.3.3 -> 3.4.6
2020-03-31 11:30:31 +01:00
zowoq
237a1e75b2
slirp4netns: 0.4.4 -> 1.0.0
...
https://github.com/rootless-containers/slirp4netns/releases/tag/v1.0.0
2020-03-31 18:32:07 +10:00
Michele Guerini Rocco
7f5400c344
Merge pull request #83669 from r-ryantm/auto-update/bdf2psf
...
bdf2psf: 1.194 -> 1.195
2020-03-31 09:43:26 +02:00
rnhmjoj
8ef9611645
nix-script: 2015-09-22 -> 2020-03-23
2020-03-31 09:26:35 +02:00
Jaka Hudoklin
439d97eb97
xpra: set correct module paths for xorg.conf
2020-03-31 13:30:26 +07:00
Jaka Hudoklin
af418c4356
xpra: use xf86videodummy from xorg
2020-03-31 13:29:46 +07:00
Jon
1b6e225f63
Merge pull request #83831 from r-ryantm/auto-update/python-swiftclient
...
swiftclient: 3.6.0 -> 3.9.0
2020-03-30 22:35:55 -07:00
R. RyanTM
589fa50df7
fanficfare: 3.16.0 -> 3.17.0
2020-03-30 22:26:35 -07:00
Ryan Mulligan
8a095e1097
Merge pull request #83834 from r-ryantm/auto-update/MarkdownPP
...
markdown-pp: 1.4 -> 1.5.1
2020-03-30 22:15:54 -07:00
Jan Tojnar
d94e5255c6
Merge pull request #83777 from zowoq/bubblewrap
...
bubblewrap: 0.4.0 -> 0.4.1
2020-03-31 06:05:56 +02:00
R. RyanTM
294d2d703b
markdown-pp: 1.4 -> 1.5.1
2020-03-31 03:33:09 +00:00
R. RyanTM
2cc64684d0
swiftclient: 3.6.0 -> 3.9.0
2020-03-31 03:27:58 +00:00
R. RyanTM
365eb878a9
pirate-get: 0.3.4 -> 0.3.5
2020-03-30 20:21:50 -07:00
R. RyanTM
51eed2c4c7
sewer: 0.7.9 -> 0.8.1
2020-03-31 03:18:25 +00:00
Doron Behar
9435d3e9e5
pistol: init at 0.0.4
2020-03-30 20:18:12 -07:00
R. RyanTM
41367ab699
vimwiki-markdown: 0.2.0 -> 0.3.0
2020-03-30 19:42:03 -07:00
R. RyanTM
32721cac48
kargo: 0.4.6 -> 0.4.8
2020-03-30 19:41:56 -07:00
R. RyanTM
95f852d7c1
you-get: 0.4.1410 -> 0.4.1432
2020-03-30 19:39:35 -07:00
R. RyanTM
296d1f813d
circus: 0.15.0 -> 0.16.1
2020-03-31 02:28:35 +00:00
Dmitry Kalinkin
91c9f2ab5c
texlive.combine: set TEXMFCNF in binary wrapper
...
This helps kpathsea to find texmf.cnf in some cases. For example,
dvipng was trying to look for it in
/nix/store/<hash>-texlive-dvipng.bin-2019/ instead of
/nix/store/<hash>-texlive-combined-full-2019/.
2020-03-30 21:07:08 -04:00
R. RyanTM
0e952b8d43
hwinfo: 21.68 -> 21.69
2020-03-30 17:13:39 -07:00
Maximilian Bosch
b1e3fb7747
diffoscope: 137 -> 138
...
https://salsa.debian.org/reproducible-builds/diffoscope/-/tags/138
2020-03-31 00:06:33 +02:00
Orivej Desh
2f8795d32a
qastools: 0.21.0 -> 0.22.0
2020-03-30 21:15:13 +00:00
Anderson Torres
b310f564c2
Merge pull request #80788 from DerGuteMoritz/babashka
...
babashka: init at 0.0.71
2020-03-30 17:44:40 -03:00
Dmitry Kalinkin
76b1875a40
Merge pull request #77777 from KoviRobi/rosie-init-at-unstable-2020-01-11
...
Rosie init at unstable 2020-01-11
2020-03-30 15:34:51 -04:00
R. RyanTM
f59308dc2a
plantuml: 1.2020.2 -> 1.2020.5
2020-03-30 19:56:02 +02:00
Frederik Rietdijk
46ec52f329
buildPython*: use pname
2020-03-30 17:07:41 +02:00
Timo Kaufmann
fe9ea7a88a
Merge pull request #83763 from timokau/home-manager-2020-03-17
...
home-manager: 2020-03-07 -> 2020-03-17
2020-03-30 14:30:05 +00:00
zowoq
d67539de8a
bubblewrap: 0.4.0 -> 0.4.1
...
https://github.com/containers/bubblewrap/releases/tag/v0.4.1
2020-03-31 00:21:48 +10:00
Peter Hoeg
639041e0f3
Merge pull request #83723 from r-ryantm/auto-update/kdiff3
...
kdiff3: 1.8.1 -> 1.8.2
2020-03-30 20:24:10 +08:00
Mario Rodas
7fedac34b1
Merge pull request #83729 from marsam/update-fluent-bit
...
fluent-bit: 1.4.0 -> 1.4.1
2020-03-30 05:52:21 -05:00
Mario Rodas
497849dccb
Merge pull request #83754 from r-ryantm/auto-update/nwipe
...
nwipe: 0.27 -> 0.28
2020-03-30 05:51:07 -05:00
Doron Behar
98f5d0574f
gtk-gnutella: 1.1.14 -> 1.1.15
...
Remove patches applied between 1.1.14 and 1.1.15 and switch to GitHub
source.
gtk-gnutella: several changes.
Disable internal malloc implementation.
Add @doronbehar as maintainer.
Comment about hardeningDisable regarding next release.
Format arguments and inputs.
Enable to disable GUI.
2020-03-30 13:44:17 +03:00
Timo Kaufmann
3df35ce37e
home-manager: 2020-03-07 -> 2020-03-17
...
Includes https://github.com/rycee/home-manager/pull/1099 .
2020-03-30 11:38:51 +02:00
Pascal Wittmann
19fb719cd5
Merge pull request #83710 from r-ryantm/auto-update/hevea
...
hevea: 2.33 -> 2.34
2020-03-30 11:06:55 +02:00
R. RyanTM
7edd932239
nwipe: 0.27 -> 0.28
2020-03-30 06:55:38 +00:00
Benjamin Hipple
ecfb2b41ce
Merge pull request #80522 from doronbehar/update-brotab
...
brotab: 1.1.0 -> 1.2.1
2020-03-30 01:25:49 -04:00
Benjamin Hipple
25467c4490
Merge pull request #83735 from cole-h/zoxide
...
zoxide: 0.2.2 -> 0.3.0
2020-03-29 23:05:04 -04:00
Cole Helbling
dbdae465cb
zoxide: 0.2.2 -> 0.3.0
...
https://github.com/ajeetdsouza/zoxide/compare/v0.2.2...v0.3.0
2020-03-29 18:54:24 -07:00
Mario Rodas
a105345624
Merge pull request #83650 from r-ryantm/auto-update/pspg
...
pspg: 2.6.6 -> 2.7.1
2020-03-29 19:29:27 -05:00
Mario Rodas
35afcc33be
Merge pull request #83724 from zowoq/ripgrep
...
ripgrep: 12.0.0 -> 12.0.1
2020-03-29 19:12:50 -05:00
Profpatsch
bf3bd5fee1
skawarePackages: support static builds via pkgsStatic
...
Most of the skaware packages already build just fine with pkgsStatic,
however the wrapper scripts for execline and stdnotify-wrapper needed
the `-lskarlib` argument to go at the end.
`utmps` and `nsss` still fail with this error:
```
exec ./tools/install.sh -D -m 600 utmps-utmpd /bin/utmps-utmpd
/build/utmps-0.0.3.1/tools/install.sh: line 48: can't create /bin/utmps-utmpd.tmp.479: Permission denied
make: *** [Makefile:121: /bin/utmps-utmpd] Error 1
```
2020-03-30 01:35:39 +02:00
Profpatsch
49be064fa5
skawarePackages: release 2020-03
...
Hello,
New versions of all the skarnet.org packages are available.
This is mostly a bugfix release (there was an installation bug in
some circumstances with shared libraries) but some packages, notably
execline and s6, have new, useful features.
The new versions are the following:
skalibs-2.9.2.0
nsss-0.0.2.2
utmps-0.0.3.2
execline-2.6.0.0
s6-2.9.1.0
s6-rc-0.5.1.2
s6-linux-init-1.0.4.0
s6-dns-2.3.2.0
s6-networking-2.3.1.2
s6-portable-utils-2.2.2.2
s6-linux-utils-2.5.1.2
mdevd-0.1.1.2
bcnm-0.0.1.0
Here are details for the packages that have more than bugfixes:
* skalibs-2.9.2.0
---------------
- New header: skalibs/bigkv.h. It's a set of functions allowing
efficient lookups in a large set of strings (typically read from the
command line or the environment).
https://skarnet.org/software/skalibs/
git://git.skarnet.org/skalibs
* execline-2.6.0.0
----------------
- It's a major release because an API has been modified: dollarat.
Beforehand, dollarat's -0 option would always prevail over any -d
option. Now, dollarat has its conflicting -0 and -d options handled
in the conventional way, with rightmost priority.
- The runblock program now accepts a command line prefix, which is
given as runblock's own command line. This allows blocks to serve as
arguments to a new command, instead of having to be full command lines
by themselves.
- New binary: posix-umask.
- The former "cd" program is now named "execline-cd" and the former
"umask" program is named "execline-umask". When the=20
--enable-pedantic-posix
option is not given at configure time, "cd" and "umask" are symbolic
links created at installation time and pointing to execline-cd and
execline-umask respectively. When the --enable-pedantic-posix option is
given, the symbolic links point to posix-cd and posix-umask instead.
- With posix-cd and posix-umask (and the changes to wait done in the
previous version), execline is now fully POSIX-compliant when built with
the --enable-pedantic-posix option. This will certainly, without the
slightest hint of a doubt, change distributions' attitudes about it.
https://skarnet.org/software/execline/
git://git.skarnet.org/execline
* s6-2.9.1.0
----------
- A new '?' directive has been added to s6-log. It behaves exactly like
'!', except that it spawns the given processor with /bin/sh as an
interpreter instead of execlineb.
- execline support is now optional: it can be disabled by specifying
--disable-execline at configure time. Some functionality is unavailable
when execline support is disabled:
* s6-log's '!' directive
* s6-notifyoncheck's -c option
* s6-ipcserver-access's support for 'exec' directives in a ruleset
- A new -X option has been added to s6-svscan, to specify a descriptor
that will be passed as stderr to a service spawned by this s6-svscan and
named s6-svscan-log. This is used in the new s6-linux-init, to avoid
needing to hardcode the /dev/console name for the catch-all logger's
standard error.
- On systems that define SIGPWR and SIGWINCH, s6-svscan -s now diverts
those signals. This allows powerfail and kbrequest events to be handled
when s6-svscan runs as process 1.
https://skarnet.org/software/s6/
git://git.skarnet.org/s6
* s6-linux-init-1.0.4.0
---------------------
- New options have been added to s6-linux-init-maker: to support
running s6-linux-init without a catch-all logger, and to support running
it in a container.
- s6-linux-init-maker now adds a SIGPWR handler to the default image:
on receipt of a SIGPWR, the system's shutdown procedure is triggered.
- s6-linux-init now handles kbrequest, which triggers a SIGWINCH in
init when a special, configurable set of keys is pressed. By default,
no SIGWINCH handler is declared in the image, and no set of keys is
bound to kbrequest.
https://skarnet.org/software/s6-linux-init/
git://git.skarnet.org/s6-linux-init
* s6-dns-2.3.2.0
--------------
- New library: libdcache, implementing a clean cache structure
to contain DNS data. It's still not used at the moment.
https://skarnet.org/software/s6-dns/
git://git.skarnet.org/s6-dns
* bcnm-0.0.1.0
------------
- First numbered release, because the Ad=C3=A9lie Linux distribution,
which uses libwpactrl, needs an official release instead of pulling
from git.
- libwpactrl is a set of C functions helping control a wpa_supplicant
process.
- bcnm-waitif is a binary that waits for network interface state
events such as appearance/disappearance, up/down, running/not-running.
It is useful to avoid race conditions during a boot sequence, for
instance.
https://skarnet.org/software/bcnm/
git://git.skarnet.org/bcnm
Enjoy,
Bug-reports welcome.
--
Laurent
2020-03-30 01:23:46 +02:00
zowoq
6d4749dede
ripgrep: 12.0.0 -> 12.0.1
...
https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md#1201-2020-03-29
2020-03-30 09:11:31 +10:00
R. RyanTM
c27b5de084
kdiff3: 1.8.1 -> 1.8.2
2020-03-29 22:56:16 +00:00
R. RyanTM
bf29da08c2
hevea: 2.33 -> 2.34
2020-03-29 20:58:22 +00:00
Jörg Thalheim
10059e4b71
Merge remote-tracking branch 'upstream/master' into HEAD
2020-03-29 14:08:10 +01:00
Jörg Thalheim
d04396da8b
Merge pull request #82852 from Mic92/cross-build-rust-package
...
[WIP] buildRustPackage: enable strictDeps
2020-03-29 14:07:07 +01:00
R. RyanTM
439f083931
bindfs: 1.14.3 -> 1.14.4
2020-03-29 14:37:56 +02:00
Fabian Möller
2346014aae
bgpq3: init at 0.1.35
2020-03-29 14:12:36 +02:00
Jörg Thalheim
5f09258114
sequoia: fix strict deps build
2020-03-29 12:37:27 +01:00
Jörg Thalheim
e1bea9e8b1
vector: fix strict deps build
2020-03-29 12:37:26 +01:00
Jörg Thalheim
965dc7bb24
uutils-coreutils: fix strict deps build
2020-03-29 12:37:26 +01:00
Jörg Thalheim
b684103191
tensorman: fix strict deps build
2020-03-29 12:37:26 +01:00
Jörg Thalheim
dbd8e0e162
ripasso-cursive: fix strict deps build
2020-03-29 12:37:26 +01:00
Jörg Thalheim
0c3759abdf
parallel-rust: remove
...
- package has no maintainer
- upstream is dead
- build is broken
2020-03-29 12:37:25 +01:00
Jörg Thalheim
2e74a9b1bf
vdirsyncer: fix strict deps build
2020-03-29 12:37:25 +01:00
Jörg Thalheim
649eecd631
httplz: fix strict deps build
2020-03-29 12:37:24 +01:00
Jörg Thalheim
49787b63b9
cargo-update: fix strict deps build
2020-03-29 12:37:24 +01:00
R. RyanTM
9fc47b3849
bdf2psf: 1.194 -> 1.195
2020-03-29 10:58:40 +00:00
Mario Rodas
0dccdd6189
fluent-bit: 1.4.0 -> 1.4.1
...
Release notes: https://fluentbit.io/announcements/v1.4.1/
2020-03-29 04:20:00 -05:00
R. RyanTM
3015851788
pspg: 2.6.6 -> 2.7.1
2020-03-29 07:27:43 +00:00
Jan Tojnar
fa4e1bbe07
Merge branch 'master' into staging-next
...
Fix eval of nixos/nginx
2020-03-29 00:35:29 +01:00
Maximilian Bosch
7a7d7b1215
findomain: 1.4.2 -> 1.4.5
2020-03-28 23:37:26 +01:00
worldofpeace
d5cfaf5c39
Merge pull request #83473 from doronbehar/update-connman
...
connman: 1.37 -> 1.38
2020-03-28 18:18:14 -04:00
worldofpeace
fba171669b
Merge pull request #83015 from r-ryantm/auto-update/xz
...
lzma: 5.2.4 -> 5.2.5
2020-03-28 17:37:21 -04:00
Frederik Rietdijk
a36be028f5
Merge staging-next into staging
2020-03-28 21:15:15 +01:00
Atemu
1b0799f48f
dnscrypt-proxy: 2.0.39 -> 2.0.42
2020-03-28 18:21:14 +01:00
Orivej Desh
ce1695ace7
midicsv: init at 1.1
2020-03-28 14:43:03 +00:00
Elis Hirwing
f2baa711d1
Merge pull request #82237 from zaninime/libgen-cli
...
libgen-cli: init at 1.0.5
2020-03-28 14:36:38 +01:00
Elis Hirwing
362a983a45
Merge pull request #82278 from lightdiscord/package-request/pdf-parser
...
pdf-parser: init at 0.7.4
2020-03-28 14:34:02 +01:00
Michael Raskin
05f0934825
Merge pull request #82939 from jluttine/linphone-4.1.1
...
linphone: 3.12.0 -> unstable-2020-03-06
2020-03-28 12:27:16 +00:00
Jörg Thalheim
b4567fb004
Merge pull request #82682 from Mic92/xidlehook
...
xidlehook: 0.8.0 -> 0.8.2
2020-03-28 11:37:44 +00:00
Jaakko Luttinen
86a012b960
trx: 0.4 -> 0.5
2020-03-28 12:49:50 +02:00
Robin Gloster
16c8590aa1
Merge pull request #82691 from Ma27/pass-exts
...
pass: don't rebuild when adding extensions, pass-audit: 0.1 -> 1.0.1
2020-03-28 09:51:28 +00:00
Doron Behar
bffec3d884
nixos/connman: add TODOs regarding connman + network-manager
2020-03-28 12:28:29 +03:00
Jaakko Luttinen
4179075b4d
bcunit: 3.0.2 -> unstable-2019-11-19
2020-03-28 11:25:28 +02:00
Jörg Thalheim
cc9389e76f
xidlehook: 0.8.0 -> 0.8.2
2020-03-28 08:04:39 +00:00
Jörg Thalheim
774ddebd87
Merge pull request #83472 from Mic92/propragate-darwin-go
...
Propragate darwin go
2020-03-28 06:57:59 +00:00
Benjamin Hipple
698ec44e74
treewide: remove torch and related packages
...
See #71888 for details.
2020-03-27 22:32:35 -04:00