Commit Graph

65340 Commits

Author SHA1 Message Date
Sergei Trofimovich
e8815af10e bemenu: 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:

    lib/renderers/curses/curses.c:234:9:
      error: format not a string literal and no format arguments [-Werror=format-security]
      234 |         mvprintw(0, 0, menu->title);
          |         ^~~~~~~~
2021-11-06 09:31:43 +00:00
Ryan Burns
ea5c3d756e
Merge pull request #144212 from trofi/fix-aewan-on-ncurses-6.3
aewan: fix build against ncurses-6.3
2021-11-06 01:49:46 -07:00
Ryan Burns
9b89af7680
Merge pull request #144397 from trofi/fix-mcabber-for-ncurses-6.3
mcabber: pull upstream fix for upcoming ncurses-6.3
2021-11-06 01:49:10 -07:00
Ryan Burns
e70280690d
Merge pull request #144592 from trofi/fix-toxic-for-ncurses-6.3
toxic: fix build against upcoming ncurses-6.3
2021-11-06 01:48:42 -07:00
Ryan Burns
377c617dc6
Merge pull request #144815 from trofi/fix-ecasound-for-ncurses-6.3
ecasound: fix build against upcoming ncurses-6.3
2021-11-06 01:48:32 -07:00
Michael Raskin
d8b7d0e066
Merge pull request #123511 from yorickvP/yorick-picoscope
picoscope: init at 6.14.44-4r5870
2021-11-06 08:48:13 +00:00
Maciej Krüger
66ef35507f
Merge pull request #144697 from mkg20001/zhf-imgbrd 2021-11-06 08:34:15 +01:00
Bernardo Meurer
58a18138b2
Merge pull request #144825 from alyssais/treewide-mirror
treewide: use mirror URLs where available
2021-11-05 21:10:44 -07:00
Alyssa Ross
02dfbde639
treewide: use mirror URLs where available
Candidates identified with

	git grep -F "$(grep -v '#' pkgs/build-support/fetchurl/mirrors.nix |
		grep -v nixos.org | grep :// | cut -d '"' -f 2)"

and then manually reviewed and tested.
2021-11-06 01:56:39 +00:00
Thiago Kenji Okada
4217614266
Merge pull request #144685 from r-burns/anup
anup: fix build on darwin
2021-11-05 22:20:49 -03:00
Sergei Trofimovich
220c819f53 ecasound: 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:

  ecasignalview.cpp:360:13:
    error: format not a string literal and no format arguments [-Werror=format-security]
    360 | mvprintw(r++, 0, bar);
        | ~~~~~~~~^~~~~~~~~~~~~
2021-11-05 23:34:36 +00:00
Thiago Kenji Okada
d2c613620d
Merge pull request #144778 from thiagokokada/zhf-ovmf-i686
OVMF: disable LTO on i686
2021-11-05 20:03:43 -03:00
Artturi
01995f66a9
Merge pull request #144446 from jkarlson/qemu 2021-11-05 22:50:39 +02:00
Sandro
89ec86651b
Merge pull request #144783 from iblech/patch-thonny-icon 2021-11-05 21:14:42 +01:00
Sandro
4042e36f2d
Merge pull request #144774 from dan4ik605743/tonelib-meta 2021-11-05 21:03:40 +01:00
Ingo Blechschmidt
19de3a7c5b thonny: add desktop item 2021-11-05 20:20:16 +01:00
Thiago Kenji Okada
571c4e73e1 OVMF: disable LTO on i686
Fix build.
2021-11-05 15:38:07 -03:00
dan4ik
a123ab3a72 tonelib-zoom: fix meta.platforms 2021-11-06 01:14:47 +07:00
dan4ik
d78a7264c6 tonelib-jam: fix meta.platforms 2021-11-06 01:09:46 +07:00
Sandro
118cec339f
Merge pull request #144714 from saschagrunert/crun 2021-11-05 17:31:26 +01:00
Doron Behar
b2d1a7d94f
Merge pull request #144746 from doronbehar/pkg/jami-client-gnome 2021-11-05 16:09:04 +00:00
Doron Behar
ebaa823afd jami-daemon.ffmpeg: mark as broken for aarch64 2021-11-05 17:34:35 +02:00
Bobby Rong
8c0e13349f
Merge pull request #135789 from lucasew/package/cisco-packet-tracer
cisco-packet-tracer: init at 7.3.1 and 8.0.1
2021-11-05 22:49:41 +08:00
Florian Klink
3097a43496 xmedcon: 0.21.0 -> 0.21.2
in release 0.21.2 @ 20-Jul-2021 (Gtk+3)

    Small addition in our speedometer CSS theme: window titlebar is now in dark mode too
    Learned how to leave out annoying autotools reconfigure rules from Makefiles via AM_MAINTAINER_MODE macro
        Why? working with most recent autotools version <> older autotools version on most systems <> users are not necessarily developers ...
    Improvements for Wayland (CentOS Stream / OpenSUSE Tumbleweed)
        Menu "Online info" core dumps due to "toplevel" window problem
        Check "Gdk-CRITICAL gdk_monitor_get_workarea: assertion 'GDK_IS_MONITOR ()' failed"
        gtk_window_set_transient_for(window, parent)
        Not working GBC-widget (gamma, brightness, contrast)

