Commit graph

10741 commits

Author SHA1 Message Date
github-actions[bot] 6a10b23c61
Merge staging-next into staging 2021-09-16 00:02:05 +00:00
zowoq ca831be54c miniserve: 0.15.0 -> 0.17.0
https://github.com/svenstaro/miniserve/releases/tag/v0.16.0
https://github.com/svenstaro/miniserve/releases/tag/v0.17.0
2021-09-16 06:08:40 +10:00
Fabian Affolter 5fe7b30633
Merge pull request #138032 from r-ryantm/auto-update/macchina
macchina: 1.1.3 -> 1.1.4
2021-09-15 20:37:27 +02:00
github-actions[bot] 1c625bf844
Merge staging-next into staging 2021-09-15 18:01:59 +00:00
R. RyanTM 93d5531b29 macchina: 1.1.3 -> 1.1.4 2021-09-15 17:35:16 +00:00
R. RyanTM 52e9be9ada goreleaser: 0.176.0 -> 0.179.0 2021-09-15 12:54:35 +00:00
github-actions[bot] 636ebe3a72
Merge staging-next into staging 2021-09-15 06:01:54 +00:00
github-actions[bot] 5663f4625d
Merge master into staging-next 2021-09-15 06:01:20 +00:00
figsoda bef5fb44ab
Merge pull request #137708 from figsoda/nomino
nomino: init at 1.1.0
2021-09-14 22:47:38 -04:00
tomberek f744f0a800
Merge pull request #137922 from r-ryantm/auto-update/slop
slop: 7.5 -> 7.6
2021-09-14 20:28:24 -04:00
github-actions[bot] 0f78d9c4b7
Merge staging-next into staging 2021-09-15 00:02:12 +00:00
github-actions[bot] 728f30ca03
Merge master into staging-next 2021-09-15 00:01:33 +00:00
R. RyanTM dc03eeaab1 slop: 7.5 -> 7.6 2021-09-14 23:23:39 +00:00
Robert Schütz b2488e1c17
Merge pull request #137442 from asbachb/fixup/csvs-to-sqlite
csvs-to-sqlite: linking `click` version `7` explicitly to pass build
2021-09-14 16:08:12 -07:00
figsoda cf0caf529c
Merge pull request #133616 from q60/master
profetch: init at 0.1.6
2021-09-14 17:38:45 -04:00
Benjamin Asbach a5d5f32f90 csvs-to-sqlite: added override for click dependency to version 7 in order to fix build
The application is not capable to build with `click` greate than version `7`.
2021-09-14 14:05:49 -06:00
github-actions[bot] 95f24a8a57
Merge staging-next into staging 2021-09-14 18:01:40 +00:00
github-actions[bot] 91c89490cc
Merge master into staging-next 2021-09-14 18:01:05 +00:00
Benjamin Asbach ac74b42351 csvs-to-sqlite: removed from python-package since it's an command line application 2021-09-14 09:14:33 -06:00
figsoda b3d047de5c
Merge pull request #135812 from r-ryantm/auto-update/unclutter-xfixes
unclutter-xfixes: 1.5 -> 1.6
2021-09-14 10:36:33 -04:00
Bobby Rong c50a3bfc4d
Merge pull request #135947 from r-ryantm/auto-update/apt-offline
apt-offline: unstable-2021-04-11 -> unstable-2021-07-25
2021-09-14 22:28:03 +08:00
Artturi 374fb5a7eb
Merge pull request #137813 from r-ryantm/auto-update/qt5ct 2021-09-14 16:46:57 +03:00
R. RyanTM a05c3143e3 qt5ct: 1.1 -> 1.3 2021-09-14 12:25:03 +00:00
Sandro cb29dfad98
Merge pull request #137740 from r-ryantm/auto-update/convbin
convbin: 3.4 -> 3.7
2021-09-14 14:17:09 +02: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
Thomas Gerbet b9608ec767 opentsdb: fix CVE-2020-35476
This contribution pulls in the patch fixing CVE-2020-35476.
The fix is also included in the 2.4.1 version but the upgrade requires
more work: a tarball with all the third party tools is no more provided.
The build process attempts to get them during the build which fail.

https://github.com/advisories/GHSA-hv53-q76c-7f8c
2021-09-14 10:15:08 +02:00
R. RyanTM 4748cc258a convbin: 3.4 -> 3.7 2021-09-14 04:17:54 +00:00
figsoda 09def9cc2f nomino: init at 1.1.0 2021-09-13 19:53:09 -04: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
Domen Kožar 7a36468853
Merge pull request #137605 from emilazy/aarch64-darwin-fixes
{pv,mosh}: fix on aarch64-darwin
2021-09-13 13:52:51 +02:00
Arthur Gautier 3a7e5f6c25 ipxe: allow to pass options with values
For example BANNER_TIMEOUT can be overriden like:
```
ipxe.overrideArgs(old: {
    enableOptions = old.enableOptions ++ [ "BANNER_TIMEOUT 100" ];
});
```

Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-09-13 08:47:00 +02:00
Emily a48dff9412 pv: fix on aarch64-darwin
Homebrew carries a patch that has been sent upstream. Since it's
designed to be suitable for inclusion as-is and strictly improves
correctness, we just apply it unconditionally on all platforms.
2021-09-13 05:41:45 +01:00
Emily 765dd20a6c pv: 1.6.6 -> 1.6.20 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
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
Daniël de Kok 6af98ae669
Merge pull request #137539 from danieldk/remove-maintainership
treewide: remove danieldk as maintainer from a set of packages
2021-09-12 17:06:53 +02:00
Daniël de Kok 6f2ce2a65e treewide: remove danieldk as maintainer from a set of packages
I currently do not have much time to work on nixpkgs. Remove
myself as a maintainer from a bunch of packages to avoid that
people are waiting on me for a review.
2021-09-12 14:42:12 +00:00
Robert Helgesson d94bd5c599 svtplay-dl: 4.2 -> 4.3 2021-09-12 16:41:33 +02:00
Sandro eef7dc681b
Merge pull request #137490 from r-ryantm/auto-update/nncp 2021-09-12 16:40:12 +02:00
Sandro 5da2746c8d
Merge pull request #134487 from r-ryantm/auto-update/quich 2021-09-12 15:15:11 +02:00
R. RyanTM 365a8fb5f9 nncp: 7.6.0 -> 7.7.0 2021-09-12 07:08:48 +00: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 8bf70d5620
Merge pull request #137154 from r-burns/bandwidth
bandwidth: 1.9.4 -> 1.10.1, enable on arm
2021-09-12 01:05:39 +02:00
Sandro a4156f2b86
Merge pull request #136806 from cyounkins/maintainers_cyounkins 2021-09-11 22:45:19 +02:00
Ryan Burns a45c76d73d bandwidth: 1.9.4 -> 1.10.1, enable on arm
add make flags needed for cross-compilation
tested on pkgsCross.{aarch64-multiplatform,armv7l-hf-multiplatform}
2021-09-11 13:14:58 -07:00