Commit graph

8328 commits

Author SHA1 Message Date
github-actions[bot]
91c89490cc
Merge master into staging-next 2021-09-14 18:01:05 +00:00
R. RyanTM
88433eb536 minio-client: 2021-07-27T06-46-19Z -> 2021-09-02T09-21-27Z 2021-09-14 16:46:18 +00:00
Jonas Heinrich
d8da97c3fe nixos/opensnitch: include systemd unit 2021-09-14 18:32:56 +02:00
Artturi
3193cbf7d6
Merge pull request #137823 from r-ryantm/auto-update/kapp
kapp: 0.38.0 -> 0.39.0
2021-09-14 17:24:20 +03:00
Artturi
3fb68984f0
Merge pull request #137736 from r-ryantm/auto-update/smartdns
smartdns: 33 -> 35
2021-09-14 17:12:11 +03:00
Artturi
0aefb00ddb
Merge pull request #137800 from r-ryantm/auto-update/hurl
hurl: 1.3.0 -> 1.3.1
2021-09-14 16:45:19 +03:00
R. RyanTM
8fbb242e40 kapp: 0.38.0 -> 0.39.0 2021-09-14 13:14:03 +00:00
github-actions[bot]
df9a7e8f43
Merge staging-next into staging 2021-09-14 12:01:39 +00:00
github-actions[bot]
6f038e8b11
Merge master into staging-next 2021-09-14 12:01:03 +00:00
Sandro
51da0e529f
Merge pull request #137749 from r-ryantm/auto-update/dnsproxy
dnsproxy: 0.39.4 -> 0.39.5
2021-09-14 13:36:38 +02:00
R. RyanTM
0c8e2ce81b hurl: 1.3.0 -> 1.3.1 2021-09-14 11:20:32 +00:00
Emily
9d3086d862 jwhois: fix on aarch64-darwin
This is somewhat of a hack, and other packages are certainly affected by
this issue (e.g. assh runs into it in some cgo code), but at least this
documents a workaround in-tree and gets one more package building now.
2021-09-14 06:50:35 +01:00
R. RyanTM
e9ca9aac71 dnsproxy: 0.39.4 -> 0.39.5 2021-09-14 05:35:08 +00:00
R. RyanTM
24fb8cbf80 smartdns: 33 -> 35 2021-09-14 03:30:00 +00:00
R. RyanTM
c2743d7e78 tendermint: 0.34.12 -> 0.34.13 2021-09-14 00:56:41 +00:00
github-actions[bot]
04e48fbe4f
Merge staging-next into staging 2021-09-13 18:01:51 +00:00
Jonathan Ringer
ca1731455d
Merge remote-tracking branch 'origin/master' into staging-next 2021-09-13 08:09:52 -07:00
Pierre Bourdon
34d91e675b
ntttcp: init at 1.4.0 2021-09-13 13:57:04 +02:00
Emily
0ce7438bd6 mosh: fix on aarch64-darwin
The build failure here is not due to Apple Silicon per se but instead
an artifact of the aarch64-darwin toolchain using a newer version of the
Xcode SDK as a basis. This causes issues building on case-insensitive
filesystems due to the collision between the standard <version> header
and a mosh source file called VERSION.

Fix with a MacPorts backport of an upstream mosh commit, via Homebrew.
2021-09-13 05:41:45 +01:00
github-actions[bot]
dfd1161f35
Merge staging-next into staging 2021-09-13 00:02:22 +00:00
github-actions[bot]
ac962ee61a
Merge master into staging-next 2021-09-13 00:01:41 +00:00
Sandro
a79648dd7f
Merge pull request #136109 from john-consumable/master 2021-09-13 00:42:54 +02:00
github-actions[bot]
fef6f602e6
Merge staging-next into staging 2021-09-12 18:01:50 +00:00
github-actions[bot]
a13bf1828b
Merge master into staging-next 2021-09-12 18:01:21 +00:00
Sandro
8fd6cc7787
Merge pull request #135513 from r-ryantm/auto-update/kapp 2021-09-12 17:30:09 +02:00
Sandro
1fd0bda051
Merge pull request #137531 from servalcatty/v2ray
v2ray: 4.41.1 -> 4.42.1
2021-09-12 16:30:12 +02:00
Sandro
da7fd2fdad
Merge pull request #137449 from mattchrist/init-stuntman
stuntman: init at 1.2.16
2021-09-12 16:01:37 +02:00
Serval
1cee7f6cf4 v2ray: 4.41.1 -> 4.42.1 2021-09-12 21:55:03 +08:00
Matt Christ
1d8bdf5389 stuntman: init at 1.2.16 2021-09-12 08:22:04 -05:00
github-actions[bot]
7267016c66
Merge staging-next into staging 2021-09-12 12:01:42 +00:00
github-actions[bot]
acd45cb351
Merge master into staging-next 2021-09-12 12:01:10 +00:00
Sandro
e26b155274
Merge pull request #137444 from SuperSandro2000/wicd
treewide: yank wicd as it is abandoned
2021-09-12 12:56:10 +02:00
^x3ro
f6211582a1 linux-router: init at 0.6.2
Squashed commits:

