Commit Graph

2665 Commits

Author SHA1 Message Date
Felix Buehler
8d0267dc8f treewide: use pname&version instead of name 2021-12-05 15:38:17 +01:00
markuskowa
e0c74a4d1f
Merge pull request #148556 from fabaff/bump-gdu
gdu: 5.11.0 -> 5.12.0
2021-12-04 19:18:50 +01:00
Fabian Affolter
8ee873dcc0
Merge pull request #148405 from fabaff/bump-natscli
natscli: 0.0.26 -> 0.0.28
2021-12-04 09:36:17 +01:00
Fabian Affolter
10683fe1c4 gdu: 5.11.0 -> 5.12.0 2021-12-04 09:25:37 +01:00
Fabian Affolter
a8c17a5803
Merge pull request #148191 from arezvov/openipmi_update
openipmi: 2.0.31 -> 2.0.32
2021-12-03 16:01:54 +01:00
Fabian Affolter
9b44103ef2 natscli: 0.0.26 -> 0.0.28 2021-12-03 11:34:39 +01:00
Jörg Thalheim
9a79131256
Merge pull request #148087 from ylh/patch-p9p-sw_vers
plan9port: add DarwinTools to buildInputs on darwin
2021-12-02 16:23:36 +00:00
Alexander Rezvov
b9599767e8
openipmi: 2.0.31 -> 2.0.32 2021-12-01 23:44:16 +03:00
Yestin L. Harrison
0fd4de2ae2 plan9port: add DarwinTools to buildInputs on darwin 2021-11-30 15:59:43 -08:00
Felix Buehler
22dffe27f3 pkgs/tools: use pname&version instead of name 2021-11-30 21:11:29 +01:00
Sandro
db0968babb
Merge pull request #147778 from trofi/fix-gptfdisk-on-ncurses-6.3 2021-11-30 18:17:21 +01:00
Sergei Trofimovich
3e894f67fe gptfdisk: fix build against upcoming ncurses-6.3
On ncurses-6.3 with extra printf() annotations gcc now detects
use of user input in place of format strings:

    gptcurses.cc:274:10: error:
        format not a string literal and no format arguments [-Werror=format-security]
      274 |    printw(theLine.c_str());
          |    ~~~~~~^~~~~~~~~~~~~~~~~
2021-11-28 22:10:27 +00:00
Fabian Affolter
9a005535fa hwinfo: 21.76 -> 21.78 2021-11-28 11:58:58 +01:00
Fabian Affolter
609ab2cdc4 btop: 1.1.0 -> 1.1.2 2021-11-27 18:58:49 +01:00
Fabian Affolter
7ae23b2ffc gdu: 5.10.1 -> 5.11.0 2021-11-27 09:24:46 +01:00
Samuel Gräfenstein
63a61947b9
htop-vim: add meta.mainProgram 2021-11-24 14:21:02 +01:00
José Romildo Malaquias
b023bd4864
Merge pull request #146730 from thiagokokada/htop-vim-init
htop-vim: init at unstable-2021-10-11
2021-11-24 09:19:45 -03:00
Fabian Affolter
c2a3cb8443 gdu: 5.10.0 -> 5.10.1 2021-11-23 22:16:03 +01:00
Thiago Kenji Okada
4e89efeed0 htop-vim: init at unstable-2021-10-11 2021-11-20 02:28:54 -03:00
Yestin L. Harrison
5afe6d962c
plan9port: tighten up broken 2021-11-19 21:22:09 -08:00
Anderson Torres
9592d12799
Merge pull request #146323 from AndersonTorres/new-misc
plan9port: quick&dirty fixup
2021-11-18 10:06:01 -03:00
AndersonTorres
927e685929 Mark as broken on Darwin 2021-11-17 13:53:25 -03:00
figsoda
6ad04bcb7d
Merge pull request #146243 from figsoda/treewide-rust-feature
treewide: use buildFeatures and checkFeatures for rust packages
2021-11-16 21:00:48 -05:00
AndersonTorres
17b1055d65 plan9port: quick&dirty breakage fix
The presence of '+' in version string propagates to PATH variable, which breaks
`u` script, because `u` uses p9p's `sed` that treats `+` as a metacharacter.

