Sandro
21b37e8a6e
Merge pull request #147979 from jyooru/update/apkeep
2021-11-30 17:39:13 +01:00
Sandro
ac9b9f8e4d
Merge pull request #147957 from 0x4A6F/master-zellij
2021-11-30 17:37:41 +01:00
zowoq
29d1f6e1f6
direnv: 2.28.0 -> 2.29.0 ( #147956 )
...
https://github.com/direnv/direnv/releases/tag/v2.29.0
2021-11-30 15:29:03 +00:00
github-actions[bot]
049a283a15
Merge master into staging-next
2021-11-30 12:01:11 +00:00
Fabian Affolter
7b031d0d99
Merge pull request #147610 from fabaff/maigret
...
maigret: init at 0.3.1
2021-11-30 10:09:41 +01:00
Sergei Trofimovich
9d3d02f9c1
screen: disable parallel build ( #147990 )
...
Parallel build fails for missing generated header dependencies:
screen.h:48:10: fatal error: comm.h: No such file or directory
48 | #include "comm.h"
| ^~~~~~~~
Upstream fixes are intermingled with added features and are not
straightforward to backport. Let's disable parallelism until next
release.
2021-11-30 04:04:12 -05:00
Fabian Affolter
73bd63bf75
Merge pull request #147829 from equirosa/chezmoi
...
chezmoi: 2.7.4 -> 2.9.0
2021-11-30 09:40:00 +01:00
Eduardo Quiros
bc3eea0c68
chezmoi: 2.7.4 -> 2.9.0
2021-11-30 00:27:19 -06:00
Joel
94365b62a8
apkeep: 0.6.0 -> 0.7.0
2021-11-30 15:01:10 +10:00
github-actions[bot]
941a6593c8
Merge master into staging-next
2021-11-30 00:01:51 +00:00
0x4A6F
fa6ad743e9
zellij: 0.20.1 -> 0.21.0
2021-11-30 00:28:56 +01:00
Artturi
72fd797512
Merge pull request #147560 from Artturin/grubnlser
2021-11-30 00:41:41 +02:00
Fabian Affolter
cd959d2251
maigret: init at 0.3.1
2021-11-29 22:57:17 +01:00
Fabian Affolter
33da2dcc49
Merge pull request #147673 from fabaff/bump-cloud-init
...
cloud-init: 21.2 -> 21.4
2021-11-29 21:10:08 +01:00
Sandro
a540809aae
Merge pull request #144454 from vs49688/jpsxdec
2021-11-29 21:00:40 +01:00
Sandro
078f5813f2
Merge pull request #147340 from iAmMrinal0/update/safe
2021-11-29 20:58:01 +01:00
github-actions[bot]
909b92e198
Merge master into staging-next
2021-11-29 18:01:23 +00:00
Bobby Rong
fca1b65576
Merge pull request #147846 from Kranzes/ookla
...
ookla-speedtest: 1.1.0 -> 1.1.1
2021-11-29 22:24:26 +08:00
Bobby Rong
bcc975b98e
Merge pull request #147794 from smancill/dateutils-darwin
...
dateutils: enable on darwin
2021-11-29 21:59:08 +08:00
Ilan Joselevich
eb80352750
ookla-speedtest: 1.1.0 -> 1.1.1
2021-11-29 14:58:32 +02:00
github-actions[bot]
096c9145eb
Merge master into staging-next
2021-11-29 12:01:28 +00:00
Peng Mei Yu
640e54cda9
maintainers: Rename pengmeiyu to pmy
2021-11-29 18:39:31 +08:00
Eduardo Quiros
227a7072d0
pistol: 0.2.2 -> 0.3.1
2021-11-29 04:21:21 -06:00
Bobby Rong
ca6dcf4054
Merge pull request #147744 from figsoda/update-csview
...
csview: 0.3.8 -> 0.3.9
2021-11-29 17:42:55 +08:00
Fabian Affolter
2cb11c1341
Merge pull request #147688 from fabaff/bump-dnsperf
...
dnsperf: 2.5.2 -> 2.8.0
2021-11-29 08:53:34 +01:00
Fabian Affolter
ed9f0d6cc1
Merge pull request #147772 from fabaff/bump-amass
...
amass: 3.15.0 -> 3.15.1
2021-11-29 08:46:06 +01:00
Fabian Affolter
1264b08349
Merge pull request #147684 from fabaff/bump-enum4linux
...
enum4linux: 0.8.9 -> 0.9.1
2021-11-29 08:45:46 +01:00
github-actions[bot]
be67219326
Merge master into staging-next
2021-11-29 06:01:16 +00:00
Delan Azabani
05d3fb59a3
bore: 0.3.3 -> 0.4.1
2021-11-29 12:30:49 +08:00
Bobby Rong
99efa507e2
Merge pull request #147753 from figsoda/update-hck
...
hck: 0.7.0 -> 0.7.1
2021-11-29 10:25:36 +08:00
Winter
e1486feead
maintainers: winterqt -> winter
2021-11-28 20:29:24 -05:00
Sebastián Mancilla
6eb8b52444
dateutils: enable on darwin
2021-11-28 22:16:46 -03:00
github-actions[bot]
a0e9d6e2c6
Merge master into staging-next
2021-11-29 00:01:22 +00:00
Robert Scott
f4a5fb6605
Merge pull request #147761 from arkivm/fix-netatalk
...
netatalk: fix build
2021-11-28 22:34:10 +00:00
Sergei Trofimovich
3e894f67fe
gptfdisk: fix build against upcoming ncurses-6.3
...
On ncurses-6.3 with extra printf() annotations gcc now detects
use of user input in place of format strings:
gptcurses.cc:274:10: error:
format not a string literal and no format arguments [-Werror=format-security]
274 | printw(theLine.c_str());
| ~~~~~~^~~~~~~~~~~~~~~~~
2021-11-28 22:10:27 +00:00
Thiago Kenji Okada
fbe1987642
Merge pull request #147762 from figsoda/update-statix
...
statix: 0.4.0 -> 0.4.1
2021-11-28 18:54:13 -03:00
Thiago Kenji Okada
edaff637a3
Merge pull request #147764 from figsoda/update-difftastic
...
difftastic: 0.11.0 -> 0.12.0
2021-11-28 18:51:14 -03:00
Thiago Kenji Okada
23b37f90bb
Merge pull request #147765 from figsoda/update-pipe-rename
...
pipe-rename: 1.4.0 -> 1.4.1
2021-11-28 18:45:06 -03:00
Fabian Affolter
e8f3312aab
amass: 3.15.0 -> 3.15.1
2021-11-28 22:26:44 +01:00
Vikram Narayanan
0a9dd29c98
netatalk: fix build
2021-11-28 13:04:09 -08:00
figsoda
81fb8b7631
pipe-rename: 1.4.0 -> 1.4.1
2021-11-28 15:19:30 -05:00
figsoda
1c8513dfe4
difftastic: 0.11.0 -> 0.12.0
2021-11-28 15:11:01 -05:00
Guillaume Girol
9f25a8ac3a
Merge pull request #144177 from lionello/btrfs-snap
...
btrfs-snap: init at 1.7.3
2021-11-28 20:00:30 +00:00
Artturi
9818f39dea
Merge pull request #147376 from Artturin/updatenixunstable1
2021-11-28 21:58:57 +02:00
figsoda
cda6d38346
statix: 0.4.0 -> 0.4.1
2021-11-28 14:45:48 -05:00
figsoda
9366d12036
hck: 0.7.0 -> 0.7.1
2021-11-28 14:03:33 -05:00
R. RyanTM
f6053b7c82
verifpal: 0.26.0 -> 0.26.1 ( #143282 )
2021-11-28 18:01:15 +00:00
github-actions[bot]
017d32f216
Merge master into staging-next
2021-11-28 18:00:57 +00:00
figsoda
63a3695759
csview: 0.3.8 -> 0.3.9
2021-11-28 12:56:54 -05:00
Mikael Voss
730fc9cae0
bakelite: init at unstable-2021-10-19
2021-11-28 15:57:29 +01:00
Vladimír Čunát
9a0723cc3f
unbound-full: fix the build again
...
... by not avoiding openssl dependency in .lib.
dnstap part of code ran into issues with this during checkPhase.
The benefit of withSlimLib is mainly for `unbound`;
for the fuller builds it doesn't seem important.
2021-11-28 15:41:19 +01:00
Thiago Kenji Okada
9bb0a63640
Merge pull request #147701 from fabaff/bump-hashcat
...
hashcat: 6.2.4 -> 6.2.5
2021-11-28 11:34:35 -03:00
Thiago Kenji Okada
115f3513da
Merge pull request #147694 from fabaff/bump-hwinfo
...
hwinfo: 21.76 -> 21.78
2021-11-28 11:31:02 -03:00
Thiago Kenji Okada
cce65b28f9
Merge pull request #147612 from applePrincess/exploitdb-2021-11-27
...
exploitdb: 2021-11-25 -> 2021-11-27
2021-11-28 11:29:34 -03:00
Thiago Kenji Okada
c01c84f616
Merge pull request #147682 from fabaff/bump-mbuffer
...
mbuffer: 20210328 -> 20211018
2021-11-28 11:18:26 -03:00
Bobby Rong
64c2bd8259
Merge pull request #147689 from fabaff/bump-cpufetch
...
cpufetch: 1.00 -> 1.01
2021-11-28 21:47:43 +08:00
Maximilian Bosch
7cb5451a44
Merge pull request #144548 from r-ryantm/auto-update/pspg
...
pspg: 5.4.1 -> 5.5.0
2021-11-28 14:33:45 +01:00
Fabian Affolter
3076b3d087
hashcat: 6.2.4 -> 6.2.5
2021-11-28 13:33:25 +01:00
Fabian Affolter
b3c9ba1d03
cloud-init: 21.2 -> 21.4
2021-11-28 13:26:00 +01:00
Fabian Affolter
9a005535fa
hwinfo: 21.76 -> 21.78
2021-11-28 11:58:58 +01:00
Fabian Affolter
27e1ecfde5
cpufetch: 1.00 -> 1.01
2021-11-28 11:39:07 +01:00
Fabian Affolter
f7e3d421be
dnsperf: 2.5.2 -> 2.8.0
2021-11-28 11:32:57 +01:00
Fabian Affolter
490652c67e
enum4linux: 0.8.9 -> 0.9.1
2021-11-28 11:11:20 +01:00
Fabian Affolter
0050284daa
mbuffer: 20210328 -> 20211018
2021-11-28 11:03:52 +01:00
Sergei Trofimovich
18f8296fb9
cdrkit: fix -fno-common build
...
Without the change build on toolchain with `-fno-common` default fails as:
$ nix build --impure --expr 'with import ./. {}; cdrkit.override { stdenv = clang12Stdenv; }' -L
...
cdrkit> ld: CMakeFiles/genisoimage.dir/apple.o:(.bss+0x2040):
multiple definition of `outfile'; CMakeFiles/genisoimage.dir/genisoimage.o:(.bss+0x280): first defined here
2021-11-28 09:01:40 +00:00
github-actions[bot]
2534e1384b
Merge master into staging-next
2021-11-28 06:01:05 +00:00
Artturin
c192da17cc
nixUnstable: 2.5pre20211007 -> 2.5pre20211126
2021-11-28 07:03:29 +02:00
Lionello Lunesu
b930e3fe52
btrfs-snap: init at 1.7.3
2021-11-27 20:56:16 -08:00
Sandro
5620395e75
Merge pull request #145944 from trofi/fix-httping-for-ncurses-6.3
2021-11-28 03:04:53 +01:00
Sandro
9804d44a7a
Merge pull request #147643 from arkivm/fix-docbookrx
2021-11-28 03:03:07 +01:00
Vikram Narayanan
b35726542e
docbookrx: fix build
2021-11-27 17:39:47 -08:00
Thomas Gerbet
f07f124d3a
jing-trang: 20151127 -> 20181222
2021-11-28 01:16:05 +01:00
github-actions[bot]
9c838c8b51
Merge master into staging-next
2021-11-28 00:02:51 +00:00
Anderson Torres
cdc1f0f775
Merge pull request #147621 from AndersonTorres/new-aaphoto
...
flam3: 3.1.1 -> 3.1.1+date=2018-04-12
aaphoto: init at 0.43.1
2021-11-27 20:51:52 -03:00
AndersonTorres
9440449acb
aaphoto: set meta.broken to true in Darwin
...
It fails detecting OpenMP libraries.
2021-11-27 17:12:50 -03:00
AndersonTorres
fc66ea690a
aaphoto: init at 0.43.1
2021-11-27 17:12:49 -03:00
AndersonTorres
66236eeb4b
flam3: 3.1.1 -> 3.1.1+date=2018-04-12
2021-11-27 17:12:49 -03:00
github-actions[bot]
43d7f2e53d
Merge master into staging-next
2021-11-27 18:01:10 +00:00
Fabian Affolter
609ab2cdc4
btop: 1.1.0 -> 1.1.2
2021-11-27 18:58:49 +01:00
Lein Matsumaru
a38fd4faef
exploitdb: 2021-11-25 -> 2021-11-27
2021-11-27 17:10:04 +00:00
Bobby Rong
4558a1b631
Merge pull request #147169 from 0x4A6F/master-czkawka
...
czkawka: 3.3.0 -> 3.3.1
2021-11-27 21:05:47 +08:00
github-actions[bot]
ed1a3b893c
Merge master into staging-next
2021-11-27 12:01:24 +00:00
Fabian Affolter
90be2bed39
metasploit: 6.1.15 -> 6.1.16
2021-11-27 10:59:56 +01:00
Fabian Affolter
7ae23b2ffc
gdu: 5.10.1 -> 5.11.0
2021-11-27 09:24:46 +01:00
github-actions[bot]
75a29f573a
Merge master into staging-next
2021-11-27 06:01:25 +00:00
Mario Rodas
821f42f182
Merge pull request #147064 from smancill/fluent-bit-upstream-patch
...
fluent-bit: use upstream patches
2021-11-27 01:01:00 -05:00
Artturin
8191c8e226
grub2: fix buildPackage bash shebang
2021-11-27 06:19:49 +02:00
Artturin
76e515cb26
grub2: switch to release tarball
...
for the localization files
2021-11-27 05:41:34 +02:00
Maciej Krüger
3c27d0b5e6
Merge pull request #147494 from asbachb/update/ghidra
2021-11-27 02:45:19 +01:00
github-actions[bot]
e3eba8f994
Merge master into staging-next
2021-11-27 00:01:39 +00:00
zowoq
f6d5c5fe01
shfmt: 3.4.0 -> 3.4.1
...
https://github.com/mvdan/sh/releases/tag/v3.4.1
2021-11-27 08:15:27 +10:00
Maximilian Bosch
d7a4f0e717
Merge pull request #147534 from qowoz/fd
...
fd: 8.2.1 -> 8.3.0
2021-11-26 23:05:34 +01:00
zowoq
6116670dcb
fd: 8.2.1 -> 8.3.0
...
https://github.com/sharkdp/fd/releases/tag/v8.3.0
2021-11-27 07:25:58 +10:00
Dmitry Kalinkin
fc9ee3bc0b
Merge pull request #146823 from cpcloud/arrow-cpp-6-0-1
...
arrow-cpp: 6.0.0 -> 6.0.1
2021-11-26 15:53:07 -05:00
Robert Schütz
21364d1579
abcmidi: 2021.10.15 -> 2021.11.25
2021-11-26 10:40:50 -08:00
github-actions[bot]
b529eccbb3
Merge master into staging-next
2021-11-26 18:01:19 +00:00
Tom
b71ed45cfc
wl-mirror: init at 0.5.0
2021-11-26 09:03:06 -08:00
Sandro
9dc12546ab
Merge pull request #147030 from jtojnar/linkchecker
2021-11-26 17:52:16 +01:00
Sandro
320c5dc593
Merge pull request #146500 from SuperSandro2000/croc
2021-11-26 13:37:13 +01:00
Benjamin Asbach
e0db47bd82
ghidra: 10.0 -> 10.0.4
2021-11-26 13:25:56 +01:00
github-actions[bot]
956b399ffa
Merge master into staging-next
2021-11-26 12:01:30 +00:00
schnusch
732b04ba42
httpdirfs: init at 1.2.2 ( #147182 )
...
Co-authored-by: Simon Bruder <simon@sbruder.de>
2021-11-26 12:52:30 +01:00
Sandro
ad55208a86
Merge pull request #147330 from iAmMrinal0/update/google-cloud-sdk
2021-11-26 12:41:43 +01:00
Mrinal Purohit
b93e9efd75
safe: 1.5.1 -> 1.6.1
2021-11-26 16:45:03 +05:30
Bobby Rong
89baac2678
Merge pull request #147384 from florentc/xob
...
xob: 0.2 -> 0.3
2021-11-26 18:07:53 +08:00
Bobby Rong
ea06bf4b9b
Merge pull request #147371 from linyinfeng/godns
...
godns: 2.5.1 -> 2.5.2
2021-11-26 14:20:59 +08:00
github-actions[bot]
618b03f562
Merge master into staging-next
2021-11-26 06:01:01 +00:00
Phillip Cloud
ebe33362a8
parquet-tools: fix tests for arrow-cpp 6.0.1
2021-11-26 00:26:38 -05:00
Sandro
02cea625b0
Merge pull request #147447 from applePrincess/exploitdb-2021-11-25
2021-11-26 04:18:29 +01:00
Lein Matsumaru
133406d085
exploitdb: 2021-11-24 -> 2021-11-25
2021-11-26 00:56:36 +00:00
Artturi
093d1a2bd9
Merge pull request #147021 from Gin-Pkg/master
...
nux: init at 0.1.4
2021-11-26 02:47:38 +02:00
HI
c9a4c5e032
nux: init at 0.1.4
...
nux: init at 0.1.4
Fixed blah vlah
nux: init at 0.1.4
nix init at 0.1.4
2021-11-26 01:01:39 +01:00
github-actions[bot]
c39cd5f314
Merge master into staging-next
2021-11-26 00:01:38 +00:00
Jan Tojnar
28237545a5
sharedown: 2.0.0 → 3.0.1
...
https://github.com/kylon/Sharedown/releases/tag/3.0.0
https://github.com/kylon/Sharedown/releases/tag/3.0.1
Also fix the update script (the source needs to be updated before we can re-generate the lockfile.)
2021-11-26 01:00:24 +01:00
7c6f434c
899d2d2677
Merge pull request #147397 from erictapen/graphviz
...
graphviz_2_32, guitone: remove
2021-11-25 21:15:45 +00:00
Kerstin Humm
1d2c379e3b
graphviz_2_32: remove
...
It is broken and their is no usage in current nixpkgs.
Also the notice about its necessity is from 2014:
08131bd5d5
2021-11-25 20:10:34 +01:00
github-actions[bot]
c0838c1e7a
Merge master into staging-next
2021-11-25 18:01:08 +00:00
Jörg Thalheim
856ce74b01
nix-eval-jobs: switch to nix stable
...
This also should make prevent breakages like https://github.com/NixOS/nixpkgs/pull/147376
2021-11-25 18:57:02 +01:00
Florent C
1bf1adbf0b
xob: 0.2 -> 0.3
...
The current package is outdated and does not have a maintainer anymore.
This updates the package to version 0.3 and adds myself as the new
package maintainer since I am already the maintainer of xob.
2021-11-25 18:13:07 +01:00
Lin Yinfeng
1432f5c30d
godns: 2.5.1 -> 2.5.2
2021-11-25 23:17:49 +08:00
Artturi
ac91abb157
Merge pull request #146835 from polykernel/swayr-update-patch-1
...
swayr: 0.7.0 -> 0.10.0
2021-11-25 15:36:45 +02:00
Zane van Iperen
b560894545
jpsxdec: init at 1.05
2021-11-25 21:49:29 +10:00
github-actions[bot]
fa1a61b8a2
Merge master into staging-next
2021-11-25 06:01:06 +00:00
Mrinal Purohit
b0cf6d2d04
google-cloud-sdk: 365.0.0 -> 365.0.1
2021-11-25 09:34:46 +05:30
Sandro
4c7f67b57a
Merge pull request #146458 from trinsic-id/trinsic-cli
2021-11-25 01:05:37 +01:00
github-actions[bot]
b244d0edca
Merge master into staging-next
2021-11-25 00:01:54 +00:00
Sandro
9a58394bad
Merge pull request #146954 from DeeUnderscore/xh-0.14.0
2021-11-25 00:35:07 +01:00
Corbin Simpson
6901a575ab
pmbootstrap: 1.30.0 -> 1.39.0 ( #146576 )
2021-11-25 00:14:32 +01:00
Sandro
5673db20c4
Merge pull request #145346 from iAmMrinal0/update/google-cloud-sdk
2021-11-24 23:50:22 +01:00
github-actions[bot]
4b11545cf7
Merge master into staging-next
2021-11-24 18:01:03 +00:00
Lein Matsumaru
b8f0232446
exploitdb: 2021-11-23 -> 2021-11-24
2021-11-24 17:00:40 +00:00
Samuel Gräfenstein
63a61947b9
htop-vim: add meta.mainProgram
2021-11-24 14:21:02 +01:00
José Romildo Malaquias
b023bd4864
Merge pull request #146730 from thiagokokada/htop-vim-init
...
htop-vim: init at unstable-2021-10-11
2021-11-24 09:19:45 -03:00
github-actions[bot]
fc6ab3024e
Merge master into staging-next
2021-11-24 12:01:20 +00:00
Fabian Affolter
e48d755af8
Merge pull request #147186 from fabaff/bump-gdu
...
gdu: 5.10.0 -> 5.10.1
2021-11-24 08:28:58 +01:00
github-actions[bot]
588cccd6c5
Merge master into staging-next
2021-11-24 06:01:08 +00:00
Jonathan Ringer
cee6c6ca4e
azure-cli: remove PEP420 patching to azure packages
2021-11-23 21:53:03 -08:00
Jonathan Ringer
8d96e200dd
azure-cli: 2.29.1 -> 2.30.0
2021-11-23 21:53:03 -08:00
github-actions[bot]
a6c34d347f
Merge master into staging-next
2021-11-24 00:01:39 +00:00
Maximilian Bosch
8ace007a97
Merge pull request #147108 from SebTM/tldr_142
...
tldr: 1.3.0 -> 1.4.2
2021-11-23 22:51:03 +01:00
Fabian Affolter
c2a3cb8443
gdu: 5.10.0 -> 5.10.1
2021-11-23 22:16:03 +01:00
github-actions[bot]
a1d98b162f
Merge master into staging-next
2021-11-23 18:01:10 +00:00
0x4A6F
8febc76765
czkawka: 3.3.0 -> 3.3.1
2021-11-23 17:40:51 +01:00
Jan Tojnar
2767ab90d4
Merge pull request #147037 from jtojnar/gnome-update
...
gnome update
2021-11-23 16:09:58 +01:00
Kim Lindberger
7dfea71857
Merge pull request #146325 from ryantm/dev/ryantm/discourse-update-py
...
discourse/update.py: fix for nix 2.4/2.5pre
2021-11-23 15:37:32 +01:00
Jan Tojnar
c87458e002
gupnp-tools: 0.10.1 → 0.10.2
...
https://ftp.gnome.org/pub/GNOME/sources/gupnp-tools/0.10/gupnp-tools-0.10.2.news
2021-11-23 15:34:15 +01:00
Jan Tojnar
de1413c396
gtk-vnc: 1.2.0 → 1.3.0
...
https://ftp.gnome.org/pub/GNOME/sources/gtk-vnc/1.3/gtk-vnc-1.3.0.news
2021-11-23 15:34:14 +01:00
Jörg Thalheim
469d7d5013
wireguard-tools: remove myself as maintainer
2021-11-23 13:48:23 +01:00
github-actions[bot]
78b670898c
Merge master into staging-next
2021-11-23 12:01:12 +00:00
Lein Matsumaru
080a563fb5
exploitdb: 2021-11-18 -> 2021-11-23
2021-11-23 11:45:24 +00:00
Sebastian Sellmeier
c8cdffea28
tldr: 1.3.0 -> 1.4.2
2021-11-23 12:10:41 +01:00
Fabian Affolter
5115825c85
Merge pull request #147047 from fabaff/slowlorust
...
slowlorust: init at 0.1.1
2021-11-23 09:16:48 +01:00
Fabian Affolter
a28e26d307
Merge pull request #146945 from fabaff/stacs
...
stacs: init at 0.2.0
2021-11-23 09:14:26 +01:00
Fabian Affolter
2440d37c51
Merge pull request #146947 from fabaff/boofuzz
...
boofuzz: init at 0.4.0
2021-11-23 09:13:27 +01:00
Fabian Affolter
f71a0a4d76
Merge pull request #146948 from fabaff/chopchop
...
chopchop: init at 1.0.0
2021-11-23 09:10:49 +01:00
Jonathan Ringer
a7dda03a2e
Merge remote-tracking branch 'origin/master' into staging-next
2021-11-22 21:33:40 -08:00
Jonathan Ringer
4b73049ccc
Merge remote-tracking branch 'origin/staging' into staging-next
...
Conflicts:
nixos/tests/custom-ca.nix
2021-11-22 21:33:23 -08:00
Sebastián Mancilla
e40ebf0bf7
fluent-bit: use upstream patches
...
Follow up to 09a54b14cd
(fluent-bit: fix build on darwin, 2021-11-20),
now with upstream patches.
2021-11-22 20:32:35 -03:00
Jason A. Donenfeld
7727ce7c3b
Revert "wireguard-tools: allow system resolvconf implementation if available"
2021-11-23 00:24:48 +01:00
figsoda
c7e417cb5a
Merge pull request #146950 from figsoda/update-hck
...
hck: 0.6.7 -> 0.7.0
2021-11-22 17:51:23 -05:00
Fabian Affolter
3987f21582
slowlorust: init at 0.1.1
2021-11-22 21:55:36 +01:00
Niklas Hambüchen
d6d14adcb8
Merge pull request #146457 from nh2/ntfy-fix-slack-integration
...
ntfy: Patch Slack integration to work again.
2021-11-22 21:50:55 +01:00
Cyryl Płotnicki
8741f92e1a
genpass: 0.4.12 -> 0.5.1
2021-11-22 20:38:40 +00:00
Jan Tojnar
a7861c2669
linkchecker: 10.0.0 → 10.0.1
...
https://github.com/linkchecker/linkchecker/releases/tag/v10.0.1
2021-11-22 19:18:14 +01:00
github-actions[bot]
28641f51dc
Merge master into staging-next
2021-11-22 18:01:08 +00:00
7c6f434c
6dfdb123ca
Merge pull request #146982 from trofi/fix-advancecomp-for-gcc-11
...
advancecomp: pull upstream patch for gcc-11 support
2021-11-22 15:56:29 +00:00
Sandro
ad74d444ad
Merge pull request #143746 from vojta001/stderred
2021-11-22 16:28:38 +01:00
Sandro
36c04ba35c
Merge pull request #144003 from sbruder/update-antimicrox
2021-11-22 16:24:19 +01:00
Sandro
0778565a0d
Merge pull request #139530 from Mic92/wireguard-tools
2021-11-22 16:23:24 +01:00
Faye Duxovni
41069d41dc
znapzend: 0.20.0 -> 0.21.0 ( #141042 )
2021-11-22 16:20:30 +01:00
Mrinal Purohit
62b0f43687
google-cloud-sdk: 364.0.0 -> 365.0.0
2021-11-22 20:42:32 +05:30
Mrinal Purohit
9c8008113a
google-cloud-sdk: add update script
2021-11-22 20:42:32 +05:30
Sandro
ff8f08c372
Merge pull request #145885 from trofi/fix-jnettop-for-ncurses-6.3
2021-11-22 15:43:33 +01:00
Sandro
2de4d2ce89
Merge pull request #143255 from r-ryantm/auto-update/zap
2021-11-22 15:18:42 +01:00
Sandro
39088d783c
Merge pull request #146354 from trofi/fix-multitail-for-ncurses-6.3
2021-11-22 15:16:50 +01:00
Bobby Rong
bd5bb0b250
Merge pull request #146988 from teto/wdisplays
...
wdisplays: set metaProgram
2021-11-22 22:07:34 +08:00
github-actions[bot]
9e1911e222
Merge master into staging-next
2021-11-22 12:01:27 +00:00
Matthieu Coudron
90e60e6529
wdisplays: set metaProgram
2021-11-22 12:31:06 +01:00
Bobby Rong
214fc66e1d
Merge pull request #146981 from trofi/fix-burp-for-ncurses-6.3
...
burp: pull upstream fix for ncurses-6.3
2021-11-22 18:49:05 +08:00
Sergei Trofimovich
ed869fb417
advancecomp: pull upstream patch for gcc-11 support
2021-11-22 10:07:15 +00:00
Sergei Trofimovich
ec713fe238
burp: pull upstream fix for ncurses-6.3
...
Without the fix build on ncurses-6.3 fails as:
src/client/monitor/status_client_ncurses.c:350:9:
error: format not a string literal and no format arguments [-Werror=format-security]
350 | mvprintw(0, col-l-1, date);
| ^~~~~~~~
2021-11-22 10:03:11 +00:00
Fabian Affolter
119ff2d7a9
Merge pull request #146957 from figsoda/update-cargo-about
...
cargo-about: 0.4.1 -> 0.4.2
2021-11-22 10:41:15 +01:00
Pavol Rusnak
e81ffdc5af
Merge pull request #146935 from IvarWithoutBones/dotnetModule/otd
...
opentabletdriver: use buildDotnetModule
2021-11-22 10:21:13 +01:00
Domen Kožar
43a7d62e07
Merge pull request #146843 from arkivm/darwin-fixes-arc_unpacker
...
arc_unpacker: Move to catch2 to support aarch64-darwin
2021-11-22 08:50:48 +01:00
github-actions[bot]
cbcbfb4901
Merge master into staging-next
2021-11-22 06:01:10 +00:00
Vikram Narayanan
7d6b3abe12
arc_unpacker: Move to catch2 to support aarch64-darwin
...
catch is ancient and has no support for aarch64-darwin. The following
snippet is an example of what is supported on darwin platforms in catch
(i.e., prior to v2).
```
#ifdef CATCH_PLATFORM_MAC
#if defined(__ppc64__) || defined(__ppc__)
#define CATCH_TRAP() \
__asm__("li r0, 20\nsc\nnop\nli r0, 37\nli r4, 2\nsc\nnop\n" \
: : : "memory","r0","r3","r4" ) /* NOLINT */
#else
#define CATCH_TRAP() __asm__("int $3\n" : : /* NOLINT */ )
#endif
```
2021-11-21 19:32:25 -08:00
Phillip Cloud
09454d0f4a
parquet-tools: init at 0.2.9 ( #142562 )
2021-11-21 20:56:43 -05:00
Bobby Rong
622cd51bd7
Merge pull request #146841 from bbigras/kopia
...
kopia: 0.9.5 -> 0.9.6
2021-11-22 09:55:18 +08:00
figsoda
2110b2937f
cargo-about: 0.4.1 -> 0.4.2
2021-11-21 20:33:58 -05:00
figsoda
b1cfb04d5e
hck: 0.6.7 -> 0.7.0
2021-11-21 19:53:39 -05:00
D Anzorge
b05a202159
xh: 0.13.0 -> 0.14.0
...
Added `withNativeTls` arg to enable building xh with native TLS support,
which makes `xh --native-tls` usable. With or without native TLS
support, xh uses rustls by default.
2021-11-22 01:47:16 +01:00
github-actions[bot]
2f9a2c9dfe
Merge master into staging-next
2021-11-22 00:01:39 +00:00
Fabian Affolter
645cd20f66
chopchop: init at 1.0.0
2021-11-22 00:49:35 +01:00
IvarWithoutBones
9a0d636d7d
opentabletdriver: use buildDotnetModule
2021-11-22 00:39:48 +01:00
Fabian Affolter
5ff62e34a6
boofuzz: init at 0.4.0
2021-11-22 00:36:40 +01:00
Fabian Affolter
3aa5d80be9
stacs: init at 0.2.0
2021-11-22 00:22:48 +01:00
Jonathan Ringer
09e494f4c2
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/applications/window-managers/sway/default.nix
2021-11-21 14:40:40 -08:00
Fabian Affolter
25e036ff5d
Merge pull request #146746 from fabaff/bump-dnsx
...
dnsx: 1.0.6 -> 1.0.7
2021-11-21 23:38:16 +01:00
Fabian Affolter
010707f668
Merge pull request #146867 from fabaff/bump-invoice2data
...
invoice2data: 0.2.93 -> 0.3.6
2021-11-21 22:54:33 +01:00
Robert Helgesson
68f226aedb
jwt-cli: 4.0.0 -> 5.0.0
...
Also expand install check with a JWT decode call.
2021-11-21 22:45:16 +01:00
Artturi
06e83482be
Merge pull request #144972 from trofi/fix-gfs2-utils-for-ncurses-6.3
...
gfs2-utils: pull pending upstream inclusion fix for ncurses-6.3
2021-11-21 23:35:36 +02:00
Anderson Torres
c5fe80e2ed
Merge pull request #146910 from AndersonTorres/new-qmk
...
QMK: cosmetical modifications
2021-11-21 18:29:34 -03:00
Sergei Trofimovich
0935cb7ed7
httping: pull upstream fix for ncurses-6.3
...
Without the fix build on ncurses-6.3 fails as:
nc.c:238:17: error: format not a string literal and no format arguments [-Werror=format-security]
238 | wprintw(w, what);
| ^~~~~~~
2021-11-21 21:09:53 +00:00
AndersonTorres
d3a670eb7e
qmk: cosmetic cleanups
...
`fetchpatch` and `writeText` are not needed.
2021-11-21 17:07:36 -03:00
Fabian Affolter
fdd6f7cc53
Merge pull request #145184 from vdot0x23/submit/netdiscover-init
...
netdiscover: init at 0.8.1
2021-11-21 20:05:40 +01:00
github-actions[bot]
18ad263272
Merge master into staging-next
2021-11-21 18:01:07 +00:00
Sergei Trofimovich
d793cbc4aa
nx-libs: fix build on upcoming binutils-2.36
...
Without the change build fails on binutils-2.36 as:
ar: libdeps specified more than once
failed command: ar clq libdix.a atom.o colormap.o cursor.o
2021-11-21 16:36:48 +00:00
Sebastián Mancilla
a99b61127e
arj: fix build on darwin
...
Fix wrong header for statfs function.
Use gccStdenv to build with GCC on all systems. GCC is hardcoded in
configure.in, but after setting CC_FOR_BUILD to cc to use Clang, the
build fails anyway when running a post-compilation command:
clang -DLOCALE=LANG_en -DLOCALE_DESC="\"en\"" -DPKGLIBDIR="\"<out>/lib/arj\"" -D_UNIX -g -O2 -o darwin20.6.0/en/rs/arj/arj <objects_files>
: darwin20.6.0/en/rs/arj/arj
./darwin20.6.0/en/rs/tools/join ./darwin20.6.0/en/rs/arj/arj ./darwin20.6.0/en/rs/arjsfxjr/arjsfxjr
JOIN v 1.30 [26/04/2003] Not a part of any binary package!
Copying .. done!
./darwin20.6.0/en/rs/tools/join ./darwin20.6.0/en/rs/arj/arj ./darwin20.6.0/en/rs/arjsfx/arjsfx
JOIN v 1.30 [26/04/2003] Not a part of any binary package!
Copying ... done!
./darwin20.6.0/en/rs/tools/join ./darwin20.6.0/en/rs/arj/arj ./darwin20.6.0/en/rs/arjsfxv/arjsfxv
JOIN v 1.30 [26/04/2003] Not a part of any binary package!
Copying ..... done!
./darwin20.6.0/en/rs/tools/join ./darwin20.6.0/en/rs/arj/arj ./darwin20.6.0/en/rs/sfxstub/sfxstub
JOIN v 1.30 [26/04/2003] Not a part of any binary package!
Copying . done!
rm -f ./darwin20.6.0/en/rs/help.arj
TZ=UTC0 ./darwin20.6.0/en/rs/arj/arj a ./darwin20.6.0/en/rs/help.arj -+ -t1f -2d -e -jm -jh65535 -jt -hdo200506231314 ./resource/en/arj?.txt
ARJ32 v 3.10, Copyright (c) 1998-2004, ARJ Software Russia.
Creating archive : ./darwin20.6.0/en/rs/help.arj
Adding ./resource/en/arjl.txt 37.2%
Adding ./resource/en/arjs.txt 47.3%
Testing arjl.txt OK
Testing arjs.txt OK
2 file(s)
./darwin20.6.0/en/rs/tools/join ./darwin20.6.0/en/rs/arj/arj ./darwin20.6.0/en/rs/help.arj
JOIN v 1.30 [26/04/2003] Not a part of any binary package!
Copying . done!
./darwin20.6.0/en/rs/tools/postproc darwin20.6.0/en/rs/arj/arj
POSTPROC v 1.30 [17/01/2003] Not a part of any binary package!
Patch not found
make[1]: *** [GNUmakefile:398: darwin20.6.0/en/rs/arj/arj] Error 3
2021-11-21 13:09:42 -03:00
Sebastián Mancilla
09a54b14cd
fluent-bit: fix build on darwin
...
- Update fix-luajit-darwin.patch to apply to the current version.
- Add a patch to fix compilation of cmetrics on darwin.
- Use default stdenv instead of gccStdenv. The only requirement for GCC
was the bundled luajit having 'DEFAULT_CC = gcc' hardcoded, but it has
been fixed with the updated fix-luajit-darwin.patch by adding
DEFAULT_CC=cc to the arguments.
2021-11-21 09:19:33 -05:00
Sandro
07f29d2db2
Merge pull request #146829 from r-burns/isx86
2021-11-21 14:20:12 +01:00
Fabian Affolter
92322a1a65
invoice2data: 0.2.93 -> 0.3.6
2021-11-21 13:57:30 +01:00
Thiago Kenji Okada
60b8a7ea07
Merge pull request #145955 from alyaeanyx/bsdiff
...
bsdiff: security and bug fixes
2021-11-21 09:12:15 -03:00
github-actions[bot]
81e2cd50e5
Merge staging-next into staging
2021-11-21 12:01:59 +00:00
github-actions[bot]
c68c4b3db8
Merge master into staging-next
2021-11-21 12:01:20 +00:00
Alexander Bantyev
8aec79b615
Merge pull request #146737 from ymatsiuk/fprintd
...
fprintd-tod: fix the build
2021-11-21 11:31:21 +03:00
Bruno Bigras
fe15c4fd23
kopia: 0.9.5 -> 0.9.6
2021-11-21 03:01:07 -05:00
github-actions[bot]
daffc694ef
Merge staging-next into staging
2021-11-21 06:01:53 +00:00
github-actions[bot]
6ad93ecdbb
Merge master into staging-next
2021-11-21 06:01:18 +00:00
Artturi
67a50ee79f
Merge pull request #146827 from flurie/fix-cdpr-darwin
...
cdpr: fix build on darwin
2021-11-21 05:59:21 +02:00
polykernel
7d310da826
swayr: 0.7.0 -> 0.10.0
2021-11-20 22:31:43 -05:00
Artturi
5e785a95fc
Merge pull request #146825 from S-NA/updates/nilfs-utils
...
nilfs-utils: fix hardcoded paths
2021-11-21 04:36:14 +02:00
0x4A6F
255c284924
czkawka: 0.3.2 -> 0.3.3 ( #146757 )
...
* czkawka: add myself as maintainer
* czkawka: 3.2.0 -> 3.3.0
* czkawka: add testVersion
2021-11-20 18:12:40 -08:00
Ryan Burns
2175b157ac
treewide: refactor isi686 && isx86_64 -> isx86
2021-11-20 17:50:41 -08:00
S. Nordin Abouzahra
24aacf3808
nilfs-utils: fix hardcoded paths
...
/sbin/nilfs_cleanerd -> $out/bin/nilfs_cleanerd
/sbin/badblocks -> ${e2fsprogs}/bin/badblocks
The relevant binaries to test are mkfs.nilfs2 (calls badblocks),
mount.nilfs2 and umount.nilfs2 (calls nilfs_cleanerd).
2021-11-20 19:30:54 -05:00
github-actions[bot]
197135904f
Merge staging-next into staging
2021-11-21 00:02:25 +00:00
github-actions[bot]
43d088886e
Merge master into staging-next
2021-11-21 00:01:46 +00:00
flurie
31b38fd938
cdpr: fix build on darwin
2021-11-20 18:24:38 -05:00
Raphael Megzari
09b01aa435
vector: 0.17.3 -> 0.18.0 ( #146523 )
2021-11-21 07:17:03 +09:00
0x4A6F
3f891f20ae
Merge pull request #146743 from genofire/patch-1
...
maintainers: add genofire (me)
2021-11-20 22:46:41 +01:00
Ryan Burns
6b8c19e616
Merge pull request #146726 from r-burns/rhash
...
[staging] rhash: apply clang patch unconditionally
2021-11-20 13:29:20 -08:00
genofire
39d1d1893b
gotify-desktop: add maintainer genofire (me)
2021-11-20 22:15:45 +01:00
Mrinal Purohit
9387303e39
broot: 1.7.1 -> 1.7.3
2021-11-21 01:47:33 +05:30
Anderson Torres
a817a1dac7
Merge pull request #146729 from ylh/patch-2
...
plan9port: tighten up `broken`
2021-11-20 16:27:28 -03:00
Sandro
82bc9a725d
Merge pull request #146602 from vdemeester/kail-015
2021-11-20 19:39:20 +01:00
Sandro
51d5630687
Merge pull request #142826 from ivan/grab-site-2.2.2
2021-11-20 19:08:53 +01:00
Sandro
389610b208
Merge pull request #146695 from SuperSandro2000/ookla-speedtest
2021-11-20 19:04:49 +01:00
github-actions[bot]
578939f5e2
Merge staging-next into staging
2021-11-20 18:01:43 +00:00
github-actions[bot]
f515d91189
Merge master into staging-next
2021-11-20 18:01:07 +00:00
Domen Kožar
4dba55aec5
Merge pull request #146662 from smancill/ZHF-lrzip
...
lrzip: enable asm on x86 and fix build on darwin
2021-11-20 18:45:47 +01:00
github-actions[bot]
75ceb8957b
Merge staging-next into staging
2021-11-20 12:01:54 +00:00
github-actions[bot]
2d03d542c7
Merge master into staging-next
2021-11-20 12:01:21 +00:00
Domen Kožar
c2fc381a95
Merge pull request #146664 from smancill/ZHF-masscan
...
masscan: fix build on darwin
2021-11-20 14:44:53 +03:00
Yurii Matsiuk
5efc4fbb0c
fprintd-tod: fix the build
2021-11-20 12:08:45 +01:00
Yurii Matsiuk
1b2f4e09b6
Update pkgs/tools/security/fprintd/tod.nix
...
Co-authored-by: Alexander Bantyev <balsoft@balsoft.ru>
2021-11-20 12:07:20 +01:00
Yurii Matsiuk
3cabab8586
fprintd-tod: fix the build
2021-11-20 12:04:35 +01:00
Fabian Affolter
a4dd21a6cd
dnsx: 1.0.6 -> 1.0.7
2021-11-20 12:01:03 +01:00
7c6f434c
fe8c173ab0
Merge pull request #146736 from S-NA/updates/nilfs-utils
...
nilfs-utils: explicitly enable libmount
2021-11-20 08:45:44 +00:00
Fabian Affolter
908b863e83
Merge pull request #146560 from fabaff/bump-trivy
...
trivy: 0.20.2 -> 0.21.0
2021-11-20 09:33:39 +01:00
S. Nordin Abouzahra
747436dee1
nilfs-utils: explicitly enable libmount
...
Despite what the README says, libmount support is not enabled by
default and needs to be enabled explicitly. Without libmount support
the GC daemon (nilfs_cleanerd) is not started at mount.
2021-11-20 03:14:11 -05:00
github-actions[bot]
aa83b76836
Merge staging-next into staging
2021-11-20 06:02:02 +00:00
github-actions[bot]
0373476c4a
Merge master into staging-next
2021-11-20 06:01:21 +00:00
Thiago Kenji Okada
4e89efeed0
htop-vim: init at unstable-2021-10-11
2021-11-20 02:28:54 -03:00
Yestin L. Harrison
5afe6d962c
plan9port: tighten up broken
2021-11-19 21:22:09 -08:00
Ivan Kozik
b5e87f5f2e
grab-site: 2.2.0 -> 2.2.2; pythonPackages.ludios_wpull: 3.0.7 -> 3.0.9
...
Use SQLAlchemy 1.3 because ludios_wpull is incompatible with SQLAlchemy 1.4.
Use Python 3.8 instead of Python 3.7, as namedlist 1.8 fixed compatibility
with Python 3.8. We cannot use Python 3.9 until
https://github.com/ArchiveTeam/ludios_wpull/issues/20 is fixed.
2021-11-20 04:54:58 +00:00
Ryan Burns
65855071f2
rhash: apply clang patch unconditionally
...
The patch will be included in the next release and is safe to apply
unconditionally.
Cleanup after 2d2d472273
2021-11-19 18:45:14 -08:00
github-actions[bot]
580f371380
Merge staging-next into staging
2021-11-20 00:01:57 +00:00
github-actions[bot]
7495684853
Merge master into staging-next
2021-11-20 00:01:21 +00:00
Sebastián Mancilla
5c35e9184d
lrzip: enable asm on x86 and fix build on darwin
...
Enable compilation of native assembly code on x86 systems, instead of
disabling it for all systems. On darwin ensure the format is set to
macho64.
The ASM/x86 directory is compiled whether "--enable-asm" is configured
or not, but it creates an empty archive, which fails on darwin, so
ensure it is not compiled on darwin to fix the build.
2021-11-19 21:00:57 -03:00
Jonathan Ringer
2490c511c4
g933-utils: 2019-08-04 -> 2021-11-19, fix build
2021-11-19 15:28:01 -08:00
Artturi
dd4ce550b3
Merge pull request #146456 from Artturin/misc-updates1
2021-11-20 01:14:44 +02:00
Thiago Kenji Okada
c03139da1d
Merge pull request #146341 from bryanasdev000/gotify-desktop
...
gotify-desktop: init at 1.2.0
2021-11-19 20:11:15 -03:00
Sandro Jäckel
eef64da3db
ookla-speedtest: fix syntax error when evaling on unsupported platforms
2021-11-19 23:49:26 +01:00
Sebastián Mancilla
53fa9753b7
masscan: fix build on darwin
2021-11-19 16:57:28 -03:00
Sebastián Mancilla
b663e1b4d3
lrzip: refactor derivation
...
- Fetch from GitHub
- Set nativeBuildInputs
2021-11-19 16:46:09 -03:00
Victor Buttner
4aea8b21ed
netdiscover: init at 0.8.1
2021-11-19 20:08:09 +01:00
github-actions[bot]
e9cc89e77e
Merge staging-next into staging
2021-11-19 18:01:56 +00:00
Jonathan Ringer
6ede9cd761
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/applications/audio/hybridreverb2/default.nix
2021-11-19 08:44:33 -08:00
Sandro
f4de9063c8
Merge pull request #145945 from trofi/fix-sourceHighlight-for-gcc-12
2021-11-19 17:16:04 +01:00
Sandro
f0eaaeb774
Merge pull request #144567 from mkg20001/wgf
2021-11-19 17:03:39 +01:00
Sandro
32f91d79e9
Merge pull request #143073 from NeverBehave/pkg/ocserv
2021-11-19 13:24:02 +01:00
Bobby Rong
0dbfc99b52
Merge pull request #143482 from r-ryantm/auto-update/step-ca
...
step-ca: 0.17.4 -> 0.17.6
2021-11-19 20:18:03 +08:00
github-actions[bot]
18fa792057
Merge staging-next into staging
2021-11-19 12:01:48 +00:00
github-actions[bot]
9d44a614de
Merge master into staging-next
2021-11-19 12:01:09 +00:00
Vincent Demeester
17c12a8cd2
kail: 0.8.0 -> 0.15.0 switch to buildGoModule
...
Updating to the latest release and switching to go modules.
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2021-11-19 11:06:05 +01:00
Sergei Trofimovich
217aa28f46
wiimms-iso-tools: pull pending upstream inclusion fix for ncurses-6.3
...
Without the fix build on ncurses-6.3 fails as:
src/lib-std.c:3623:32: error: format not a string literal and no format arguments [-Werror=format-security]
3623 | ERROR0(ERR_WARNING,errmsg);
| ^~~~~~
2021-11-19 09:40:38 +00:00
Sebastián Mancilla
01fd2714c6
pn: unstable-2021-01-28 -> 0.9.0
2021-11-19 00:04:53 -08:00
Sebastián Mancilla
e1361b69d9
l2md: unstable-2020-07-31 -> unstable-2021-10-27
...
Build on darwin.
2021-11-18 22:09:41 -08:00
Ben Siraphob
28b46d97ff
Merge pull request #146521 from midchildan/fix/cmigemo-darwin
2021-11-19 00:02:24 -06:00
Ryan Burns
2d2d472273
rhash: fix build on darwin
...
Clang requires upstream patch to fix configure script
We're in crunch time for the 21.11 release and this causes lots of rebuilds,
so the patch is applied conditionally to give Hydra a break. After it
gets auto-merged into staging, I'll do a followup PR to make it
unconditional.
2021-11-18 17:51:49 -08:00
github-actions[bot]
9747d437c5
Merge staging-next into staging
2021-11-19 00:02:17 +00:00
github-actions[bot]
c83cfc58e5
Merge master into staging-next
2021-11-19 00:01:26 +00:00
Fabian Affolter
d61d1031f1
Merge pull request #146555 from fabaff/bump-metasploit
...
metasploit: 6.1.14 -> 6.1.15
2021-11-19 00:25:50 +01:00
Fabian Affolter
913ec13c6d
Merge pull request #146551 from fabaff/bump-exploitdb
...
exploitdb: 2021-11-16 -> 2021-11-18
2021-11-19 00:25:25 +01:00
Fabian Affolter
a8f57f2c40
trivy: 0.20.2 -> 0.21.0
2021-11-18 23:54:01 +01:00
Fabian Affolter
5c7006d513
metasploit: 6.1.14 -> 6.1.15
2021-11-18 23:24:05 +01:00
Artturi
02e95c2fd7
Merge pull request #146288 from Artturin/mtoolsandsuch
2021-11-19 00:21:08 +02:00
Fabian Affolter
66ed8b2212
exploitdb: 2021-11-16 -> 2021-11-18
2021-11-18 23:08:12 +01:00
Robert Scott
b86b089c72
Merge pull request #146529 from smancill/ZHF-convbin
...
convbin: fix build on darwin
2021-11-18 21:23:05 +00:00
Benjamin Hipple
e17aa2be66
Merge pull request #146301 from bbigras/truffleHog
...
truffleHog: 2.1.11 -> 2.2.1
2021-11-18 16:22:35 -05:00
Sebastián Mancilla
9c177f0a1f
pax: fix build on darwin
2021-11-18 12:34:04 -08:00
Sebastián Mancilla
9584a89e69
convbin: fix build on darwin
2021-11-18 17:17:15 -03:00
midchildan
5f8dc66f42
cmigemo: fix Darwin build
2021-11-19 03:47:28 +09:00
midchildan
443bb33421
skk-dicts: fix Darwin build
2021-11-19 03:47:18 +09:00
Sandro
da059cffc1
Merge pull request #146490 from msfjarvis/hs/2021-11-18/lychee-0.8.1
2021-11-18 19:45:06 +01:00
Sandro
6456bfce6d
Merge pull request #146514 from smancill/ZHF-rates
2021-11-18 19:34:40 +01:00
Tomislav Markovski
d87cb1d3c8
trinsic-cli: init at 1.1.0
2021-11-18 13:30:28 -05:00
github-actions[bot]
93d09085ea
Merge staging-next into staging
2021-11-18 18:01:51 +00:00
github-actions[bot]
91e24d05d7
Merge master into staging-next
2021-11-18 18:01:14 +00:00
Hollow Man
479715923b
ibus-theme-tools: init at 4.2.0 ( #146361 )
2021-11-18 18:44:59 +01:00
Sebastián Mancilla
db8278e295
rates: fix build on darwin
2021-11-18 14:42:50 -03:00
Sandro Jäckel
2376862609
croc: 9.4.2 -> 9.5.0
2021-11-18 17:52:00 +01:00
Harsh Shandilya
dee196abef
lychee: 0.7.0 -> 0.8.1
2021-11-18 20:27:58 +05:30
Thiago Kenji Okada
49ee4f601f
Merge pull request #146438 from figsoda/update-tidy-viewer
...
tidy-viewer: 1.4.2 -> 1.4.3
2021-11-18 10:56:10 -03:00
Anderson Torres
9592d12799
Merge pull request #146323 from AndersonTorres/new-misc
...
plan9port: quick&dirty fixup
2021-11-18 10:06:01 -03:00
Kevin Tran
57407fed58
kio-fuse: init at 5.0.1 ( #138492 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-18 13:29:50 +01:00
github-actions[bot]
6ed7100e47
Merge staging-next into staging
2021-11-18 12:01:54 +00:00
github-actions[bot]
c20c52d15c
Merge master into staging-next
2021-11-18 12:01:15 +00:00
Bobby Rong
c48fff2e16
Merge pull request #146399 from Kranzes/bump-ookla
...
ookla-speedtest: 1.0.0 -> 1.1.0
2021-11-18 19:15:54 +08:00
Sandro
cbaa609b1d
Merge pull request #142804 from ornxka/aliyun-cli
2021-11-18 12:05:16 +01:00
Sergei Trofimovich
7331816f56
nfstrace: pull pending upstream inclusion fix for ncurses-6.3
...
Without the fix build on ncurses-6.3 fails as:
nfstrace/analyzers/src/watch/nc_windows/header_window.cpp:77:82:
error: format '%d' expects argument of type 'int', but argument 5 has type 'time_t' {aka 'long int'} [-Werror=format=]
77 | mvwprintw(_window, HEADER::ELAPSED_LINE, FIRST_CHAR_POS, "Elapsed time: \t %d days; %d:%d:%d times",
| ~^
| int
| %ld
While at it wropped blnket -Werror that fails on gcc-12 and clang-12.
2021-11-18 08:20:05 +00:00
Fabian Affolter
e0e06ded2d
Merge pull request #146375 from fabaff/bump-gau
...
gau: 1.2.0 -> 2.0.6
2021-11-18 08:42:23 +01:00
Sarah Brofeldt
c89cf3325b
Merge pull request #146455 from endgame/topicctl-1.2.0
...
topicctl: 1.1.1 -> 1.2.0
2021-11-18 07:58:09 +01:00
github-actions[bot]
a02cedf319
Merge staging-next into staging
2021-11-18 06:01:57 +00:00
github-actions[bot]
385e4f8531
Merge master into staging-next
2021-11-18 06:01:22 +00:00
jgart
50bbc006ba
svgcleaner: Remove deprecated package.
2021-11-17 22:51:20 -05:00
Niklas Hambüchen
21b6b5a069
ntfy: Patch Slack integration to work again.
...
See https://github.com/dschep/ntfy/pull/229
2021-11-18 03:04:03 +01:00
Jack Kelly
62db7503eb
topicctl: 1.1.1 -> 1.2.0
2021-11-18 10:52:01 +10:00
Robert Hensing
9005cb8835
Merge pull request #145841 from l0b0/fix-indentation
...
Fix indentation
2021-11-18 00:38:59 +01:00
figsoda
6a43259fa8
tidy-viewer: 1.4.2 -> 1.4.3
2021-11-17 17:05:27 -05:00
Artturin
015a305ab6
google-cloud-sdk: fix completion loading
2021-11-17 20:15:45 +02:00
github-actions[bot]
c77daf4da1
Merge master into staging-next
2021-11-17 18:00:59 +00:00
Maciej Krüger
a54392efda
wg-friendly-peer-names: init at unstable-2021-11-08
2021-11-17 18:15:29 +01:00
AndersonTorres
927e685929
Mark as broken on Darwin
2021-11-17 13:53:25 -03:00
Maximilian Bosch
80e6ae766a
Merge pull request #146167 from Ma27/bump-diffoscope
...
diffoscope: 190 -> 192
2021-11-17 17:36:10 +01:00
Ilan Joselevich
5ffd52d09f
ookla-speedtest: 1.0.0 -> 1.1.0
2021-11-17 17:04:54 +02:00
Maximilian Bosch
cc9e0c77cb
diffoscope: 190 -> 192
...
ChangeLogs:
* https://diffoscope.org/news/diffoscope-191-released/
* https://diffoscope.org/news/diffoscope-192-released/
2021-11-17 13:21:20 +01:00
Fabian Affolter
98e19d0333
gau: 1.2.0 -> 2.0.6
2021-11-17 10:46:33 +01:00
Sergei Trofimovich
e08e150504
multitail: pull pending upstream inclusion fix for ncurses-6.3
...
Without the fix build on ncurses-6.3 fails as:
ui.c:1167:71: error: format not a string literal and no format arguments [-Werror=format-security]
1167 | mvwprintw(mywin -> win, 4 + loop, 42, dummy);
| ^~~~~
2021-11-17 08:09:12 +00:00
github-actions[bot]
f8cf67790e
Merge master into staging-next
2021-11-17 06:01:28 +00:00
Bryan A. S
38f51c213c
gotify-desktop: init at 1.2.0
2021-11-16 23:48:47 -03:00
Sandro
6601a9e385
Merge pull request #143504 from mayflower/bump-meshcentral
2021-11-17 03:38:58 +01:00
Anderson Torres
12b0fcffab
Merge pull request #146334 from flurie/fix-cbftp-darwin
...
cbftp: fix build on darwin
2021-11-16 23:38:13 -03:00
P. R. d. O
acf5047732
qflipper: init at 0.5.3
2021-11-16 20:05:44 -06:00
figsoda
6ad04bcb7d
Merge pull request #146243 from figsoda/treewide-rust-feature
...
treewide: use buildFeatures and checkFeatures for rust packages
2021-11-16 21:00:48 -05:00
flurie
2b46936e9c
cbftp: fix build on darwin
2021-11-16 20:42:55 -05:00
Ryan Mulligan
090ebba30f
nix-universal-prefetch: 0.3.0 -> 0.4.0
2021-11-16 16:53:15 -08:00
github-actions[bot]
90829d83e5
Merge master into staging-next
2021-11-17 00:01:49 +00:00
AndersonTorres
17b1055d65
plan9port: quick&dirty breakage fix
...
The presence of '+' in version string propagates to PATH variable, which breaks
`u` script, because `u` uses p9p's `sed` that treats `+` as a metacharacter.
Because of this, the version string will be reverted.
2021-11-16 20:16:43 -03:00
figsoda
e5335c7b5a
Merge pull request #145390 from figsoda/update-cargo-outdated
...
cargo-outdated: 0.9.18 -> 0.10.1
2021-11-16 17:34:29 -05:00
Artturin
c9e8bf8914
gparted: add mtools, dosfstools
...
the impact on closure size is 1M
2021-11-17 00:26:31 +02:00
Thiago Kenji Okada
c69f32ea30
Merge pull request #146193 from bryanasdev000/mongodb-compass
...
mongodb-compass: 1.25.0 -> 1.29.4
2021-11-16 19:21:24 -03:00
Bryan A. S
d9673a6e90
mongodb-compass: 1.25.0 -> 1.29.4
2021-11-16 19:13:42 -03:00
figsoda
f12614d43b
cargo-outdated: 0.9.18 -> 0.10.1
2021-11-16 16:56:19 -05:00
Bruno Bigras
33cf995134
truffleHog: 2.1.11 -> 2.2.1
2021-11-16 16:18:45 -05:00
misuzu
75b6455294
zerotierone: 1.8.2 -> 1.8.3 ( #146293 )
2021-11-16 20:50:30 +00:00
Fabian Affolter
d74b9bab02
Merge pull request #146066 from amfl/gemget-1.8.0
...
gemget: init at 1.8.0
2021-11-16 19:53:13 +01:00
Martin Weinelt
2cc5606c84
Merge pull request #142319 from mweinelt/node2nix
2021-11-16 19:46:17 +01:00
Sandro
0f72345876
Merge pull request #138985 from arcnmx/vimpager-shell
2021-11-16 19:06:28 +01:00
Jonathan Ringer
a2e621d20d
Merge remote-tracking branch 'origin/master' into staging-next
2021-11-16 07:50:20 -08:00
Pavol Rusnak
1663708500
Merge pull request #142468 from prusnak/dotnet-update
...
dotnet-sdk_3: 3.1.19 -> 3.1.21 + dotnet-sdk_5: 5.0.10 -> 5.0.12
2021-11-16 16:27:23 +01:00