- Give wrapped executable a nicer name

  The filename of the wrapped binary is used to generate usage examples in
  `--help`. The `wrapProgram` command renames the executable to a hidden
  file and appends `-wrapped` this is then shown in the usage example:

  ```
  Usage: .lnxrouter-wrapped <options>
  ```

- Using `makeWrapper` the executable can be moved to another directory but
  can keep it's oroginal name.

- Replace alias with real package name

- Fix variable name

- Import `makeWrapper` directly instead of importing `pkgs`

  Co-authored-by: markuskowa <markus.kowalewski@gmail.com>

- Move `let` to where it is actually used

- Do not set optional packages `null`

- Remove `name` property

  Co-authored-by: markuskowa <markus.kowalewski@gmail.com>

- Quote url

  Co-authored-by: markuskowa <markus.kowalewski@gmail.com>

- Remove additional link in long description

- Remove unnecessary comment

  Co-authored-by: markuskowa <markus.kowalewski@gmail.com>

- Place optional packages below their respective `use*`

- Shorten description

  See discussion:
  https://github.com/NixOS/nixpkgs/pull/137133#discussion_r705230260

- FIX: Remove duplicate description

- Remove empty line

  Co-authored-by: markuskowa <markus.kowalewski@gmail.com>

- Make packages section more compact

- Make wifi dependencies optional

- Add package without wifi dependencies

- Fix indentation

  Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

- Use `with lib` only where it is needed

  Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-09-12 10:13:27 +02:00
Sergei Trofimovich
284309c11c dhcp: pull upstream fix for -fno-common compiler
Fixes build failure against upstream gcc (defaults -fno-common)
2021-09-12 08:49:24 +01:00
Ben Siraphob
2c78fa2a0a
Merge pull request #137478 from r-ryantm/auto-update/libnma 2021-09-12 01:14:21 -05:00
github-actions[bot]
3d192af340
Merge staging-next into staging 2021-09-12 06:01:33 +00:00
github-actions[bot]
45de5d0c9a
Merge master into staging-next 2021-09-12 06:01:00 +00:00
R. RyanTM
be5e48ac7e libnma: 1.8.30 -> 1.8.32 2021-09-12 05:01:49 +00:00
zowoq
a8bd9dcd7c cni-plugin-flannel: move to flannel directory 2021-09-12 12:47:45 +10:00
github-actions[bot]
8bc930ca39
Merge staging-next into staging 2021-09-12 00:02:23 +00:00
github-actions[bot]
3f2255106a
Merge master into staging-next 2021-09-12 00:01:45 +00:00
Sandro
c86990a7ce
Merge pull request #137183 from figsoda/oha
oha: init at 0.4.6
2021-09-12 01:03:30 +02:00
John Soo
cdae1d60d1 datadog-agent: Add process to default integrations. 2021-09-11 15:32:14 -07:00
John Soo
818cabf53b datadog-agent: Don't use invoke during build. 2021-09-11 15:32:14 -07:00
John Soo
f98ae8d59e datadog-process-agent: 6.11.1 -> 7.30.2 2021-09-11 15:32:14 -07:00
John Soo
82d8e2f0b4 datadog-integrations-core: git-2018-09-18 -> 7.30.1 2021-09-11 15:32:14 -07:00
Sandro Jäckel
781766e30c
treewide: yank wicd as it is abandoned 2021-09-11 23:46:52 +02:00
github-actions[bot]
d370d9ee99
Merge staging-next into staging 2021-09-11 18:01:51 +00:00
github-actions[bot]
c435b0e35f
Merge master into staging-next 2021-09-11 18:01:16 +00:00
Sandro
35e13cd0c0
Merge pull request #137383 from r-ryantm/auto-update/boundary 2021-09-11 18:38:56 +02:00
R. RyanTM
e23023445b boundary: 0.5.1 -> 0.6.0 2021-09-11 14:21:11 +00:00
xrelkd
8b1972ed70 sniffglue: 0.12.1 -> 0.13.0 2021-09-11 21:38:26 +08:00
github-actions[bot]
fa42e187e1
Merge staging-next into staging 2021-09-10 18:01:52 +00:00
github-actions[bot]
36ce45efae
Merge master into staging-next 2021-09-10 18:01:17 +00:00
Martin Weinelt
1b137b1595
Merge pull request #137215 from mweinelt/kea
kea: 1.9.10 -> 1.9.11
2021-09-10 17:19:03 +02:00
Martin Weinelt
d9341eafa2
Merge branch 'master' into staging-next 2021-09-10 15:04:01 +02:00
Fabian Affolter
c678e050c1
Merge pull request #136617 from fabaff/checkip
checkip: init at 0.2.2
2021-09-10 10:55:14 +02:00
Martin Weinelt
844634a0d3 kea: 1.9.10 -> 1.9.11 2021-09-09 21:11:23 +02:00
figsoda
7c14722201 oha: init at 0.4.6 2021-09-09 10:03:45 -04:00
github-actions[bot]
a84ab6724a
Merge staging-next into staging 2021-09-08 18:01:37 +00:00
github-actions[bot]
31efc58eb0
Merge master into staging-next 2021-09-08 18:01:03 +00:00
Ben Siraphob
09cd65b33c
Merge pull request #137071 from siraben/spoof-mac-init 2021-09-08 11:21:07 -05:00
github-actions[bot]
888f8e8ac0
Merge staging-next into staging 2021-09-08 12:02:02 +00:00
github-actions[bot]
5ed67a849a
Merge master into staging-next 2021-09-08 12:01:27 +00:00
Fabian Affolter
6eadd15320
Merge pull request #136168 from fabaff/bump-ipv6calc
ipv6calc: 2.2.0 -> 3.2.0
2021-09-08 10:21:20 +02:00
John Soo
f2d81d2484 datadog-agent: 6.11.2 -> 7.30.2
datadog-agent is now built as a go module.  However, the build process
is now to be driven by the python invoke tool.  While datadog-agent
builds with buildGoModule, some investigation should be done to ensure
we are not missing any integrations or features from the invoke build
system.

