davidak
70d761983d
Merge pull request #170425 from armeenm/remove-py-wmi-client
...
py-wmi-client: remove
2022-05-09 08:48:22 +02:00
davidak
4aae058c30
Merge pull request #169872 from armeenm/remove-phantomjs2
...
phantomjs2: remove
2022-05-09 08:15:36 +02:00
Vladimír Čunát
43c99bebda
Merge #171497 : staging-next 2022-05-04
2022-05-09 07:19:20 +02:00
Sandro
58585adbcd
Merge pull request #171862 from WolfangAukang/ovftool
2022-05-09 03:47:09 +02:00
Mario Rodas
80575aa93c
Merge pull request #171996 from edef1c/kak-lsp-12.2.0
...
kak-lsp: 12.1.0 -> 12.2.0
2022-05-08 20:15:22 -05:00
github-actions[bot]
f39e774f11
Merge master into staging-next
2022-05-09 00:02:27 +00:00
Sandro
884ba7d525
Merge pull request #171354 from dotlambda/trytond-6.4.0
2022-05-09 01:22:03 +02:00
Sandro
edb9e95e5d
Merge pull request #172090 from dotlambda/getmail6-6.18.7
...
getmail6: 6.18.6 -> 6.18.7
2022-05-09 00:02:32 +02:00
Sandro
fd9aa19396
Merge pull request #171953 from Artturin/netcatbsd
...
netcat-openbsd: init at 1.218-5
2022-05-08 23:59:19 +02:00
Robert Schütz
9dc9e4344d
getmail6: 6.18.6 -> 6.18.7
...
https://github.com/getmail6/getmail6/releases/tag/v6.18.7
2022-05-08 20:35:47 +00:00
Robert Schütz
a2675e7e29
python3Packages.twisted: use extras-require
2022-05-08 20:32:14 +00:00
Sandro
219573548c
Merge pull request #171141 from romildo/upd.cmst
...
cmst: 2022.03.13 -> 2020.11.01
2022-05-08 22:18:18 +02:00
P. R. d. O
b330818d69
ovftool: init at 4.4.1
2022-05-08 14:14:54 -06:00
haslersn
1391482b41
virtctl: init at 0.52.0 ( #171734 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-05-08 22:11:41 +02:00
Artturi
82c09e5ea4
Merge pull request #170868 from Luflosi/update/swtpm
...
swtpm: 0.7.2 -> 0.7.3
2022-05-08 23:10:48 +03:00
Sandro
d30562f0b0
Merge pull request #114156 from malte-v/add-bdfresize
...
bdfresize: init at 1.5
2022-05-08 21:01:04 +02:00
github-actions[bot]
e92815729d
Merge master into staging-next
2022-05-08 18:01:10 +00:00
Fabian Affolter
8713be7543
Merge pull request #172048 from fabaff/bump-metasploit
...
metasploit: 6.1.40 -> 6.1.41
2022-05-08 17:36:15 +02:00
Artturi
7854686295
Merge pull request #172033 from trofi/fix-fno-common-for-xnee
...
xnee: pull fix pending upstream inclusion for -fno-common toolchain s…
2022-05-08 15:06:25 +03:00
Artturi
14818cc7b2
Merge pull request #171782 from trofi/fix-fno-common-for-ipmitool
...
ipmitool: fix build on -fno-common toolchains
2022-05-08 15:05:42 +03:00
github-actions[bot]
eaaed3f1d2
Merge master into staging-next
2022-05-08 12:01:07 +00:00
Bobby Rong
3138c317c9
Merge pull request #171871 from SuperSandro2000/rustscan
...
rustscan: remove myself from maintainers
2022-05-08 19:46:22 +08:00
Jörg Thalheim
70c4d6069b
Merge pull request #172045 from trofi/fix-fno-common-for-ncrack
...
ncrack: pull upstream fix for fno-common toolchains
2022-05-08 10:29:55 +01:00
Fabian Affolter
b9eea8930c
metasploit: 6.1.40 -> 6.1.41
2022-05-08 11:09:42 +02:00
Sergei Trofimovich
83cfaa762b
ncrack: pull upstream fix for fno-common toolchains
...
Without the change build on -fno-common toolchains like upstream gcc-10
fails as:
$ nix build -L --impure --expr 'with import ./. {}; ncrack.overrideAttrs (oa: { NIX_CFLAGS_COMPILE = (oa.NIX_CFLAGS_COMPILE or "") + "-fno-common"; })'
...
ld: opensshlib/libopenssh.a(umac128.o):/build/source/opensshlib/umac.c:1184:
multiple definition of `umac_ctx'; opensshlib/libopenssh.a(umac.o):/build/source/opensshlib/umac.c:1184: first defined here
2022-05-08 09:39:51 +01:00
Fabian Affolter
61d4800189
Merge pull request #172031 from r-ryantm/auto-update/kube-hunter
...
kube-hunter: 0.6.5 -> 0.6.7
2022-05-08 09:53:55 +02:00
7c6f434c
0e5732e1a7
Merge pull request #171992 from trofi/fix-fno-common-for-xwinmosaic
...
xwinmosaic: pull upstream fix for -fno-common toolchains
2022-05-08 07:47:08 +00:00
7c6f434c
e07e51a5d7
Merge pull request #171718 from trofi/update-btrfs-progs
...
btrfs-progs: 5.16.2 -> 5.17
2022-05-08 07:43:12 +00:00
Sergei Trofimovich
5b50f0de1d
xnee: pull fix pending upstream inclusion for -fno-common toolchain support
...
Without the change build fails as:
$ nix build -L --impure --expr 'with import ./. {}; xnee.overrideAttrs (oa: { NIX_CFLAGS_COMPILE = (oa.NIX_CFLAGS_COMPILE or "") + "-fno-common"; })'
...
ld: .libs/xnee_xinput.o:/build/xnee-3.19/libxnee/src/../include/libxnee/xnee_internal.h:117:
multiple definition of `xnee_mode';
2022-05-08 08:06:42 +01:00
Bobby Rong
07f3986fba
Merge pull request #167219 from r-ryantm/auto-update/html-xml-utils
...
html-xml-utils: 8.3 -> 8.4
2022-05-08 14:12:47 +08:00
Bobby Rong
b3923b7910
Merge pull request #167585 from r-ryantm/auto-update/tgt
...
tgt: 1.0.81 -> 1.0.82
2022-05-08 14:08:57 +08:00
Bobby Rong
cf4f51792c
Merge pull request #168858 from aaronjheng/mmake
...
mmake: 1.2.0 -> 1.4.0
2022-05-08 14:02:13 +08:00
github-actions[bot]
7c1e4ffd7f
Merge master into staging-next
2022-05-08 06:01:24 +00:00
Bobby Rong
60480a51d5
Merge pull request #168851 from aaronjheng/codesearch
...
codesearch: 1.0.0 -> 1.2.0
2022-05-08 14:01:05 +08:00
Bobby Rong
a2a044bcc5
Merge pull request #168995 from aaronjheng/aws-rotate-key
...
aws-rotate-key: 1.0.6 -> 1.0.8
2022-05-08 13:57:23 +08:00
R. Ryantm
17acaf1708
kube-hunter: 0.6.5 -> 0.6.7
2022-05-08 05:24:16 +00:00
Artturi
ecf7354788
Merge pull request #171303 from renesat/submit/autorestic
...
autorestic: 1.5.8 -> 1.7.1
2022-05-08 06:31:44 +03:00
Artturi
0c79aa4780
Merge pull request #171338 from aaronjheng/exoscale-cli
...
exoscale-cli: 1.52.1 -> 1.54.0
2022-05-08 06:29:26 +03:00
Artturi
e702cc94a3
Merge pull request #172007 from dotlambda/abcmidi-2022.05.05
...
abcmidi: 2022.04.28 -> 2022.05.05
2022-05-08 06:24:20 +03:00
Robert Schütz
453590adec
elasticsearch-curator: 5.8.1 -> 5.8.4
2022-05-07 20:23:24 -07:00
P. R. d. O
08a7a6670e
bashblog: add hooks on install phase
2022-05-07 20:51:49 -06:00
Robert Schütz
ec31b56db1
abcmidi: 2022.04.28 -> 2022.05.05
2022-05-08 00:44:34 +00:00
Mario Rodas
69a57d5b2e
Merge pull request #170428 from armeenm/opencc-python3
...
opencc: switch to python3
2022-05-07 19:15:27 -05:00
Mario Rodas
17dcc30b0a
Merge pull request #170432 from armeenm/syslogng-python3
...
syslogng: switch to python3
2022-05-07 19:12:05 -05:00
Mario Rodas
7d2d59f137
Merge pull request #170434 from armeenm/ps_mem-python3
...
ps_mem: switch to python3
2022-05-07 19:10:58 -05:00
github-actions[bot]
d6c9d38363
Merge master into staging-next
2022-05-08 00:02:24 +00:00
Erik Rodriguez
a917f83e33
neofetch: unstable-2020-11-26 -> unstable-2020-12-10
2022-05-07 19:12:14 -03:00
edef
399cbca0a3
kak-lsp: 12.1.0 -> 12.2.0
2022-05-07 21:34:26 +00:00
Sergei Trofimovich
5bfd8093b7
xwinmosaic: pull upstream fix for -fno-common toolchains
...
Without the change build fails as:
$ nix build --impure --expr 'with import ./. {}; xwinmosaic.overrideAttrs (oa: { NIX_CFLAGS_COMPILE = (oa.NIX_CFLAGS_COMPILE or "") + "-fno-common"; })'
ld: CMakeFiles/xwinmosaic.dir/main.c.o:(.bss+0xc0):
multiple definition of `a_NET_CURRENT_DESKTOP'; CMakeFiles/xwinmosaic.dir/x_interaction.c.o:(.bss+0xc0): first defined here
ld: CMakeFiles/xwinmosaic.dir/main.c.o:(.bss+0xc8):
multiple definition of `a_NET_DESKTOP_VIEWPORT'; CMakeFiles/xwinmosaic.dir/x_interaction.c.o:(.bss+0xc8): first defined here
2022-05-07 22:02:19 +01:00
github-actions[bot]
84277e82a5
Merge master into staging-next
2022-05-07 18:01:03 +00:00