Commit Graph
335697 Commits
Author SHA1 Message Date
Thiago Kenji OkadaandGitHub 97724e99d8 Merge pull request #147597 from ericdallo/bump-polylith
polylith: 0.2.12-alpha -> 0.2.13-alpha
2021-11-28 15:36:54 -03:00
figsoda ef8eb89693 piping-server-rust: 0.9.1 -> 0.10.1 2021-11-28 13:32:50 -05:00
sternenseemann 31ff641504 Merge remote-tracking branch 'origin/master' into haskell-updates 2021-11-28 19:31:56 +01:00
José Romildo 25b1292db1 xfce.xfce4-whiskermenu-plugin: 2.6.2 -> 2.7.0 2021-11-28 15:25:38 -03:00
Thiago Kenji Okada 5c589d83ed libretro: fix core platforms 2021-11-28 15:12:18 -03:00
Thiago Kenji Okada 7ff536edd6 libretro: remove "-DCMAKE_BUILD_TYPE=Release" 2021-11-28 15:12:18 -03:00
Thiago Kenji Okada 6f05bc3791 libretro.pcsx2: init at unstable-2021-11-27
Thanks for @jnetod help.
2021-11-28 15:12:18 -03:00
José Romildo 30fb90c16b xfce.ristretto: 0.12.0 -> 0.12.1 2021-11-28 15:11:09 -03:00
José Romildo 6d5f693e88 xfce.mousepad: 0.5.7 -> 0.5.8 2021-11-28 15:07:21 -03:00
R. RyanTMandGitHub f6053b7c82 verifpal: 0.26.0 -> 0.26.1 (#143282) 2021-11-28 18:01:15 +00:00
github-actions[bot]andGitHub 017d32f216 Merge master into staging-next 2021-11-28 18:00:57 +00:00
figsoda 63a3695759 csview: 0.3.8 -> 0.3.9 2021-11-28 12:56:54 -05:00
Maximilian BoschandGitHub 70c6189db5 Merge pull request #146403 from jtojnar/qas-eval
Fix eval with `nix-env -qas`
2021-11-28 18:43:26 +01:00
Robert Scott 1e3b8e3fd8 python3Packages.pywal: use $TMPDIR in tests
darwin hydra can fail to access /tmp
2021-11-28 17:40:08 +00:00
markuskowaandGitHub c0d9398b7f Merge pull request #144253 from sheepforce/pyscf
pyscf: 1.7.6.post1 -> 2.0.1
2021-11-28 18:31:02 +01:00
Ilan Joselevich 36857fb291 vimPlugins: resolve github repository redirects 2021-11-28 19:19:17 +02:00
Fabián Heredia Montiel b9f6ee2e2f pijul: 1.0.0-alpha.55 → 1.0.0-alpha.56 2021-11-28 11:15:22 -06:00
Ilan Joselevich b86ff2299a vimPlugins: update 2021-11-28 19:11:27 +02:00
Lluís Batlle i Rossell 873042271a frogatto: 2021-05-24 -> 2021-11-23
And fix build
2021-11-28 18:02:36 +01:00
Robert Schütz 1ca74a0074 libdeltachat: 1.67.0 -> 1.68.0
https://github.com/deltachat/deltachat-core-rust/blob/1.68.0/CHANGELOG.md
2021-11-28 09:00:58 -08:00
Thiago Kenji OkadaandGitHub 4a921e5be5 Merge pull request #147686 from sagikazarmark/update-todoist
todoist: 0.15.0 -> 0.16.0
2021-11-28 13:44:22 -03:00
Mark Sagi-Kazar 079827e8c3 todoist: 0.15.0 -> 0.16.0
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2021-11-28 17:33:30 +01:00
Sergei Trofimovich 3f3dd1d0c9 vwm: fix build against ncurses-6.3
Without the change the build on upcoming `ncurses-6.3` fails as:

    vwm_bkgd.c:71:63: error: format not a string literal and no format arguments [-Werror=format-security]
       71 |         mvwprintw(window,height-1,width-(strlen(version_str)),version_str);
          |                                                               ^~~~~~~~~~~
2021-11-28 16:23:04 +00:00
Sergei Trofimovich 54765edc0b libviper: fix build against ncurses-6.3
Without the change the build on upcoming `ncurses-6.3` fails as:

    w_decorate.c:45:17: error: format not a string literal and no format arguments [-Werror=format-security]
       45 |                 mvwprintw(window,0,x,title);
          |                 ^~~~~~~~~
2021-11-28 16:16:34 +00:00
sternenseemann 8f1a52ac33 haskell.compiler.*: disable useLLVM also for SPARC and PowerPC
These targets also have NCG support, but they are tested less (in fact
SPARC seems to be untested atm) and may have issues. In such cases being
able to fallback to -fllvm without rebuilding the compiler could be
useful. OTOH GHC will default to -fasm and the backends probably work
well enough in most cases.
2021-11-28 17:14:18 +01:00
Sergei Trofimovich a94a2370bb noice: fix build against ncurses-6.3
Without the change the build on upcoming `ncurses-6.3` fails as:

    noice.c:377:9: error: format not a string literal and no format arguments [-Werror=format-security]
      377 |         printw(str);
          |         ^~~~~~
2021-11-28 16:06:12 +00:00
Michele Guerini RoccoandGitHub af63e81ad9 Merge pull request #147683 from rnhmjoj/pr-monero-cli
monero: rename to monero-cli
2021-11-28 16:54:21 +01:00
Sergei Trofimovich 387b85da72 liboping: pull pending upstream inclusion fix for ncurses-6.3
Without the fix build on ncurses-6.3 fails as:

    oping.c:1128:25: error: format not a string literal and no format arguments [-Werror=format-security]
     1128 |                         mvwprintw (ctx->window, /* y = */ 3, /* x = */ x + 2, symbol);
          |                         ^~~~~~~~~
2021-11-28 15:54:20 +00:00
Graham ChristensenandGitHub 5ce7574ce8 Merge pull request #147399 from dali99/update_hydrus2
hydrus: 462 -> 463
2021-11-28 10:54:10 -05:00
José Romildo MalaquiasandGitHub cb4eda2f40 Merge pull request #147661 from marsam/update-sudo-font
sudo-font: 0.60 -> 0.61
2021-11-28 12:45:59 -03:00
TredwellGit 722bfae487 libreoffice-fresh: 7.2.2.2 -> 7.2.3.2 2021-11-28 15:26:40 +00:00
José Romildo MalaquiasandGitHub b7f184a5ae Merge pull request #146970 from stephaneyfx/remove-numix-cursor-theme-patch
numix-cursor-theme: 1.1 -> 1.2
2021-11-28 12:08:49 -03:00
SandroandGitHub ef65ac981a Merge pull request #143870 from Stunkymonkey/development-github-3 2021-11-28 15:59:07 +01:00
Mikael Voss 730fc9cae0 bakelite: init at unstable-2021-10-19 2021-11-28 15:57:29 +01:00
7c6f434candGitHub 89bb06e7b5 Merge pull request #147685 from ninjin/julia-bin_164
julia_16-bin: 1.6.3 -> 1.6.4
2021-11-28 14:50:56 +00:00
7c6f434candGitHub 48bc3c6205 Merge pull request #147705 from nagy/lisp-cl-shellwords
lispPackages: add cl-shellwords
2021-11-28 14:49:50 +00:00
ajs124andGitHub ad23c0dbd4 Merge pull request #146488 from helsinki-systems/upd/php
php74: 7.4.25 -> 7.4.26, php80: 8.0.12 -> 8.0.13
2021-11-28 15:44:31 +01:00
Thiago Kenji OkadaandGitHub 24b6f43c88 Merge pull request #147702 from fabaff/bump-cherrytree
cherrytree: 0.99.42 -> 0.99.43
2021-11-28 11:43:42 -03:00
Vladimír Čunát 9a0723cc3f unbound-full: fix the build again
... by not avoiding openssl dependency in .lib.
dnstap part of code ran into issues with this during checkPhase.

The benefit of withSlimLib is mainly for `unbound`;
for the fuller builds it doesn't seem important.
2021-11-28 15:41:19 +01:00
Thiago Kenji OkadaandGitHub 942eb9a335 Merge pull request #147695 from LeSuisse/getdata-0.11.0
getdata: 0.10.0 -> 0.11.0
2021-11-28 11:39:03 -03:00
Thiago Kenji OkadaandGitHub ad2e23ee03 Merge pull request #147615 from sikmir/cudatext
cudatext: 1.148.0 → 1.150.0
2021-11-28 11:37:39 -03:00
Thiago Kenji OkadaandGitHub 9bb0a63640 Merge pull request #147701 from fabaff/bump-hashcat
hashcat: 6.2.4 -> 6.2.5
2021-11-28 11:34:35 -03:00
Thiago Kenji OkadaandGitHub f695a5b5f7 Merge pull request #147613 from ymatsiuk/ymatsiuk/appgate-sdp-5.5.0
appgate-sdp: 5.4.2 -> 5.5.0
2021-11-28 11:31:56 -03:00
Thiago Kenji OkadaandGitHub 115f3513da Merge pull request #147694 from fabaff/bump-hwinfo
hwinfo: 21.76 -> 21.78
2021-11-28 11:31:02 -03:00
Thiago Kenji OkadaandGitHub cce65b28f9 Merge pull request #147612 from applePrincess/exploitdb-2021-11-27
exploitdb: 2021-11-25 -> 2021-11-27
2021-11-28 11:29:34 -03:00
Thiago Kenji OkadaandGitHub f85f78701e Merge pull request #147708 from fabaff/bump-crownstone-sse
python3Packages.crownstone-sse: 2.0.2 -> 2.0.3
2021-11-28 11:26:47 -03:00
Thiago Kenji OkadaandGitHub 80eb180515 Merge pull request #147707 from fabaff/bump-flux-led
python3Packages.flux-led: 0.25.0 -> 0.25.1
2021-11-28 11:24:36 -03:00
Thiago Kenji OkadaandGitHub 1ce74dc4db Merge pull request #147696 from LeSuisse/storm-2.3.0
storm: 2.2.0 -> 2.3.0
2021-11-28 11:23:09 -03:00
SandroandGitHub 5a76214c5d ocamlPackages.reactivedata: fix src hash 2021-11-28 15:19:59 +01:00
Thiago Kenji OkadaandGitHub c01c84f616 Merge pull request #147682 from fabaff/bump-mbuffer
mbuffer: 20210328 -> 20211018
2021-11-28 11:18:26 -03:00