This also updates datadog-agent from python 2.7 to 3.x.

One other issue of note: most of the invoke tasks seem to use some git
parsing to get version numbers and the like. This package may need to
be checked for reproducibility issues now.
2021-09-07 23:52:22 -07:00
Ben Siraphob
21cb9e808d spoof-mac: init at unstable-2018-01-27 2021-09-08 00:51:17 -05:00
Luke Granger-Brown
9094826af8 Merge remote-tracking branch 'upstream/staging-next' into staging-fix 2021-09-07 16:23:11 +00:00
Luke Granger-Brown
9501e5d2fd Merge commit '5b6c2380adb4c4ddb0f87152cef0016333ea5a4d' into staging-fix 2021-09-07 16:21:36 +00:00
Ryan Burns
42155910a0 pkgsStatic.curl: fix build
904625852d removed the overlay which
disables gss and brotli for static curl. Although we can now build them
statically, attempting to build curl against them results in 'undefined
reference' linker errors.
2021-09-07 16:48:03 +09:00
Luke Granger-Brown
8dbbdbc04e
Merge pull request #136946 from lukegb/staging-next
curl: reenable ca-fallback when not using wolfsslSupport
2021-09-07 02:46:10 +01:00
Luke Granger-Brown
4e1b102af6 curl: reenable ca-fallback when not using wolfsslSupport
904625852d accidentally swapped the
behaviour, and enabled ca-fallback when using wolfssl and disabled it
without. This effectively disables curl's ability to use the built in CA
stack.
2021-09-07 01:10:33 +00:00
github-actions[bot]
b6f0eb9136
Merge master into staging-next 2021-09-06 18:00:57 +00:00
Jörg Thalheim
ce905d5b5d
Merge pull request #136864 from chvp/bump-mu
mu: 1.6.5 -> 1.6.6
2021-09-06 13:31:26 +01:00
Jörg Thalheim
0efeddc9b0
Merge pull request #136876 from r-ryantm/auto-update/hurl
hurl: 1.2.0 -> 1.3.0
2021-09-06 13:29:17 +01:00
R. RyanTM
7632e207ea hurl: 1.2.0 -> 1.3.0 2021-09-06 10:21:11 +00:00
Charlotte Van Petegem
d4a0f34cce
mu: 1.6.5 -> 1.6.6 2021-09-06 09:43:15 +02:00
Martin Weinelt
f2180df6b2
Merge pull request #134982 from helsinki-systems/upd/openssh
[staging] openssh: 8.6p1 -> 8.7p1
2021-09-06 02:59:14 +02:00
github-actions[bot]
5b6c2380ad
Merge master into staging-next 2021-09-05 12:01:20 +00:00
Fabian Affolter
8ac1e63ac5
Merge pull request #135965 from r-ryantm/auto-update/sstp-client
sstp: 1.0.13 -> 1.0.15
2021-09-05 11:50:10 +02:00
Fabian Affolter
420797fe78
sstp: rename phase 2021-09-05 11:22:45 +02:00
Fabian Affolter
d705ef6521
sstp: clarify license 2021-09-05 11:20:57 +02:00
Fabian Affolter
827f4df4eb checkmate: init at 0.4.1 2021-09-05 00:54:05 +02:00
Alyssa Ross
071a7a4583
Merge remote-tracking branch 'nixpkgs/master' into staging-next 2021-09-03 18:23:45 +00:00
Matt Layher
b41f640fb7
corerad: 0.3.3 -> 0.3.4
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2021-09-03 11:10:05 -04:00
Raphael Megzari
ed412c297c
Merge branch 'master' into staging-next 2021-09-03 10:36:17 +09:00
Ashish SHUKLA
8cbcf42add inetutils: 2.0 -> 2.2
- Remove already upstream-ed patches
2021-09-03 10:33:46 +09:00
github-actions[bot]
b2f58ca11e
Merge master into staging-next 2021-09-01 12:01:15 +00:00
Fabian Affolter
0b2c159b0e
Merge pull request #136155 from fabaff/bump-bwm-ng
bwm_ng: 0.6.1 -> 0.6.3
2021-09-01 10:35:13 +02:00
Alyssa Ross
c13cf1e76f
Merge remote-tracking branch 'nixpkgs/master' into staging-next 2021-09-01 07:47:01 +00:00
Maximilian Bosch
93bce42722
Merge pull request #135204 from r-ryantm/auto-update/spoofer
spoofer: 1.4.6 -> 1.4.7
2021-08-31 21:20:24 +02:00
Maximilian Bosch
6c65ed2a8d
Merge pull request #136024 from fabaff/bump-ssldump
ssldump: 1.1 -> 1.4
2021-08-31 20:30:10 +02:00
maxine [they]
b9f6f7b1d3
Merge pull request #136285 from maxeaubrey/network-manager-applet-1.24.0
networkmanagerapplet: 1.22.0 -> 1.24.0
2021-08-31 18:16:31 +02:00
Fabian Affolter
60adf76335
offlineimap: 7.3.3 -> 7.3.4 (#136145) 2021-08-31 09:17:09 -04:00
Maxine Aubrey
f86c54202d
networkmanagerapplet: 1.22.0 -> 1.24.0
- https://gitlab.gnome.org/GNOME/network-manager-applet/-/blob/1.24.0/NEWS
2021-08-31 12:31:51 +02:00
github-actions[bot]
fb70b9330c
Merge master into staging-next 2021-08-30 18:01:01 +00:00
Fabian Affolter
d24e724084 ipcalc: 0.4.1 -> 1.0.1 2021-08-30 19:09:36 +02:00
Martin Weinelt
e2575c7de1
Merge branch 'master' into staging-next 2021-08-30 16:08:03 +02:00
Fabian Affolter
ed7e5ab31c ipv6calc: 2.2.0 -> 3.2.0 2021-08-30 13:33:21 +02:00
Fabian Affolter
85b532dad3 bwm_ng: 0.6.1 -> 0.6.3 2021-08-30 11:03:31 +02:00
Michele Guerini Rocco
b7e62ea8b1
Merge pull request #136120 from rnhmjoj/libreswan
libreswan: 4.4 -> 4.5
2021-08-30 10:01:37 +02:00
rnhmjoj
8c22b541cf
libreswan: 4.4 -> 4.5 2021-08-30 09:16:31 +02:00
Jörg Thalheim
b52b8c58d9
Merge pull request #136094 from chuangzhu/proxychains
proxychains: revert commit e6b5d5401e
2021-08-29 23:58:59 +01:00
Alexander Kiselyov
e5ad4c72a4
iperf: 3.9 -> 3.10.1 (#136027) 2021-08-29 22:10:43 +02:00
Aaron Andersen
515ad99467
Merge pull request #132722 from aanderse/nixos/nzbget
nixos/nzbget: add settings option
2021-08-29 12:25:37 -04:00
Peter Hoeg
8d8a28b47b goimapnotify: 2.0 -> 2.3.2 2021-08-29 22:49:37 +08:00
Chuang Zhu
66fb849432 proxychains: revert commit e6b5d5401e
Fixes #136093.
2021-08-29 19:21:06 +08:00
Mario Rodas
7ec338a7c1
Merge pull request #136000 from r-ryantm/auto-update/dnsproxy
dnsproxy: 0.39.2 -> 0.39.4
2021-08-29 00:38:30 -05:00
Dmitry Kalinkin
ce77cbef67
Merge pull request #135872 from chvp/bump-mu
mu: 1.6.4 -> 1.6.5
2021-08-28 19:44:01 -04:00
Fabian Affolter
2fe26c0ca9 ssldump: 1.1 -> 1.4 2021-08-28 12:12:04 +02:00
R. RyanTM
4f9e77d17c dnsproxy: 0.39.2 -> 0.39.4 2021-08-28 03:09:52 +00:00
R. RyanTM
bfeebdf0fa sstp: 1.0.13 -> 1.0.15 2021-08-27 22:06:59 +00:00
Charlotte Van Petegem
e4591b3917
mu: add chvp as maintainer 2021-08-27 09:46:59 +02:00
Charlotte Van Petegem
6e3451a6a8
mu: 1.6.4 -> 1.6.5 2021-08-27 09:45:06 +02:00
github-actions[bot]
fd0f377048
Merge master into staging-next 2021-08-27 06:00:59 +00:00
tomberek
be18c96695
Merge pull request #135273 from r-ryantm/auto-update/s5cmd
s5cmd: 1.2.1 -> 1.3.0
2021-08-26 21:36:09 -04:00
Antoine Martin
8798aaa22f bandwhich: patch dependency to avoid panics
Panic messages rendered the output unreadable, these panics came from a
bug in the linked-hash-map dependency. The patch file is huge because
Cargo.lock format changed, but the only thing I ran was:

    cargo update -p linked-hash-map
2021-08-26 17:18:27 +02:00
github-actions[bot]
b13b005f0e
Merge master into staging-next 2021-08-26 12:01:09 +00:00
zowoq
13ea123c74 treewide: buildFlagsArray -> ldflags 2021-08-26 21:35:06 +10:00
Bruno Bzeznik
a4127fa943 hp2p: init at 3.3 2021-08-26 11:03:54 +02:00
Dmitry Kalinkin
262fd63a72
Merge branch 'master' into staging-next
Conflicts:
	pkgs/tools/networking/inetutils/default.nix
2021-08-26 00:57:08 -04:00
davidak
8c8cf04de2
Merge pull request #120576 from wahjava/update-inetutils
inetutils: 1.9.4 -> 2.0
2021-08-26 05:25:56 +02:00
Martin Weinelt
6b77988f96
treewide: prometheus_client -> prometheus-client 2021-08-26 02:21:59 +02:00
Vladimír Čunát
70e05c1003
Merge branch 'master' into staging-next 2021-08-25 19:42:15 +02:00
Maximilian Bosch
88226ea038
Merge pull request #135592 from risicle/ris-haproxy-2.3.13
haproxy: 2.3.10 -> 2.3.13
2021-08-25 10:27:29 +02:00
Sandro
f03fc1e966
Merge pull request #135473 from SuperSandro2000/unbound
unbound: unify unbound and pyunbound source
2021-08-24 23:40:22 +02:00
Robert Scott
b919ded180 haproxy: 2.3.10 -> 2.3.13 2021-08-24 21:15:51 +01:00
Ryan Mulligan
ba2e930fcb
Merge pull request #135201 from r-ryantm/auto-update/tendermint
tendermint: 0.34.8 -> 0.34.12
2021-08-24 09:34:02 -07:00
Sandro
22936d81b4
Merge pull request #133763 from efim/wireguard-SoN 2021-08-24 10:24:03 +02:00
R. RyanTM
83330d1541 kapp: 0.37.0 -> 0.38.0 2021-08-24 07:37:25 +00:00
R. RyanTM
6def171697 i2pd: 2.38.0 -> 2.39.0 2021-08-24 06:36:52 +00:00
Sandro Jäckel
fc5bfd6844
unbound: unify unbound and pyunbound source
and also update both at the same time
2021-08-23 23:28:31 +02:00
Sandro
b3242ce090
Merge pull request #135458 from fabaff/changetower
changetower: init at 1.0
2021-08-23 23:09:51 +02:00
zowoq
928cee3856 gvproxy: init at 0.1.0 2021-08-24 06:59:20 +10:00
github-actions[bot]
929f19508c
Merge staging-next into staging 2021-08-23 18:01:39 +00:00
Fabian Affolter
df723cf939 changetower: init at 1.0 2021-08-23 19:10:08 +02:00
Artturi
5d280ca89a
Merge pull request #135411 from r-ryantm/auto-update/ytcc 2021-08-23 17:29:36 +03:00
Artturi
077db5c11a
Merge pull request #135356 from r-ryantm/auto-update/sish 2021-08-23 17:05:07 +03:00
Jan Tojnar
4ff3577f25 Merge branch 'staging-next' into staging 2021-08-23 14:19:54 +02:00
Jan Tojnar
e69ba1da47 ofono: fix config loading directory properly
It should be loaded from /etc but installed to $out/etc so that people can see what they should place to /etc.
2021-08-23 14:08:41 +02:00
Sandro
ec0bcc2200
Merge pull request #135143 from r-ryantm/auto-update/pyunbound 2021-08-23 10:35:15 +02:00
R. RyanTM
369c317274 ytcc: 2.2.0 -> 2.3.0 2021-08-23 08:30:44 +00:00
R. RyanTM
d01c68c123 sish: 1.1.5 -> 1.1.6 2021-08-23 03:20:35 +00:00
Sandro
4b60f7d9af
Merge pull request #135290 from Mic92/bgpdump 2021-08-22 18:35:57 +02:00
Sandro
d1c248cbb0
Merge pull request #135301 from Mic92/socat2pre
socat2pre: remove
2021-08-22 18:24:50 +02:00
Jörg Thalheim
26f0cea471 socat2pre: remove
marked as broken
2021-08-22 17:01:47 +02:00
Jörg Thalheim
9e774593da bgpdump: 1.6.0 -> 1.6.2 2021-08-22 16:16:27 +02:00
R. RyanTM
5d85451c1c s5cmd: 1.2.1 -> 1.3.0 2021-08-22 12:56:36 +00:00
xrelkd
232b2f8923 brook: 20200201 -> 20210701 2021-08-22 17:17:51 +08:00
R. RyanTM
5717b97d6a openapi-generator-cli: 5.2.0 -> 5.2.1 2021-08-22 09:16:48 +00:00
R. RyanTM
9bb81609be spoofer: 1.4.6 -> 1.4.7 2021-08-22 06:31:14 +00:00
R. RyanTM
d28fcee32e tendermint: 0.34.8 -> 0.34.12 2021-08-22 06:20:52 +00:00
R. RyanTM
cafcfc6045 python38Packages.pyunbound: 1.13.1 -> 1.13.2 2021-08-22 00:16:08 +00:00
github-actions[bot]
f6ad0961da
Merge staging-next into staging 2021-08-22 00:02:05 +00:00
Jan Tojnar
7a04c2ad68 Merge branch 'staging-next' into staging
- boost 171 removed on staging-next
- re-generated node-packages.nix

; Conflicts:
;	pkgs/development/java-modules/m2install.nix
;	pkgs/development/node-packages/node-packages.nix
;	pkgs/top-level/all-packages.nix
2021-08-22 01:13:41 +02:00
Sandro
a7a97c9a97
Merge pull request #135041 from qowoz/go-buildflags 2021-08-21 20:40:18 +02:00
Sandro
284fdfd04c
Merge pull request #135061 from r-ryantm/auto-update/aria2
aria: 1.35.0 -> 1.36.0
2021-08-21 17:36:23 +02:00
Sandro
3ffc41956a
Merge pull request #135080 from chvp/bump-mu
mu: 1.6.3 -> 1.6.4
2021-08-21 17:32:33 +02:00
Charlotte Van Petegem
c9fc9cb5e3
mu: 1.6.3 -> 1.6.4 2021-08-21 16:53:46 +02:00
Sandro
b2573f352e
Merge pull request #134578 from smancill/phase-hooks-use-strings
treewide: ensure pre/post phase hooks are strings
2021-08-21 14:49:30 +02:00
Sandro
d4a728969f
Merge pull request #134123 from tekeri/fix-ofono-sysconfdir
ofono: allow users to change configuration via /etc
2021-08-21 14:46:59 +02:00
R. RyanTM
d4cc8e3296 aria: 1.35.0 -> 1.36.0 2021-08-21 10:38:42 +00:00
zowoq
0a1ab79b9d assh: buildFlagsArray -> ldflags 2021-08-21 18:23:50 +10:00
tekeri
30ee7382cd ofono: allow users to change configuration via /etc 2021-08-21 16:49:18 +09:00
Sebastián Mancilla
8f94a33b38 treewide: ensure pre/post phase hooks are strings
Some derivations use lib.optional or lib.optionals when setting pre/post
phase hooks. Ensure the proper lib.optionalString is used.
2021-08-20 19:08:42 -04:00
Fabian Affolter
1156c8868f stunnel: 5.59 -> 5.60 2021-08-21 00:28:00 +02:00
Ryan Mulligan
bd8e6aa6d7
Merge pull request #134972 from r-ryantm/auto-update/bgpq4
bgpq4: 0.0.7 -> 1.2
2021-08-20 14:25:26 -07:00
Sandro
e26d07afb3
Merge pull request #134663 from L-as/rdrview
rdrview: unstable-2020-12-22 -> unstable-2021-05-30
2021-08-20 23:12:45 +02:00
Janne Heß
deb9bd197e
openssh: 8.6p1 -> 8.7p1 2021-08-20 20:13:42 +02:00
R. RyanTM
2f62358557 bgpq4: 0.0.7 -> 1.2 2021-08-20 17:08:49 +00:00
Las Safin
f87242983d
rdrview: unstable-2020-12-22 -> unstable-2021-05-30 2021-08-20 16:10:30 +00:00
Aaron Andersen
c4ba197a55 nzbget: add nixos test to passthru.tests 2021-08-20 12:09:11 -04:00
Sandro
c95aae71ae
Merge pull request #134955 from 06kellyjac/boundary 2021-08-20 16:15:43 +02:00
06kellyjac
639bef8af5 boundary: 0.5.0 -> 0.5.1 2021-08-20 14:53:07 +01:00
sternenseemann
093842a106 iperf2: fix sha256 hash for modified tarball
Upstream reuploaded the iperf2 tarball shortly after release:
https://sourceforge.net/p/iperf2/tickets/132/?limit=25#1696
2021-08-20 11:24:46 +02:00
John Ericson
a54bafe50a
Merge pull request #133008 from symphorien/ocaml-static
Misc static improvements (mainly ocaml and a regression linked to b0b5ef7286)
2021-08-20 01:56:16 -04:00
davidak
f944bdcffb
Merge pull request #134239 from Kranzes/auto-update/unbound
unbound: 1.13.1 -> 1.13.2
2021-08-19 23:18:55 +02:00
Sandro
d14bcea20f
Merge pull request #134823 from fabaff/bump-ipinfo
ipinfo: 2.0.2 -> 2.1.1
2021-08-19 18:49:11 +02:00
Fabian Affolter
33d54b702c ipinfo: 2.0.2 -> 2.1.1 2021-08-19 17:59:51 +02:00
John Ericson
904625852d pkgsStatic: Inline more of static overlay 2021-08-19 21:55:06 +00:00
Yorick van Pelt
028b39fcf8
iperf2: 2.0.13 -> 2.1.4 2021-08-19 12:40:05 +02:00
Guillaume Girol
81d185ad5d curl: add strictDeps = true 2021-08-19 09:30:47 +02:00
Guillaume Girol
cd97a3d62e curl: fix static build by disabling gssSupport 2021-08-19 09:30:46 +02:00
Maxine Aubrey
c521a5b95c
networkmanager: 1.32.8 -> 1.32.10
- https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/1.32.10/NEWS
2021-08-18 16:39:05 +02:00
github-actions[bot]
2341511023
Merge staging-next into staging 2021-08-18 00:01:59 +00:00
github-actions[bot]
893d6605ee
Merge master into staging-next 2021-08-18 00:01:24 +00:00
Ben Siraphob
b7dff60507
Merge pull request #134102 from r-ryantm/auto-update/dnscrypt-proxy2
dnscrypt-proxy2: 2.0.45 -> 2.1.0
2021-08-17 18:07:17 -05:00
github-actions[bot]
ef802e744e
Merge staging-next into staging 2021-08-17 18:01:53 +00:00
github-actions[bot]
ad00d57d02
Merge master into staging-next 2021-08-17 18:01:12 +00:00
R. RyanTM
5f79965958 mubeng: 0.4.5 -> 0.5.2 2021-08-17 11:00:22 -07:00
R. RyanTM
c5422e77ef nfdump: 1.6.22 -> 1.6.23 2021-08-17 10:54:02 -07:00
R. RyanTM
a9e551a6f8 opensm: 3.3.23 -> 3.3.24 2021-08-17 10:41:56 -07:00
R. RyanTM
5bc28eea13 openapi-generator-cli: 5.1.0 -> 5.2.0 2021-08-17 10:39:55 -07:00
Jan Tojnar
e286e1cfa0 Merge branch 'staging-next' into staging
- boost 167 removed on staging-next (7915d1e03f) × boost attributes are inherited on staging (d20aa4955d)

- linux kernels were moved to linux-kernels.nix on staging-next (c62f911507) × hardened kernels are versioned on staging (a5341beb78) + removed linux_5_12 (e55554491d)

- conflict in node-packages – I regenerated it using node2nix from nixos-unstable (does not build on staging)
2021-08-17 18:52:37 +02:00
R. RyanTM
2147329147 tunnelto: 0.1.12 -> 0.1.18 2021-08-17 16:20:39 +00:00
github-actions[bot]
8a131da1bc
Merge master into staging-next 2021-08-17 00:01:28 +00:00
Sandro
abdd507735
Merge pull request #134353 from SuperSandro2000/croc
croc: 9.2.1 -> 9.3.0
2021-08-16 22:26:37 +02:00
Ryan Mulligan
2b3d32835c
Merge pull request #134199 from r-ryantm/auto-update/oapi-codegen
oapi-codegen: 1.6.0 -> 1.8.2
2021-08-16 13:05:57 -07:00
Sandro Jäckel
b58fedc98e
croc: 9.2.1 -> 9.3.0 2021-08-16 22:01:52 +02:00
efim
774bf82869 wireguard-go: licence update
https://git.zx2c4.com/wireguard-go/tree/LICENSE
is the MIT licence
2021-08-16 16:40:31 +03:00
github-actions[bot]
e9080dd5e3
Merge staging-next into staging 2021-08-16 00:02:02 +00:00
github-actions[bot]
c73393b6c7
Merge master into staging-next 2021-08-16 00:01:22 +00:00
Robert Scott
8a2531e5d7
Merge pull request #134198 from r-ryantm/auto-update/nzbget
nzbget: 21.0 -> 21.1
2021-08-15 23:18:06 +01:00
github-actions[bot]
4dfde9ac8e
Merge staging-next into staging 2021-08-15 18:01:33 +00:00
github-actions[bot]
55a98e21e5
Merge master into staging-next 2021-08-15 18:00:56 +00:00
Anderson Torres
f20420e114
Merge pull request #134063 from AndersonTorres/new-cbftp
cbftp: init at 1173
2021-08-15 13:55:13 -03:00
Ben Siraphob
e623f82d41
Merge pull request #134225 from hercules-ci/runCommand-no-nocc
runCommandNoCC -> runCommand deprecation
2021-08-15 15:58:23 +00:00
Ilan Joselevich
36e9d30c98 unbound: 1.13.1 -> 1.13.2 2021-08-15 18:54:29 +03:00
Robert Hensing
fbafeb7ad5 treewide: runCommandNoCC -> runCommand
This has been synonymous for ~5y.
2021-08-15 17:36:41 +02:00
R. RyanTM
49226e1ae5 oneshot: 1.4.1 -> 1.5.0 2021-08-15 14:55:32 +00:00
R. RyanTM
6d6f1cc6ac oapi-codegen: 1.6.0 -> 1.8.2 2021-08-15 13:23:45 +00:00
R. RyanTM
cbd00ed716 nzbget: 21.0 -> 21.1 2021-08-15 13:19:09 +00:00
Jan Tojnar
513701efce Merge branch 'staging-next' into staging 2021-08-15 10:45:11 +02:00
github-actions[bot]
cf21487d22
Merge master into staging-next 2021-08-15 06:01:10 +00:00
R. RyanTM
e239b5b539 dnscrypt-proxy2: 2.0.45 -> 2.1.0 2021-08-15 03:26:21 +00:00
davidak
9d56c68ac9
Merge pull request #133874 from Kranzes/auto-update/burpsuite
burpsuite: 2021.8 -> 2021.8.1
2021-08-15 05:06:54 +02:00
github-actions[bot]
9edd0ebdfa
Merge master into staging-next 2021-08-15 00:01:37 +00:00
AndersonTorres
be5a10a11e cbftp: init at 1173 2021-08-14 14:10:06 -03:00
Jan Tojnar
cdb1d29692 Merge branch 'staging-next' into staging 2021-08-14 14:43:16 +02:00
Jan Tojnar
0aa35561e7 Merge branch 'master' into staging-next 2021-08-14 12:53:07 +02:00
Fabian Affolter
89c9079c8c ipinfo: 2.0.1 -> 2.0.2 2021-08-14 11:31:23 +02:00
Ilan Joselevich
be3d0c9ecc burpsuite: 2021.8 -> 2021.8.1 2021-08-14 06:33:06 +03:00
efim
91acba7324 wireguard-go: enable installCheck 2021-08-13 16:12:32 +03:00
efim
b94a45a8d6 wireguard-tools: meta update 2021-08-13 13:53:00 +03:00
Charlotte Van Petegem
baca6e6b69
mu: 1.6.2 -> 1.6.3 2021-08-12 21:48:36 +02:00
Maxine Aubrey
521f74dc8c
networkmanager: 1.32.6 -> 1.32.8 2021-08-12 07:25:34 +02:00
Martin Weinelt
8bf40471bf
Merge pull request #133522 from poscat0x04/update-kea
kea: 1.9.9 -> 1.9.10
2021-08-12 02:32:50 +02:00
github-actions[bot]
050043b985
Merge staging-next into staging 2021-08-12 00:02:09 +00:00
github-actions[bot]
e60a466252
Merge master into staging-next 2021-08-12 00:01:27 +00:00
Sandro
c36f3f4c6a
Merge pull request #133560 from SuperSandro2000/cksfv 2021-08-12 01:37:41 +02:00
Sandro Jäckel
4df95aac78
filegive: use https 2021-08-12 01:19:38 +02:00
Sandro Jäckel
8ecce9f88f
cksfv: format, cleanup 2021-08-12 01:18:19 +02:00
Poscat
4dfa596f93
kea: 1.9.9 -> 1.9.10 2021-08-12 00:06:44 +08:00
Jan Tojnar
807d3ec359 Merge branch 'staging-next' into staging
; Conflicts:
;	pkgs/tools/misc/t1utils/default.nix
2021-08-11 16:34:11 +02:00
Jan Tojnar
4e7e464ae8 Merge branch 'master' into staging-next
; Conflicts:
;	pkgs/tools/system/sg3_utils/default.nix
2021-08-11 16:22:42 +02:00
efim
79eee19bd0 wireguard-go: 0.0.20200320 -> 0.0.20210424
additional dependencies into deps.nix were generated for
sub-project "$src/tun/netstack/go.mod"
2021-08-11 13:40:03 +03:00
Mauricio Scheffer
9a7fb14070 telepresence2: 2.3.6 -> 2.4.0 2021-08-11 09:13:38 +01:00
Fabian Affolter
ebc72941f0
Merge pull request #133387 from r-ryantm/auto-update/findomain
findomain: 4.3.0 -> 5.0.0
2021-08-10 18:18:10 +02:00
R. RyanTM
4abb57f19b findomain: 4.3.0 -> 5.0.0 2021-08-10 14:14:37 +00:00
Maxine Aubrey
21321de496
modemmanager: fix pname/directory 2021-08-10 12:06:57 +02:00
Maxine Aubrey
dfa906adbc
modemmanager: 1.16.8 -> 1.16.10 2021-08-10 12:03:56 +02:00
Pascal Bach
8c701f5805 minio-client: 2021-06-13T17-48-22Z -> 2021-07-27T06-46-19Z 2021-08-09 22:59:27 +02:00
Artturi
95daa1e4bc
Merge pull request #112560 from r-ryantm/auto-update/xl2tpd
xl2tpd: 1.3.15 -> 1.3.16
2021-08-08 23:25:41 +03:00
github-actions[bot]
b5c5e89029
Merge staging-next into staging 2021-08-08 18:01:36 +00:00
github-actions[bot]
610ef47b20
Merge master into staging-next 2021-08-08 18:01:03 +00:00
David Terry
c1186b572f
maintainers: xwvvvvwx -> d-xo 2021-08-08 19:11:45 +02:00
Artturi
18082c4227
Merge pull request #133112 from r-ryantm/auto-update/eggdrop
eggdrop: 1.8.4 -> 1.9.1
2021-08-08 19:25:26 +03:00
Artturi
ba3ca59b5f
Merge pull request #133128 from r-ryantm/auto-update/frp 2021-08-08 16:52:36 +03:00
Sandro
ed7fab982b
Merge pull request #133125 from dan4ik605743/wifite2
wifite2: 2.5.5 -> 2.5.7
2021-08-08 14:34:21 +02:00
github-actions[bot]
d0ec39b297
Merge staging-next into staging 2021-08-08 12:01:35 +00:00