Commit Graph

32991 Commits

Author SHA1 Message Date
Sandro
f9ee349cae
Merge pull request #114561 from dotlambda/prs-init
prs: init at 0.2.2
2021-03-07 02:38:45 +01:00
Sandro
61ee3d1b85
Merge pull request #115225 from zseri/zs-wait4host
zs-wait4host: init at 0.3.2
2021-03-07 02:25:58 +01:00
Sandro
0eef75cc37
Merge pull request #115280 from davegallant/awscli2-2.1.29
awscli2: 2.1.17 -> 2.1.29
2021-03-07 02:25:27 +01:00
Ryan Mulligan
1275550586
Merge pull request #114939 from r-ryantm/auto-update/mcfly
mcfly: 0.5.3 -> 0.5.4
2021-03-06 16:42:51 -08:00
Ryan Mulligan
cb99d3d8a5
Merge pull request #113084 from r-ryantm/auto-update/pcb2gcode
pcb2gcode: 2.2.2 -> 2.2.3
2021-03-06 16:38:48 -08:00
Ryan Mulligan
2b5522a772
Merge pull request #114890 from r-ryantm/auto-update/dnsproxy
dnsproxy: 0.35.1 -> 0.35.2
2021-03-06 16:34:02 -08:00
R. RyanTM
8ae8348b9d gmic: 2.9.5 -> 2.9.6 2021-03-07 01:06:21 +01:00
R. RyanTM
64676e99a6 ibus-engines.bamboo: 0.6.8 -> 0.6.9 2021-03-06 23:49:25 +01:00
R. RyanTM
bc23341c8b libdnf: 0.58.0 -> 0.60.0 2021-03-06 23:13:45 +01:00
Sandro
b1d60fee1f
Merge pull request #115284 from LeSuisse/stunnel-5.58
stunnel: 5.56 -> 5.58
2021-03-06 22:28:21 +01:00
Fabian Affolter
362477fdf7
Merge pull request #115068 from r-ryantm/auto-update/aide
aide: 0.17.1 -> 0.17.3
2021-03-06 22:06:33 +01:00
Sandro
822b70e18c
Merge pull request #115051 from siraben/darwin-mass-fix-buildInputs=0 2021-03-06 20:54:39 +01:00
Thomas Gerbet
99f895fa25 stunnel: 5.56 -> 5.58
Fixes CVE-2021-20230.
2021-03-06 20:25:25 +01:00
Dave Gallant
6f4b61d2ce
awscli2: 2.1.17 -> 2.1.29 2021-03-06 14:09:43 -05:00
Mario Rodas
89a5d5a5c6
Merge pull request #115126 from r-ryantm/auto-update/nfpm
nfpm: 2.2.5 -> 2.3.1
2021-03-06 11:34:38 -05:00
Ben Siraphob
4cd3c27aee anthy: expand platforms to unix 2021-03-06 21:02:44 +07:00
Ben Siraphob
48fbf632d9 pcapfix: expand platforms to all 2021-03-06 21:02:44 +07:00
Ben Siraphob
dcf51a859f loadwatch: expand platforms to all 2021-03-06 21:01:46 +07:00
Ben Siraphob
77d59d21d5 vimv: fix darwin build 2021-03-06 21:01:46 +07:00
Ben Siraphob
ba0a6ec44b agedu: expand platforms to unix 2021-03-06 21:01:45 +07:00
Ben Siraphob
4dc3d2e4ee hashdeep: add darwin build failure note 2021-03-06 21:01:41 +07:00
Ben Siraphob
f0f62c2297 aespipe: expand platforms to unix 2021-03-06 21:00:49 +07:00
Ben Siraphob
f4391744ed fanficfare: expand platforms to unix 2021-03-06 21:00:49 +07:00
Ben Siraphob
d5ac8b4bb0 podiff: expand platforms to unix 2021-03-06 21:00:49 +07:00
Ben Siraphob
53b2713f2f dos2unix: add meta.platforms 2021-03-06 21:00:49 +07:00
Ben Siraphob
23b9febef2 dadadodo: fix darwin build 2021-03-06 21:00:48 +07:00
Ben Siraphob
a3bea2debd cconv: expand platforms to all 2021-03-06 21:00:48 +07:00
Jörg Thalheim
a97a7cd168
Merge pull request #115157 from r-burns/aws-c-common-musl 2021-03-06 11:11:31 +00:00
Doron Behar
1d0cd06d37
Merge pull request #82249 from caadar/gtklp
gtklp: init at 1.3.4
2021-03-06 11:19:53 +02:00
zseri
ee3d784011
zs-wait4host: init at 0.3.2 2021-03-06 06:27:18 +01:00
Sandro Jäckel
7e36d21546
expect: fetchpatch commit instead of master
Closes #114983
2021-03-06 05:33:44 +01:00
Sandro
9675484462
Merge pull request #115197 from SuperSandro2000/fix-collection21 2021-03-06 04:56:45 +01:00
Sandro
760a0d9adb
Merge pull request #115188 from marsam/update-rbw
rbw: 0.5.2 -> 1.0.0
2021-03-06 03:22:15 +01:00
Profpatsch
c7c81dced8 lorri: 1.2.0 -> 1.3.0
We forked lorri to nix-community, so this release also moves us over
to the new official repository.

