Commit Graph

8789 Commits

Author SHA1 Message Date
Lassulus
025b801914
Merge pull request #111602 from 0x4A6F/master-blflash
blflash: init at 0.3.2
2021-03-04 20:02:59 +01:00
R. RyanTM
2d518dd72a disfetch: 1.18 -> 1.20 2021-03-04 14:33:32 +00:00
Daniël de Kok
4f841cba84 exa: remove perl dependency
The perl dependency does not seem to be necessary (anymore?).
2021-03-04 10:29:09 +01:00
Peter Hoeg
e336d3d636 typo 2021-03-04 15:14:12 +08:00
Peter Hoeg
568b976279 broadlink-cli: 0.15 -> 0.16 2021-03-04 15:14:12 +08:00
Sandro Jäckel
35218c2c23
topgrade: 6.6.0 -> 6.7.0 2021-03-04 03:18:36 +01:00
Sandro
d496205cf2
Merge pull request #114597 from thiagokokada/patch-mons 2021-03-04 00:56:09 +01:00
Sandro
fd440fcaa2
Merge pull request #114550 from fortuneteller2k/update-exa
exa: 0.9.0 -> unstable-2021-01-14
2021-03-04 00:43:22 +01:00
Cole Helbling
9d74b73a07 lifecycled: init at 3.1.0 2021-03-03 11:15:35 -08:00
Sandro
58a5417197
Merge pull request #114989 from SuperSandro2000/fix-collection20 2021-03-03 19:21:19 +01:00
Felix Singer
a2b0ea6865
coreboot-utils: Add Felix Singer as a maintainer (#115001)
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-03-03 18:25:12 +01:00
Sandro
ce258a0664
Merge pull request #114976 from siraben/darwin-mass-fix-buildInputs=0 2021-03-03 17:58:53 +01:00
Sandro Jäckel
e19f061476
calamares: remove enableParallelBuilding, remove unused input 2021-03-03 16:23:58 +01:00
Sandro Jäckel
25aa76bb6b
cloud-utils: remove unused inputs 2021-03-03 16:23:53 +01:00
Ben Siraphob
5a8065a15e 0x0: add meta.platforms 2021-03-03 19:19:07 +07:00
Domen Kožar
52041b5d02
remove myself from a bunch of software I no longer use/maintain 2021-03-03 10:50:26 +00:00
Jörg Thalheim
8445826ef5
Merge pull request #114622 from aaschmid/fix/nix-direnv
nix-direnv: fix NIX_BIN_PREFIX substitution in built direnvrc
2021-03-03 09:46:11 +00:00
zowoq
694721374b youtube-dl: 2021.03.02 -> 2021.03.03
https://github.com/ytdl-org/youtube-dl/releases/tag/2021.03.03
2021-03-03 17:55:48 +10:00
Andreas Schmid
d81d591d13 nix-direnv: fix NIX_BIN_PREFIX substitution in built direnvrc
* Reason: statically set `${NIX_BIN_PREFIX}` within generated
  `direnvrc`.
* Before it only replaced the `-z ${NIX_BIN_PREFIX:-}` check
  which therefore never was `true`. So, also `NIX_BIN_PREFIX` never got
  set such that its usage later always failed execution with
  `NIX_BIN_PREFIX: unbound variable`. With the fix, the line containing
  the check will no longer be replaced.
* Solves https://github.com/nix-community/nix-direnv/issues/70
* See also discussion on #114622

Signed-off-by: Andreas Schmid <service@aaschmid.de>
2021-03-03 08:49:32 +01:00
github-actions[bot]
9690bf19d4
Merge staging-next into staging 2021-03-03 06:17:28 +00:00
Mario Rodas
6521bf53d0
Merge pull request #114898 from r-ryantm/auto-update/fselect
fselect: 0.7.2 -> 0.7.3
2021-03-02 21:26:32 -05:00
R. RyanTM
429d55c6d4 mcfly: 0.5.3 -> 0.5.4 2021-03-03 01:48:53 +00:00
github-actions[bot]
eef2c4e401
Merge staging-next into staging 2021-03-03 00:38:15 +00:00
R. RyanTM
ecd4264f35 goreleaser: 0.157.0 -> 0.158.0 2021-03-02 22:49:10 +00:00
R. RyanTM
7be023a3a6 fselect: 0.7.2 -> 0.7.3 2021-03-02 22:17:07 +00:00
AndersonTorres
e763719a20 grc: 1.12 -> 1.13 2021-03-02 17:20:01 -03:00
github-actions[bot]
e668a36492
Merge staging-next into staging 2021-03-02 12:17:32 +00:00
zowoq
4dc3b8ba52 youtube-dl: 2021.02.22 -> 2021.03.02
https://github.com/ytdl-org/youtube-dl/releases/tag/2021.03.02
2021-03-02 17:47:22 +10:00
github-actions[bot]
b9b22451f0
Merge staging-next into staging 2021-03-02 06:17:20 +00:00
R. RyanTM
3bf04ba9bf pspg: 4.2.1 -> 4.3.0 2021-03-01 22:55:44 -05:00
Jan Tojnar
913394a1d9
Merge branch 'staging-next' into staging 2021-03-01 19:30:56 +01:00
Mario Rodas
77e75f1ed1 bat: 0.17.1 -> 0.18.0
https://github.com/sharkdp/bat/releases/tag/v0.18.0
2021-03-01 16:36:19 +10:00
R. RyanTM
87b3a29d0a entr: 4.7 -> 4.8 2021-03-01 00:49:58 +00:00
Thiago Kenji Okada
d79c466e99 mons: declare xrandr explicitly instead of using it from PATH
mons tries to detect if xrandr is installed in the PATH, failing
otherwise. However, this is not the way that packages are generally
packaged in nixpkgs.

This commit changes it to hardcode the path of xrandr explicitly instead
of depending of xrandr being declared in PATH.
2021-02-28 20:57:52 -03:00
R. RyanTM
ed95819c9d flameshot: 0.8.5 -> 0.9.0 2021-02-28 20:34:27 +01:00
Fabian Affolter
cf0a9c1fea
Merge pull request #114651 from r-ryantm/auto-update/gammy
gammy: 0.9.63 -> 0.9.64
2021-02-28 19:51:52 +01:00
Fabian Affolter
be2b2d4b64
Merge pull request #114636 from r-ryantm/auto-update/disfetch
disfetch: 1.14 -> 1.18
2021-02-28 19:50:57 +01:00
fortuneteller2k
38ea3741bc sacad: init at 2.3.4 2021-03-01 00:53:52 +08:00
Sandro
539bc499c2
Merge pull request #114595 from baloo/baloo/thin-provisionning-tools/no-binutils
thin-provisioning-tools: extraneous dependency on binutils
2021-02-28 16:09:14 +01:00
Michael Weiss
00529f5bba
lf: 20 -> 21 2021-02-28 14:01:59 +01:00
R. RyanTM
1ff4731640 gammy: 0.9.63 -> 0.9.64 2021-02-28 12:29:14 +00:00
R. RyanTM
6ff9aeebc1 disfetch: 1.14 -> 1.18 2021-02-28 10:56:04 +00:00
github-actions[bot]
cb8e6774de
Merge staging-next into staging 2021-02-28 06:18:00 +00:00
fortuneteller2k
ed8a3061c5 exa: 0.9.0 -> unstable-2021-01-14 2021-02-28 12:35:06 +08:00
zowoq
77a087facc miniserve: 0.10.4 -> 0.11.0
https://github.com/svenstaro/miniserve/releases/tag/v0.11.0
2021-02-28 14:31:10 +10:00
github-actions[bot]
0d421066dd
Merge staging-next into staging 2021-02-28 00:40:17 +00:00
Arthur Gautier
772aa5a94c thin-provisioning-tools: extraneous dependency on binutils
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-02-28 00:16:03 +00:00
Thiago Kenji Okada
3081bd0ca9 mons: add thiagokokada as maintainer 2021-02-27 17:53:44 -03:00
caadar
1a4033b73c gtklp: init at 1.3.4 2021-02-27 19:06:47 +03:00
Karl Fischer
01fc3a8ea4
vsh: 0.10.0 -> 0.11.0 2021-02-27 16:55:19 +01:00
Robert Schütz
54757b35c1 Merge branch 'staging-next' into staging 2021-02-26 10:56:17 +01:00
Frederik Rietdijk
c456a2512f Merge master into staging-next 2021-02-26 10:25:13 +01:00
R. RyanTM
c33e84e655 mongodb-compass: 1.23.0 -> 1.24.6 2021-02-25 23:21:22 -05:00
R. RyanTM
879e1aa008 aspcud: 1.9.4 -> 1.9.5 2021-02-25 18:45:41 -05:00
R. RyanTM
7a1eaaca36 chafa: 1.4.1 -> 1.6.0 2021-02-25 18:42:40 -05:00
Ryan Mulligan
9e88fefcfe
Merge pull request #111097 from r-ryantm/auto-update/gammy
gammy: 0.9.62 -> 0.9.63
2021-02-25 07:35:57 -08:00
Mario Rodas
dc75a0c295
Merge pull request #114227 from fishi0x01/bump-vsh
vsh: 0.9.0 -> 0.10.0
2021-02-24 21:50:53 -05:00
Mario Rodas
b4f3209bef
Merge pull request #114248 from r-ryantm/auto-update/parallel
parallel: 20210122 -> 20210222
2021-02-24 20:08:20 -05:00
Maciej Krüger
2e5fa27df9
mslink: init at 1.3
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2021-02-24 23:16:07 +01:00
Robert Helgesson
6faea4fa13
svtplay-dl: 2.8 -> 3.0 2021-02-24 22:20:29 +01:00
R. RyanTM
29e63d7696 parallel: 20210122 -> 20210222 2021-02-24 15:12:56 +00:00
Karl Fischer
7253b73190
vsh: 0.9.0 -> 0.10.0 2021-02-24 11:52:10 +01:00
Mario Rodas
798949d9df
Merge pull request #113055 from r-ryantm/auto-update/bdf2sfd
bdf2sfd: 1.1.5 -> 1.1.6
2021-02-23 20:38:05 -05:00
Mario Rodas
fb759c8fdc
Merge pull request #113837 from r-ryantm/auto-update/goreleaser
goreleaser: 0.155.2 -> 0.157.0
2021-02-23 20:26:24 -05:00
Michael Weiss
71fcdff01a
html-proofer: 3.18.5 -> 3.18.6 2021-02-23 17:15:51 +01:00
Oleksii Filonenko
0004a60bbc
Merge pull request #114110 from r-ryantm/auto-update/topgrade
topgrade: 6.5.2 -> 6.6.0
2021-02-23 14:53:14 +02:00
Mario Rodas
34ebb29633
Merge pull request #114060 from marsam/update-fluent-bit
fluent-bit: 1.6.8 -> 1.7.1
2021-02-23 06:52:07 -05:00
R. RyanTM
3103058108 topgrade: 6.5.2 -> 6.6.0 2021-02-23 11:40:45 +00:00
Dennis Gosnell
be1dbde1e1
Merge pull request #112668 from r-ryantm/auto-update/memtest86-efi
memtest86-efi: 8.3 -> 8.4
2021-02-23 18:44:42 +09:00
(cdep)illabout
cdcfa7d8e0 memtest86-efi: add runHook preInstall and postInstall 2021-02-23 18:06:19 +09:00
R. RyanTM
7399d38b47 dijo: 0.2.5 -> 0.2.6 2021-02-22 23:42:10 -05:00
taku0
0a39bf46ac
Merge pull request #96186 from SCOTT-HAMILTON/anystyle-cli
anystyle-cli: Init at 1.3.10
2021-02-23 13:41:08 +09:00
R. RyanTM
4120ee9788 dua: 2.11.0 -> 2.11.1 2021-02-22 23:38:16 -05:00
Mario Rodas
c5b725fe4c
Merge pull request #113864 from r-ryantm/auto-update/pspg
pspg: 4.0.1 -> 4.2.1
2021-02-22 20:51:13 -05:00
Mario Rodas
483e881c01
Merge pull request #113636 from r-ryantm/auto-update/z-lua
z-lua: 1.8.11 -> 1.8.12
2021-02-22 20:47:09 -05:00
0x4A6F
25b39e3fc7
blflash: init at 0.3.2 2021-02-22 22:47:26 +00:00
Martin Weinelt
7b9655158e
Merge pull request #113929 from mweinelt/screen/cve-2021-26937
screen: apply patch for CVE-2021-26937
2021-02-22 23:27:58 +01:00
SCOTT-HAMILTON
ed53b269cc anystyle: init at 1.3.10 2021-02-22 13:21:16 +01:00
github-actions[bot]
ed07c63105
Merge staging-next into staging 2021-02-22 06:17:08 +00:00
github-actions[bot]
227aa2c9b0
Merge master into staging-next 2021-02-22 06:17:05 +00:00
Ryan Mulligan
61e7796fce
Merge pull request #113862 from r-ryantm/auto-update/powerline-go
powerline-go: 1.20.0 -> 1.21.0
2021-02-21 20:41:51 -08:00
Mario Rodas
c8ce05d308 fluent-bit: 1.6.8 -> 1.7.1 2021-02-22 04:20:00 +00:00
Peter Hoeg
2f97bd1110 mysqltuner: do not pollute global /share 2021-02-22 10:38:54 +08:00
github-actions[bot]
2fd0f841be
Merge staging-next into staging 2021-02-22 00:37:55 +00:00
github-actions[bot]
d8f2a7bf5c
Merge master into staging-next 2021-02-22 00:37:52 +00:00
davidak
b5d7cb52c7
Merge pull request #113798 from SCOTT-HAMILTON/mysqltuner
mysqltuner: add password list to output
2021-02-21 22:36:50 +01:00
zowoq
90120d702c youtube-dl: 2021.02.10 -> 2021.02.22
https://github.com/ytdl-org/youtube-dl/releases/tag/2021.02.22
2021-02-22 07:11:11 +10:00
davidak
6c1df8c41e
Merge pull request #108926 from siraben/siraben-cleanup
treewide: minor cleanup of packages maintained by siraben
2021-02-21 22:11:03 +01:00
Sandro
dd630d1d3d
Merge pull request #110663 from wahjava/add-kak-lsp
kak-lsp: 8.0.0 -> 9.0.0
2021-02-21 19:34:06 +01:00
Martin Weinelt
c3b5487720 screen: apply patch for CVE-2021-26937
encoding.c in GNU Screen through 4.8.0 allows remote attackers to cause
a denial of service (invalid write access and application crash) or
possibly have unspecified other impact via a crafted UTF-8 character
sequence.

Fixes: CVE-2021-26937
2021-02-21 18:24:23 +01:00
SCOTT-HAMILTON
4f1e0c7ec0 mysqltuner: add password list to output 2021-02-21 13:49:08 +01:00
Ben Siraphob
3be4cfb7de treewide: minor cleanup of packages maintained by siraben 2021-02-21 19:23:43 +07:00
github-actions[bot]
54795a5689
Merge staging-next into staging 2021-02-21 12:19:46 +00:00
github-actions[bot]
cf22d5fee7
Merge master into staging-next 2021-02-21 12:19:43 +00:00
Michele Guerini Rocco
8dfaad76ff
Merge pull request #113883 from r-ryantm/auto-update/bdf2psf
bdf2psf: 1.200 -> 1.201
2021-02-21 11:15:11 +01:00
rnhmjoj
85b236e54a
bdf2psf: fix license, run pre/post hooks 2021-02-21 11:08:32 +01:00
Jörg Thalheim
1089b643ce
Merge pull request #113889 from fabaff/meta-powerline
powerline-go: update meta
2021-02-21 09:47:39 +00:00
Akshat Agarwal
6aaa89b38d
tremor-rs: init at v0.10.1
Signed-off-by: Akshat Agarwal <humancalico@disroot.org>
2021-02-21 14:51:01 +05:30
Fabian Affolter
8625e975bd powerline-go: update meta 2021-02-21 10:12:54 +01:00
R. RyanTM
2e73ee0c4f bdf2psf: 1.200 -> 1.201 2021-02-21 08:02:12 +00:00