R. RyanTM
51f517ea6c
dua: 2.5.0 -> 2.6.0
2020-05-06 18:57:14 +00:00
Frederik Rietdijk
afb1041148
Merge master into staging-next
2020-05-02 09:39:00 +02:00
Oleksii Filonenko
2bfeadace7
intermodal: init at 0.1.7
2020-05-01 14:50:04 +00:00
Mario Rodas
692710d96a
Merge pull request #86524 from r-ryantm/auto-update/broot
...
broot: 0.13.5b -> 0.13.6
2020-05-01 23:32:50 -05:00
R. RyanTM
ee69291cb4
broot: 0.13.5b -> 0.13.6
2020-05-02 04:01:19 +00:00
Jörg Thalheim
d794222c4b
Merge pull request #86334 from cust0dian/tmuxinator-1.1.5
...
tmuxinator: 1.1.4 -> 2.0.0
2020-05-01 23:38:24 +01:00
Timo Kaufmann
bd6736965a
Merge pull request #84662 from michaelpj/update/heatseeker
...
heatseeker: fix finding stty
2020-05-01 22:23:20 +00:00
Serg Nesterov
7259b4ce12
Install shell completions
2020-05-01 17:50:00 +03:00
ajs124
ac8066c144
memtest86-efi: replace p7zip with mtools
...
and dd
2020-05-01 15:24:44 +02:00
Mario Rodas
a8e8f23dad
Merge pull request #86210 from marsam/fix-vdirsyncer
...
vdirsyncer: fix build
2020-05-01 07:45:37 -05:00
Frederik Rietdijk
00bbfccecf
Merge staging into staging-next
2020-05-01 09:28:45 +02:00
Oleksii Filonenko
ced27b2a58
fselect: 0.6.9 -> 0.6.10
2020-05-01 09:19:33 +02:00
Frederik Rietdijk
484ee79050
Merge staging-next into staging
2020-05-01 08:57:10 +02:00
Serg Nesterov
61396047dc
tmuxinator: 1.1.4 -> 2.0.0
2020-04-30 17:35:59 +03:00
Mario Rodas
75c39e0d62
Merge pull request #86351 from matthiasbeyer/update-tmux
...
tmux: 3.1 -> 3.1a
2020-04-29 19:20:02 -05:00
Maximilian Bosch
ee58c7a363
Merge pull request #82982 from cole-h/rust-cleanup
...
improve robustness of various Rust packages
2020-04-30 02:07:57 +02:00
Matthias Beyer
d6bcacc4af
tmux: 3.1 -> 3.1a
...
From the changelog:
* Do not close stdout prematurely in control mode since it is needed to print
exit messages. Prevents hanging when detaching with iTerm2.
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-04-29 22:11:15 +02:00
Florian Klink
e30f1e3c80
Revert "coreutils: set ac_cv_func_lchmod=no"
...
This reverts commit c5e3472e20
.
2020-04-29 15:48:25 +02:00
Lisa Ugray
329cc874e4
shadowenv: 2.0.0 -> 2.0.2
...
Pick up shell completions
2020-04-29 05:46:18 -04:00
Jan Tojnar
2874eebfd2
Merge branch 'staging-next' into staging
2020-04-29 08:35:47 +02:00
Jan Tojnar
2b5e2ffe0a
Merge pull request #86165 from jtojnar/libusb-compat-rename
2020-04-29 08:26:08 +02:00
Bruno Bigras
6da294e8df
starship: 0.40.1 -> 0.41.0
2020-04-28 12:00:20 -04:00
Jörg Thalheim
20e67f1fb8
Merge pull request #85535 from zowoq/gopackage
...
buildGoPackage: use $out instead of $bin
2020-04-28 12:55:09 +01:00
Jörg Thalheim
d894038d0b
Merge remote-tracking branch 'upstream/master' into HEAD
2020-04-28 12:54:51 +01:00
zowoq
b5dc07a4b4
treewide: use $out instead of $bin with buildGoPackage
2020-04-28 20:30:29 +10:00
Mario Rodas
8d6ba1e423
vdirsyncer: fix build on darwin
2020-04-28 04:20:00 -05:00
Mario Rodas
75a0f04912
vdirsyncerStable: fix build
2020-04-28 04:20:00 -05:00
Jan Tojnar
e89e2edc73
libusb-compat-0_1: rename from libusb
2020-04-28 05:33:41 +02:00
Maximilian Bosch
caadc44285
diffoscope: 142 -> 143
2020-04-28 00:18:26 +02:00
Frederik Rietdijk
80d069b157
Merge staging-next into staging
2020-04-27 19:36:01 +02:00
Florian Klink
3b1e189f40
Merge pull request #85965 from flokli/libusb1-cleanups
...
make libusb1 dependencies explicit
2020-04-27 16:40:47 +02:00
Mario Rodas
eeb257f04d
Merge pull request #86076 from kimat/kimat-tmux-3.1
...
tmux: 3.0a -> 3.1
2020-04-27 08:07:27 -05:00
zowoq
b83b2591dd
aptly: use installShellFiles
2020-04-27 21:06:12 +10:00
Florian Klink
f3a5fd548a
yubikey-personalization: request libusb1 directly
2020-04-27 12:19:12 +02:00
Bernardo Meurer
c5e3472e20
coreutils: set ac_cv_func_lchmod=no
...
Bumping binutils to 2.32 broke coreutils for unknown reasons[1]. Upon
further investigation we found that there was some issue with mknod
inside a chroot[2][3], which setting ac_cv_func_lchmod to "no" _somehow_
fixes.
We apply this fix and hope to never have to debug this again.
Thanks to @flokli and @lnl7 who helped me chase after this and @pbogdan
who found the fix in the fedora build.
[1]: https://github.com/NixOS/nixpkgs/pull/85951
[2]: https://github.com/NixOS/nixpkgs/pull/85951#issuecomment-619601978
[3]: https://bugzilla.redhat.com/show_bug.cgi?id=1811038
2020-04-26 15:17:12 -07:00
Kimat Boven
361684e97b
tmux: 3.0a -> 3.1
2020-04-26 21:49:29 +02:00
Mario Rodas
ccfdcf16f4
bat: 0.14.0 -> 0.15.0
...
Changelog: https://github.com/sharkdp/bat/releases/tag/v0.15.0
2020-04-25 04:20:00 -05:00
Maximilian Bosch
a194de9a9d
diffoscope: 138 -> 142
2020-04-25 12:07:38 +02:00
Rok Garbas
0dfdfc263d
Merge pull request #75117 from davidak/phoronix-test-suite-tests
...
phoronix-test-suite: add tests
2020-04-24 22:21:39 +02:00
Ingo Blechschmidt
1f57d5e060
websocat: fix wrapping
2020-04-24 11:11:24 -05:00
Jörg Thalheim
320edf21f5
Merge pull request #85864 from xrelkd/update/powerline-go
2020-04-24 11:25:02 +01:00
obadz
ea9b5c5faa
Merge pull request #76998 from jflanglois/fix-psd-overlay-helper
...
profile-sync-daemon: fix psd-overlay-helper paths
2020-04-24 10:48:04 +01:00
xrelkd
de6ebdff2f
powerline-go: 1.15.0 -> 1.17.0
2020-04-24 17:29:43 +08:00
Frederik Rietdijk
cff0669a48
Merge master into staging-next
2020-04-23 08:11:16 +02:00
Mario Rodas
0f2a064816
bat: 0.13.0 -> 0.14.0
...
Changelog: https://github.com/sharkdp/bat/releases/tag/v0.14.0
2020-04-22 18:00:00 -05:00
Rok Garbas
3c8172bd34
vdirsyncer: fix failing test
2020-04-22 22:36:37 +02: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 Milata
2e8962bb6e
colord-kde: use qt5's mkDerivation
2020-04-22 15:23:10 +02: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