Commit Graph

65356 Commits

Author SHA1 Message Date
AndersonTorres
cdddc286a2 libopenshot-audio: 0.2.0 -> 0.2.2
Many thanks to @jonringer!
2021-11-06 13:51:30 -03:00
AndersonTorres
abe8a30912 libopenshot: 0.2.5 -> 0.2.7
Many thanks to @jonringer!
2021-11-06 13:50:49 -03:00
Thiago Kenji Okada
a8574a31f3
Merge pull request #144891 from legendofmiracles/pipr
pipr: 0.0.15 -> 0.0.16; fixes build
2021-11-06 12:53:07 -03:00
legendofmiracles
1dfe0be750
pipr: 0.0.15 -> 0.0.16; fixes build 2021-11-06 09:22:25 -06:00
Thomas Tuegel
a506f9c797
Merge pull request #143673 from oxalica/fix/sddm-default-session
plasma5: set default session to plasma X11 and fix sddm
2021-11-06 09:55:47 -05:00
Ryan Mulligan
d6dc3adc0a
Merge pull request #144552 from r-ryantm/auto-update/purple-lurch
purple-lurch: 0.6.7 -> 0.7.0
2021-11-06 05:50:37 -07:00
Ryan Mulligan
887b213245
Merge pull request #144372 from r-ryantm/auto-update/koreader
koreader: 2021.09 -> 2021.10.1
2021-11-06 05:49:39 -07:00
Maximilian Bosch
17e118aa7a
Merge pull request #144283 from Kranzes/bump-libvirt
libvirt: 7.8.0 -> 7.9.0
2021-11-06 13:39:20 +01:00
Artturi
05aaadd5cc
Merge pull request #144810 from dsg22/feature-tor-browser-harden 2021-11-06 12:39:47 +02:00
Ryan Burns
f089c5c76d
Merge pull request #144307 from trofi/fix-bemenu-for-ncurses-6.3
bemenu: fix build against upcoming ncurses-6.3
2021-11-06 02:48:31 -07:00
Ellie Hermaszewska
03f9ced512
picoscope: 6.14.44 -> 7.0.83 2021-11-06 17:32:49 +08:00
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
Davíð Steinn Geirsson
5499f32f08 tor-browser-bundle-bin: Enable content sandbox and hardened malloc
Tor browser enables multi-process support in firefox to sandbox each site
in its own process. This is a very important security feature. It was
disabled in the nixpkgs version, according to a comment due to "crashing
tabs", but running with it enabled I have not been able to recreate this.
Sandboxing enabled is the upstream default, and if we can't ship a tor
browser that way then we should not ship one at all.

Also re-enable useHardenedMalloc to use graphene-hardened-malloc. Here
there was also a comment, in this case saying it caused "crashes with
intel driver". I have also been unable to recreate this on my Intel
UHD P630 onboard graphics.

I believe neither of these are issues any longer.
2021-11-05 22:37:42 +00: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