in release 0.21.1 @ 01-May-2021 (Gtk+3)

    Require libpng >= 1.6.0 for Ubuntu's sake
    Added in GUI resizing to fifth and quint
    Secured two sprintf() statements
    Updated Inno Setup file for Gtk+3 dependencies
    Fresh update of application icon
    GIF89a: write "XMedCon" in application block
2021-11-05 15:30:51 +01:00
Florian Klink
0886f51b37 xmedcon: fix meta.platforms
platforms.darwin and platforms.linux are both lists. They need to be
concatenated, otherwise they're not recognized as supported platforms.
2021-11-05 15:30:51 +01:00
Claudio Bley
7f2b8a3beb
azuredatastudio: 1.17.1 -> 1.33.0 (#143078) 2021-11-05 15:25:24 +01:00
Thiago Kenji Okada
1285cc476d
Merge pull request #144691 from legendofmiracles/zerobin
zerobin: fix build
2021-11-05 11:01:42 -03:00
Doron Behar
25ea24497b jami-client-gnome: unset CLUTTER_BACKEND 2021-11-05 15:32:12 +02:00
legendofmiracles
0bbc024462
zerobin: fix build 2021-11-05 07:10:07 -06:00
Armin Rothfuss
f3ff3fe3db
eclipses.plugins: Add Apache ivyde, iyvderv, ivyant and ivy plugins (#142407)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-05 14:09:15 +01:00
Sandro
288e3f8896
Merge pull request #144156 from simonkampe/submit/snapmaker-luban 2021-11-05 14:05:30 +01:00
Sandro
8c0e6e6c76
Merge pull request #144731 from erikarvstedt/btcpayserver-1.3.3 2021-11-05 14:02:23 +01:00
Thiago Kenji Okada
96fb6ed434
Merge pull request #144696 from GKasparov/picom-next
picom-next: init at unstable-2021-10-31
2021-11-05 09:54:29 -03:00
Erik Arvstedt
34913fa4e8
btcpayserver: 1.3.2 -> 1.3.3 2021-11-05 11:31:44 +01:00
Sascha Grunert
1889cedd0a
crun: 1.2 -> 1.3
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-11-05 09:34:48 +01:00
Ben Siraphob
563957288e
Merge pull request #144689 from legendofmiracles/hn
haxor-news: fix build
2021-11-04 22:56:17 -05:00
GKasparov
a3aaebc300 picom-next: init at unstable-2021-10-31 2021-11-05 14:52:28 +11:00
Maciej Krüger
01e9eb40da
imgbrd-wrapper: 7.3.2 -> 7.5.1
ZHF: https://github.com/NixOS/nixpkgs/issues/144627
2021-11-05 04:47:31 +01:00
figsoda
05b19e3129
Merge pull request #144687 from figsoda/eww-linux
eww: set meta.broken on darwin
2021-11-04 22:38:51 -04:00
Bernardo Meurer
f140680724
Merge pull request #144671 from andersk/LD_LIBRARY_PATH
treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH, round 2
2021-11-04 19:38:39 -07:00
legendofmiracles
34dad80816
haxor-news: fix build 2021-11-04 20:07:20 -06:00
figsoda
c39e93249a eww: set meta.broken on darwin 2021-11-04 21:46:24 -04:00
Ryan Burns
68a8b278c1 anup: fix build on darwin 2021-11-04 18:21:10 -07:00
Thiago Kenji Okada
b5a1a988c2
Merge pull request #144581 from Hexadecimaaal/new-bitwig-studio
bitwig-studio: 4.0.1 -> 4.0.7
2021-11-04 22:11:44 -03:00
Anders Kaseorg
e12f4db556 treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH, round 2
Naive concatenation of $LD_LIBRARY_PATH can result in an empty
colon-delimited segment; this tells glibc to load libraries from the
current directory, which is definitely wrong, and may be a security
vulnerability if the current directory is untrusted.  (See #67234, for
example.)  Fix this throughout the tree.

Followup to #76804.  Fixes #144646.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-11-04 16:15:05 -07:00
Bernardo Meurer
51289b6b65
Merge pull request #144346 from taku0/thunderbird-bin-91.3.0
thunderbird, thunderbird-bin: 91.2.1 -> 91.3.0
2021-11-04 16:08:12 -07:00
Bernardo Meurer
471043b174
Merge pull request #144308 from andresilva/ledger-live-2.34.4
ledger-live-desktop: 2.34.3 -> 2.34.4
2021-11-04 16:07:51 -07:00
Maximilian Bosch
3adcef2569
Merge pull request #143807 from linyinfeng/jetbrains-prefer-local-build
jetbrains: fix preferLocalBuild
2021-11-04 23:45:55 +01:00
Sandro
012811c79d
Merge pull request #144659 from SuperSamus/lavalauncher 2021-11-04 23:00:19 +01:00
Maximilian Bosch
31029fdbe2
Merge pull request #142987 from FliegendeWurst/tbb-10.5.10
tor-browser-bundle-bin: 10.5.8 -> 10.5.10
2021-11-04 22:59:45 +01:00