Jörg Thalheim
d8d06d1cec
Merge pull request #109455 from siraben/remove-stdenv-lib
2021-01-16 16:17:07 +00:00
Sandro
1fb0c48cf2
Merge pull request #107759 from mweinelt/kea
...
kea: 1.5.0-P1 -> 1.8.2
2021-01-16 16:04:58 +01:00
Ben Siraphob
badf51221d
treewide: stdenv.lib -> lib
2021-01-16 17:58:11 +07:00
Ben Siraphob
8c5d37129f
pkgs/tools: stdenv.lib -> lib
2021-01-15 17:12:36 +07:00
Alvar Penning
7c395b756d
go-shadowsocks2: 0.0.11 -> 0.1.3
2021-01-13 10:12:29 +01:00
Sandro
cc0d004530
Merge pull request #109124 from fabaff/bump-socat
...
socat: 1.7.3.4 -> 1.7.4.1
2021-01-13 08:43:49 +01:00
Jonathan Ringer
8aaba2790d
ytcc: 1.8.4 -> 2.0.1
2021-01-12 10:19:06 -08:00
Fabian Affolter
bde9c12b59
socat: 1.7.3.4 -> 1.7.4.1
2021-01-12 17:32:58 +01:00
Jörg Thalheim
26787436b3
Merge pull request #109109 from Mic92/ofono
...
ofono: load configuration from outside the nix store
2021-01-12 15:05:10 +00:00
Fabian Affolter
8484a73059
netsniff-ng: 0.6.7 -> 0.6.8 ( #109049 )
2021-01-12 15:56:36 +01:00
Jörg Thalheim
65bf177b0b
ofono: load configuration from outside the nix store
2021-01-12 13:13:36 +01:00
Martin Weinelt
f07cef2e7f
kea: 1.5.0-P1 -> 1.8.2
...
Enables kea-shell and perfdhcp, drops several unused dependencies.
2021-01-11 20:04:42 +01:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
github-actions[bot]
36bab113bf
Merge master into staging-next
2021-01-11 01:02:21 +00:00
Sandro
e7fe0bbc91
Merge pull request #108805 from servalcatty/v2ray
...
v2ray: 4.33.0 -> 4.34.0
2021-01-11 01:40:33 +01:00
Jan Tojnar
dd72357155
Merge branch 'master' into staging-next
2021-01-10 23:24:33 +01:00
Serval
0f34b4c439
v2ray: 4.33.0 -> 4.34.0
2021-01-10 22:06:46 +08:00
Sandro Jäckel
511c7203b0
urlwatch: Disable tests, name -> pname
2021-01-10 13:18:37 +01:00
Jan Tojnar
e6c0c98940
Merge branch 'master' into staging-next
...
zynaddsubfx conflict has been updated to 3.0.1, which conflicted with rewrite after 3.0.5 update on a different branch.
2021-01-08 02:07:34 +01:00
Guillaume Girol
d52f984624
Merge pull request #108591 from iblech/patch-24
...
dsniff: unbreak the build
2021-01-07 21:40:32 +00:00
Jan Tojnar
f19eb635b4
Merge branch 'master' into staging-next
...
b04fc593e7
seems to have accidentally changed mkDerivation function for dfilemanager and solarus-quest-editor so I have reverted that here.
2021-01-07 13:04:31 +01:00
Sandro
e96424dc1e
Merge pull request #108648 from djanatyn/pkg/rdrview
...
rdrview: init at unstable-2020-12-22
2021-01-07 12:00:06 +01:00
Jonathan Strickland
cddd4fe84a
rdrview: init at unstable-2020-12-22
2021-01-07 04:44:47 -05:00
Ingo Blechschmidt
0f15ca239d
dsniff: unbreak the build
...
We revert to using GCC 9 for compilation, in order to work around a GCC 10 bug
resulting in a segfault when compiling.
The alternative would be to restrict to optimization level -O1, but this
disables fortify.
2021-01-07 00:30:10 +01:00
Maximilian Bosch
08d77caac0
tcpdump: fix CVE-2020-8037
...
https://nvd.nist.gov/vuln/detail/CVE-2020-8037
2021-01-05 19:39:28 +01:00
AndersonTorres
12338f6ca8
wifish: init at 1.1.4
2021-01-03 23:16:18 -03:00
github-actions[bot]
581059aed4
Merge staging-next into staging
2021-01-04 00:57:38 +00:00
John Ericson
5c2965145f
treewide: Inline more of the static overlay
...
Picking up where #107238 left off. I think I'll have gotten all the easy
stuff with this.
2021-01-03 21:46:14 +00:00
John Ericson
f52263ced0
treewide: Start to break up static overlay
...
We can use use `stdenv.hostPlatform.isStatic` instead, and move the
logic per package. The least opionated benefit of this is that it makes
it much easier to replace packages with modified ones, as there is no
longer any issue of overlay order.
CC @FRidh @matthewbauer
2021-01-03 19:18:16 +00:00
github-actions[bot]
07165c7226
Merge staging-next into staging
2021-01-03 18:38:32 +00:00
John Ericson
b03fdcc7f9
Merge pull request #108300 from siraben/parallel-cmake
...
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03 13:22:09 -05:00
Anderson Torres
efa604c139
Merge pull request #108293 from zowoq/docs-test
...
megatools: use wrapGAppsNoGuiHook
2021-01-03 11:58:59 -03:00
Pavol Rusnak
712830d101
Merge pull request #108310 from mdlayher/mdl-bump-corerad
...
corerad: 0.2.8 -> 0.3.0
2021-01-03 13:26:14 +01:00
github-actions[bot]
0649757570
Merge staging-next into staging
2021-01-03 12:24:59 +00:00
Pavol Rusnak
9ce2291c2c
Merge pull request #108290 from dywedir/wavemon
...
wavemon: 0.9.2 -> 0.9.3
2021-01-03 13:12:22 +01:00
Matt Layher
680a8e7cd8
corerad: 0.2.8 -> 0.3.0
...
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2021-01-03 07:02:30 -05:00
Ben Siraphob
3ae5e6ce03
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03 18:37:40 +07:00
zowoq
244503020c
megatools: use wrapGAppsNoGuiHook
...
The gui packages pulled in by wrapGAppsHook aren't needed as it's a cli tool.
2021-01-03 19:16:48 +10:00
Vladyslav M
8a80f395b0
wavemon: 0.9.2 -> 0.9.3
2021-01-03 10:44:14 +02:00
Ben Siraphob
b04fc593e7
treewide: cmake buildInputs to nativeBuildInputs, minor cleanups
2021-01-01 11:52:33 +07:00
github-actions[bot]
e75c8744cb
Merge master into staging-next
2020-12-30 18:40:45 +00:00
Pontus Stenetorp
a4e95b70f2
fdm: modernised syntax
2020-12-30 13:17:35 +00:00
Pontus Stenetorp
3fa4f4718f
fdm: 1.9.0.20170124 -> 2.0
2020-12-30 13:17:35 +00:00
Pontus Stenetorp
326f94c059
fdm: add ninjin as a maintainer
2020-12-30 13:17:34 +00:00
Fabian Affolter
9306376464
evillimiter: init at 1.5.0
2020-12-29 23:43:57 +01:00
github-actions[bot]
c86ce50258
Merge master into staging-next
2020-12-29 00:51:31 +00:00
Francesco Gazzetta
9e5b6480c5
qrcp: 0.6.4 -> 0.7.0
2020-12-28 17:21:26 +01:00
github-actions[bot]
d5506c4c59
Merge master into staging-next
2020-12-28 12:24:08 +00:00
freezeboy
ad13f0e569
cjdns: 21 -> 21.1
2020-12-28 12:17:39 +01:00
luc65r
f6fceb321b
Remove trailing whitespaces and fix indentation
2020-12-28 08:43:32 +01:00
luc65r
5a25e3e7e9
dhcp: fix build with gcc10
2020-12-28 08:43:31 +01:00
github-actions[bot]
2d9193f9f0
Merge staging-next into staging
2020-12-28 06:21:16 +00:00
zowoq
8c2b85597d
kapp: 0.34.0 -> 0.35.0
2020-12-28 11:36:52 +10:00
Billy J Rhoades II
8d214984a6
kapp: init at 0.34.0
...
Added kapp at 0.34.0 which is currently missing in nixpkgs
2020-12-28 11:36:52 +10:00
github-actions[bot]
c60825a5d9
Merge staging-next into staging
2020-12-27 18:30:33 +00:00
Fabian Affolter
fe6879bb78
proxify: init at 0.0.3
2020-12-27 14:00:18 +01:00
github-actions[bot]
d4a33d75f2
Merge staging-next into staging
2020-12-26 18:28:57 +00:00
John Ericson
d6eebc0cc3
Merge pull request #107606 from lopsided98/openssh-cross
...
openssh: fix cross-compilation
2020-12-26 10:31:36 -05:00
Ben Wolsieffer
c0681ac66a
openssh: fix cross-compilation after #100906
...
krb5-config from the host platform needs to be added to PATH so it can be run
during build. This works because krb5-config is a platform independent
shell-script. Before #100906 , krb5-config was not used, so we didn't run into
this problem.
2020-12-25 18:36:21 -05:00
github-actions[bot]
7659201d58
Merge staging-next into staging
2020-12-25 18:28:52 +00:00
Tim Steinbach
f03f386f45
httpstat: 1.3.0 -> 1.3.1
2020-12-25 11:00:21 -05:00
github-actions[bot]
09a970dcd2
Merge staging-next into staging
2020-12-25 12:23:40 +00:00
Sandro
6180ee5243
Merge pull request #101543 from iblech/patch-21
2020-12-25 13:02:17 +01:00
github-actions[bot]
e1c2ee0555
Merge staging-next into staging
2020-12-21 18:23:33 +00:00
github-actions[bot]
85b7955180
Merge master into staging-next
2020-12-21 18:23:29 +00:00
Sandro
ff234e95a5
Merge pull request #98494 from fgaz/qrcp/0.6.4
...
qrcp: renamed from qr-filetransfer, unstable-2018-10-22 -> 0.6.4
2020-12-21 18:41:58 +01:00
Janne Heß
0e7903738a
saldl: Add Python3 for wafHook
2020-12-17 19:01:33 +01:00
Francesco Gazzetta
a32af20cdf
qrcp: renamed from qr-filetransfer, unstable-2018-10-22 -> 0.6.4
2020-12-14 18:09:33 +01:00
Andreas Fuchs
9b18a0f353
mosh: Hermeticize mosh-client path reference from mosh.pl
...
Do the same thing as we do for the "ssh" binary, except with
mosh-client: Patch the perl source to substitute mosh-client with
@mosh-client@, then substituteInPlace the variable out for the
compilation output path.
2020-12-14 00:45:26 -05:00
github-actions[bot]
df91ae1ac0
Merge staging-next into staging
2020-12-13 12:20:05 +00:00
Vladimír Čunát
0e18a48042
dnsperf: 2.3.4 -> 2.4.0
...
https://github.com/DNS-OARC/dnsperf/releases/tag/v2.4.0
2020-12-13 10:58:08 +01:00
github-actions[bot]
1ab054fa5d
Merge staging-next into staging
2020-12-12 18:15:40 +00:00
Jörg Thalheim
5f0d38f05b
Merge pull request #106715 from Mic92/tinc
2020-12-12 16:35:59 +00:00
Jörg Thalheim
f341fd2fe0
tinc: add myself as maintainer
2020-12-12 07:38:39 +01:00
github-actions[bot]
ad994db6cd
Merge staging-next into staging
2020-12-11 18:15:37 +00:00
Martin Weinelt
4c5d46c1f2
Merge pull request #106452 from mweinelt/curl
...
curl: 7.73.0 -> 7.74.0
2020-12-11 18:30:58 +01:00
Doron Behar
945d4b00db
Merge pull request #106309 from SuperSandro2000/feature/bump_pyxdg
...
khal,stig,deluge_1,libtorrent-rasterbar,linkchecker: Disable failing tests
2020-12-11 18:44:24 +02:00
github-actions[bot]
f6be2d2635
Merge staging-next into staging
2020-12-11 06:17:55 +00:00
github-actions[bot]
43f4575008
Merge master into staging-next
2020-12-11 06:17:52 +00:00
R. RyanTM
b197e04c78
dnsproxy: 0.33.2 -> 0.33.3
2020-12-10 14:39:03 +00:00
github-actions[bot]
4e33f29b79
Merge staging-next into staging
2020-12-10 12:20:23 +00:00
github-actions[bot]
9e3f47d2e8
Merge master into staging-next
2020-12-10 12:20:20 +00:00
Mario Rodas
32cedb6dde
Merge pull request #106485 from r-ryantm/auto-update/openntpd
...
openntpd: 6.2p3 -> 6.8p1
2020-12-10 06:12:37 -05:00
Jan Tojnar
bf2f0ec278
Merge branch 'staging-next' into staging
2020-12-10 04:41:08 +01:00
Jan Tojnar
4f20afbc19
Merge branch 'master' into staging-next
2020-12-10 04:39:30 +01:00
R. RyanTM
05cb81f675
openntpd: 6.2p3 -> 6.8p1
2020-12-09 20:41:21 +00:00
Martin Weinelt
5ba727781f
curl: 7.73.0 -> 7.74.0
...
https://curl.se/docs/CVE-2020-8284.html
https://curl.se/docs/CVE-2020-8285.html
https://curl.se/docs/CVE-2020-8286.html
Fixes: CVE-2020-8284, CVE-2020-8285, CVE-2020-8286
2020-12-09 15:25:33 +01:00
Bouke van der Bijl
2facfb8949
swagger-codegen: 2.3.1 -> 2.4.17
2020-12-09 12:17:32 +01:00
Niklas Hambüchen
87413f30a5
Merge pull request #100906 from KAction/openssh
...
openssh: fix static build
2020-12-09 00:39:56 +01:00
github-actions[bot]
4549c836e7
Merge master into staging-next
2020-12-08 12:19:44 +00:00
Mario Rodas
72b9f48cdd
Merge pull request #106259 from servalcatty/v2ray
...
v2ray: 4.32.1 -> 4.33.0
2020-12-08 03:58:34 -05:00
Martin Weinelt
e8959c4660
unbound: 1.12.0 -> 1.13.0
...
https://lists.nlnetlabs.nl/pipermail/unbound-users/2020-December/007102.html
Fixes: CVE-2020-28935
2020-12-08 05:22:41 +01:00
Sandro Jäckel
0cd4108172
linkchecker: Fix failing tests
2020-12-08 05:06:17 +01:00
Sandro
3e22b8f7f9
Merge pull request #106273 from r-ryantm/auto-update/gping
...
gping: 1.1.0 -> 1.2.0-post
2020-12-07 23:22:57 +01:00
R. RyanTM
eb5b661452
gping: 1.1.0 -> 1.2.0-post
2020-12-07 19:04:04 +00:00
Serval
2317c83fd7
v2ray: 4.32.1 -> 4.33.0
2020-12-08 00:05:33 +08:00
Ollie Charles
1675b11cd4
Remove myself from maintainers sets
...
Unfortunately I can't reliably commit time to nixpkgs, so I would like to remove myself from being a formal maintainer for these packages.
2020-12-07 14:30:37 +00:00
Orivej Desh
4d20dc5e87
ytcc: fix checkPhase
...
Fixes:
ERROR: Wrong expression passed to '-k': not get_channels \
and not play_video \
and not download_videos \
and not update_all \
and not add_channel_duplicate: at column 18: unexpected character "\"
2020-12-07 01:03:55 +00:00
markuskowa
30c976b5fe
Merge pull request #96047 from numinit/update-easy-rsa
...
easyrsa: 3.0.0 -> 3.0.8
2020-12-06 12:07:22 +01:00
github-actions[bot]
0947539ec1
Merge master into staging-next
2020-12-05 12:18:17 +00:00