github-actions[bot]
68e3ba2b1d
Merge staging-next into staging
2021-05-05 00:46:07 +00:00
Martin Weinelt
54d0d2b43b
Merge pull request #121650 from r-ryantm/auto-update/gobgp
...
gobgp: 2.26.0 -> 2.27.0
2021-05-05 01:11:13 +02:00
Maximilian Bosch
1083927067
Merge pull request #121477 from dotlambda/tcpreplay-4.3.4
...
tcpreplay: 4.3.3 -> 4.3.4
2021-05-04 23:28:57 +02:00
R. RyanTM
a5e088088d
gobgp: 2.26.0 -> 2.27.0
2021-05-04 04:35:41 +00:00
Robert Schütz
f50700dfec
tcpreplay: 4.3.3 -> 4.3.4
...
https://github.com/appneta/tcpreplay/releases/tag/v4.3.4
2021-05-03 19:00:25 +02:00
github-actions[bot]
a4c3a2d732
Merge staging-next into staging
2021-05-03 12:26:48 +00:00
Luke Granger-Brown
4b42da3d85
Merge pull request #120791 from mweinelt/babeld
...
babeld: 1.9.2 -> 1.10
2021-05-03 10:00:12 +01:00
github-actions[bot]
b7e3cd0993
Merge staging-next into staging
2021-05-03 06:22:31 +00:00
R. RyanTM
cd188311dc
grpcurl: 1.8.0 -> 1.8.1
2021-05-01 04:25:30 +00:00
github-actions[bot]
ef6416a6ba
Merge staging-next into staging
2021-05-01 00:54:32 +00:00
Martin Weinelt
5c0c0f0ee8
Merge pull request #121334 from r-ryantm/auto-update/lldpd
...
lldpd: 1.0.8 -> 1.0.10
2021-05-01 00:04:04 +02:00
R. RyanTM
eae41465ad
lldpd: 1.0.8 -> 1.0.10
2021-04-30 21:43:19 +00:00
github-actions[bot]
20ebbe6b59
Merge staging-next into staging
2021-04-30 18:26:34 +00:00
John Ericson
17305d2df0
Merge pull request #111487 from Ericson2314/llvm-outputs-and-cross-compile-tools
...
llvmPackages: Clean up outputs
2021-04-30 11:28:08 -04:00
Martin Weinelt
de6af39b43
Merge pull request #120859 from mweinelt/fastd
...
fastd: fix build on aarch64
2021-04-30 14:31:22 +02:00
github-actions[bot]
d7882499f8
Merge staging-next into staging
2021-04-30 12:26:14 +00:00
Sandro
411f57ea2d
Merge pull request #121235 from r-ryantm/auto-update/bgpq4
...
bgpq4: 0.0.6 -> 0.0.7
2021-04-30 10:15:48 +02:00
github-actions[bot]
c6548b2832
Merge staging-next into staging
2021-04-30 06:21:40 +00:00
Andrew Childs
7869d16545
llvmPackages: Multuple outputs for everythting
...
Also begin to start work on cross compilation, though that will have to
be finished later.
The patches are based on the first version of
https://reviews.llvm.org/D99484 . It's very annoying to do the
back-porting but the review has uncovered nothing super major so I'm
fine sticking with what I've got.
Beyond making the outputs work, I also strove to re-sync the packages,
as they have been drifting pointlessly apart for some time.
----
Other misc notes, highly incomplete
- lvm-config-native and llvm-config are put in `dev` because they are
tools just for build time.
- Clang no longer has an lld dep. That was introduced in
db29857eb3
, but if clang needs help
finding lld when it is used we should just pass it flags / put in the
resource dir. Providing it at build time increases critical path
length for no good reason.
----
A note on `nativeCC`:
`stdenv` takes tools from the previous stage, so:
1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.stdenv.cc`: `(?0, ?1, x)`
while:
1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.targetPackages`: `(x, x, ?2)`
3. `pkgsBuildBuild.targetPackages.stdenv.cc`: `(?1, x, x)`
2021-04-30 05:41:00 +00:00
R. RyanTM
4b47f1504e
bgpq4: 0.0.6 -> 0.0.7
2021-04-30 04:24:12 +00:00
Markus S. Wamser
9e143db301
minidlna: switch from ffmpeg_3 to ffmpeg
2021-04-29 18:58:13 -07:00
Sandro
b9ed7b607c
Merge pull request #121078 from wamserma/fix-croc-test
...
croc: fix passthru.tests
2021-04-30 03:34:03 +02:00
github-actions[bot]
b4766e97ee
Merge staging-next into staging
2021-04-30 00:52:06 +00:00
Martin Weinelt
dbcbb7ec48
Merge pull request #121165 from r-ryantm/auto-update/kea
...
kea: 1.9.5 -> 1.9.6
2021-04-30 02:41:37 +02:00
R. RyanTM
34c288f014
kea: 1.9.5 -> 1.9.6
2021-04-30 02:31:10 +02:00
Sandro
838af7acbf
Merge pull request #121214 from r-ryantm/auto-update/croc
...
croc: 9.1.0 -> 9.1.1
2021-04-30 01:40:04 +02:00
Sandro
ecaf5e946c
Merge pull request #120801 from rb2k/patch-2
...
eternal-terminal: 6.0.13 -> 6.1.7
2021-04-30 01:16:53 +02:00
R. RyanTM
d9906b0576
croc: 9.1.0 -> 9.1.1
2021-04-29 22:48:09 +00:00
Sandro
5c80c7ce86
Merge pull request #120500 from SuperSandro2000/unbound
...
unbound: wrap unbound-control-setup with openssl
2021-04-30 00:22:38 +02:00
Andrey Kuznetsov
0b02fa01a9
innernet: fix build on darwin
2021-04-29 23:56:38 +03:00
Jan Tojnar
76c3a6aafd
Merge branch 'staging-next' into staging
2021-04-29 02:35:54 +02:00
Markus S. Wamser
77c0a4907f
croc: fix passthru.tests
2021-04-28 22:36:36 +02:00
R. RyanTM
1a58aec6a2
haproxy: 2.3.7 -> 2.3.10
2021-04-28 17:02:10 +00:00
Marc Seeger
715f47fe06
eternal-terminal: 6.0.13 -> 6.1.7
2021-04-28 05:48:42 -07:00
github-actions[bot]
655989d7b3
Merge staging-next into staging
2021-04-28 00:15:29 +00:00
Martin Weinelt
f2a5083dc7
fastd: fix build on aarch64
2021-04-28 01:50:21 +02:00
Sandro
90c58c5023
Merge pull request #120768 from 0x4A6F/main-innernet
...
innernet: test and fixup
2021-04-28 00:55:06 +02:00
Martin Weinelt
d0b3735c0e
babeld: start maintaining the package
2021-04-27 14:11:45 +02:00
Martin Weinelt
430bfd6fab
babeld: 1.9.2 -> 1.10
...
Update to new mirror, the previous one did not receive the 1.10 tarball
for some reason. Also remove a patch that was merged upstream in time
for this release.
2021-04-27 14:11:22 +02:00
github-actions[bot]
92003c2ff7
Merge staging-next into staging
2021-04-27 06:05:54 +00:00
Ryan Mulligan
99241d8c03
Merge pull request #120654 from r-ryantm/auto-update/dnsproxy
...
dnsproxy: 0.37.1 -> 0.37.2
2021-04-26 19:49:14 -07:00
github-actions[bot]
489dda0090
Merge staging-next into staging
2021-04-27 00:15:12 +00:00
Maximilian Bosch
2d9689351c
Merge pull request #120661 from Zopieux/nxdomain
...
nxdomain: 1.0.1 -> 1.0.2
2021-04-26 23:34:45 +02:00
0x4A6F
1a6899f701
innernet:
...
- add simple packaging test
- add manpages
- remove unused linuxHeaders input
2021-04-26 20:17:57 +02:00
github-actions[bot]
f0290a5d27
Merge staging-next into staging
2021-04-26 18:14:28 +00:00
Ryan Mulligan
c2ca3d5593
Merge pull request #120686 from r-ryantm/auto-update/innernet
...
innernet: 1.1.0 -> 1.2.0
2021-04-26 11:12:19 -07:00
José Luis Lafuente
ec8f6bc932
zerotierone: 1.6.4 -> 1.6.5 ( #120722 )
2021-04-26 15:55:31 +02:00
R. RyanTM
c62b3e0d6a
innernet: 1.1.0 -> 1.2.0
2021-04-26 01:46:24 +00:00
Alexandre Macabies
17f00cd216
nxdomain: 1.0.1 -> 1.0.2
2021-04-26 01:06:52 +02:00
R. RyanTM
68c34de775
dnsproxy: 0.37.1 -> 0.37.2
2021-04-25 21:52:07 +00:00