Commit Graph

8112 Commits

Author SHA1 Message Date
Bobby Rong
722edecd3b
Merge pull request #138037 from suhr/i2p
i2p: 0.9.48 -> 1.5.0
2021-09-16 19:47:42 +08:00
figsoda
cbb9567392
Merge pull request #137643 from delroth/ntttcp-1.4.0
ntttcp: init at 1.4.0
2021-09-15 22:27:16 -04:00
Ryan Mulligan
5f3d504680
Merge pull request #137718 from r-ryantm/auto-update/tendermint
tendermint: 0.34.12 -> 0.34.13
2021-09-15 15:48:59 -07:00
Fabian Affolter
7eca001510
Merge pull request #137923 from r-ryantm/auto-update/sniffglue
sniffglue: 0.13.0 -> 0.13.1
2021-09-15 21:28:58 +02:00
Сухарик
0e08312fdb i2p: 0.9.48 -> 1.5.0 2021-09-15 21:04:11 +03:00
R. RyanTM
e2cce9e0ca sniffglue: 0.13.0 -> 0.13.1 2021-09-14 23:32:37 +00:00
github-actions[bot]
91c89490cc
Merge master into staging-next 2021-09-14 18:01:05 +00: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]
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
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]
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]
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]
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
Ben Siraphob
2c78fa2a0a
Merge pull request #137478 from r-ryantm/auto-update/libnma 2021-09-12 01:14:21 -05: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]
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]
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]
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