Release notes:

Fix the build loop.

Previously, any change (for example a direnv ping or a change in the
nix files) would add a new build invocation to the queue, and the
builds would all be done one after the other.

However, a new build will always use the newest state of the files
anyway, so the CPU time spent on all the other builds will be
wasted (and hog your processor).

Now lorri will only

    finish the current build (if running)
    schedule at maximum one additional build if requested

This should improve the resource use drastically in some situations.

---

Make lorri daemon exit with exit code 0 instead of 130/143 on
SIGINT or SIGTERM.

---

Add lorri self-upgrade branch sub-subcommand.
This enables us to point users to a branch name, in order to test out
fixes from repository branches.
2021-03-05 23:49:36 +01:00
Martin Weinelt
90e31bac7b ajour: 0.7.1 -> 0.7.2
https://github.com/ajour/ajour/releases/tag/0.7.2
2021-03-05 19:01:15 +01:00
Maximilian Bosch
71770e1f6f
Merge pull request #111530 from vojta001/nixos-container-show-ip-ipv6
nixos-container: fix show-ip command to support IPv6 addresses
2021-03-05 18:27:38 +01:00
Sandro Jäckel
01e50d1136
safe-rm: fix cross compile 2021-03-05 18:15:24 +01:00
Sandro Jäckel
3abe51bc8c
wdiff: fix cross compile 2021-03-05 18:15:23 +01:00
Sandro Jäckel
62ce8c7309
httpie: fix cross compilation 2021-03-05 18:14:38 +01:00
Sandro Jäckel
f8204cc751
gti: fix cross compile 2021-03-05 18:14:38 +01:00
Sandro Jäckel
cda4171d11
expect: fix cross-compilation
Closes #114983
2021-03-05 18:14:36 +01:00
Sandro
054e9b37fd
Merge pull request #114618 from fortuneteller2k/add-sacad 2021-03-05 17:42:57 +01:00
Sandro
7b74a67ca3
Merge pull request #115169 from fabaff/uroboros
uroboros: init at 20210304-9bed95b
2021-03-05 16:55:59 +01:00
Sandro Jäckel
ccfef0d23a
fanficfare: cleanup meta 2021-03-05 16:32:39 +01:00
Sandro Jäckel
336b015648
hashdeep: cleanup, switch to pname + version 2021-03-05 16:32:39 +01:00
Sandro Jäckel
a9743d1b58
nix-prefetch-scripts: cleanup 2021-03-05 16:30:29 +01:00
Michael Weiss
dac4672072
html-proofer: Add bundlerUpdateScript and remove myself as maintainer 2021-03-05 14:59:24 +01:00
Michael Weiss
e2285e1fd1
html-proofer: 3.18.6 -> 3.18.8 2021-03-05 14:59:19 +01:00
davidak
5a461c3b8d
Merge pull request #110176 from fabaff/nosqli
nosqli: init at 0.5.2
2021-03-05 13:49:42 +01:00
Lassulus
90b45eda99
Merge pull request #112564 from r-ryantm/auto-update/yad
yad: 7.2 -> 7.3
2021-03-05 13:13:22 +01:00