Because of this, the version string will be reverted.
2021-11-16 20:16:43 -03:00
Sandro
5e39986fe2
Merge pull request #142151 from justinas/openseachest 2021-11-16 16:20:21 +01:00
figsoda
59a143e206 zenith: use buildFeatures 2021-11-16 08:11:46 -05:00
Vladimír Čunát
64065d76f4
Merge #144730: branch 'staging-next' 2021-11-15 11:52:15 +01:00
Bernardo Meurer
fbe394aad2
btop: 1.0.24 -> 1.1.0 2021-11-14 21:16:34 -08:00
Tristan Gosselin-Hane
dc76825742 tree: fix build on darwin/others 2021-11-14 11:18:53 -05:00
github-actions[bot]
9b5a105856
Merge master into staging-next 2021-11-14 00:01:47 +00:00
Maciej Krüger
bbc5688e8f
tree: fix cross-compile
Should be makeFlagsArray not makeFlags
2021-11-13 19:31:08 +01:00
github-actions[bot]
631c3d7cb2
Merge master into staging-next 2021-11-13 12:01:13 +00:00
sternenseemann
1a1e32f023 Merge remote-tracking branch 'origin/master' into staging-next
Conflicts were caused by 2043dbb6faa9e21b0fb500161542e30d6c8bc680
interacting with b2767b69ddc702eb926633a5f2336534352cb7b8.
2021-11-13 12:35:55 +01:00
Maciej Krüger
f745b93d86
tree: fix package
makeFlags seems to be escaped now, so to do CC=$CC we need to
append it to makeFlags in the shell script now

Otherwise we get CC=\$CC
2021-11-13 12:20:52 +01:00
Sandro Jäckel
378659148d
tree: cleanup, take maintainership 2021-11-12 17:30:38 +01:00
github-actions[bot]
b199af176d
Merge master into staging-next 2021-11-11 00:01:45 +00:00
Felix Bühler
f5c12e8311
treewide: replace '-git' packages with 'unstable-' in version (#145396) 2021-11-10 16:21:47 -05:00
github-actions[bot]
259e08cd22
Merge master into staging-next 2021-11-10 18:01:21 +00:00
Fabian Affolter
260a145cc5 gdu: 5.9.0 -> 5.10.0 2021-11-10 09:59:15 +01:00
github-actions[bot]
6e4d2d1f10
Merge master into staging-next 2021-11-10 00:01:31 +00:00
Bernardo Meurer
4ae0f5f9ad
btop: 1.0.20 -> 1.0.24 2021-11-09 11:00:59 -08:00
github-actions[bot]
ce6af4cada
Merge master into staging-next 2021-11-09 12:01:19 +00:00
Ryan Burns
c10a075517 clinfo: enable on darwin 2021-11-08 17:44:04 -08:00
github-actions[bot]
f14d7cb2f6
Merge master into staging-next 2021-11-08 18:01:24 +00:00
Ryan Burns
c9d935da0b efivar: fix LTO build
The LTO failure was not entirely due to 22284b07.
Based on 90fa4b7c10
2021-11-05 23:32:46 -07:00
Ryan Burns
233f451841 treewide: reenable LTO on i686 2021-11-05 22:16:50 -07:00
figsoda
b427f9a5bf kmon: 1.5.5 -> 1.6.0, clarify license 2021-11-05 16:20:10 -04:00
AndersonTorres
9199162d63 plan9port: 2021-04-22 -> 0.pre+date=2021-10-19 2021-11-03 17:06:38 -03:00
Mario Rodas
a46b327a84
Merge pull request #143492 from r-ryantm/auto-update/syslog-ng
syslogng: 3.33.2 -> 3.34.1
2021-11-03 06:56:15 -05:00
Mario Rodas
677d583b32
Merge pull request #143508 from r-ryantm/auto-update/rsyslog
rsyslog: 8.2108.0 -> 8.2110.0
2021-11-03 06:52:59 -05:00