Commit graph

204024 commits

Author SHA1 Message Date
R. RyanTM a402fa81b1 live555: 2019.10.20 -> 2019.11.22 (#74452) 2019-12-02 18:53:52 +01:00
Marek Mahut 789da848e5
Merge pull request #74792 from aanderse/zabbix
zabbix: updates
2019-12-02 18:51:44 +01:00
Jan Tojnar 39bf8a7b28
Merge pull request #74685 from r-ryantm/auto-update/tepl
tepl: 4.2.0 -> 4.2.1
2019-12-02 18:35:28 +01:00
Arnout Engelen 89ed88f86f Spell out you need to enable wifi explicitly at install time 2019-12-02 17:50:22 +01:00
Jan Tojnar 9129616919
nixos/pantheon fix GNOME_SESSION_DEBUG conflict
When session debugging was enabled in GNOME but not in Pantheon

	{
	  services.xserver = {
	    desktopManager.pantheon = {
	      enable = true;
	    };
	    desktopManager.gnome3 = {
	      enable = true;
	      debug = true;
	    };
	  };
	}

it caused a conflict:

	error: The option `environment.sessionVariables.GNOME_SESSION_DEBUG' has conflicting definitions, in `<nixpkgs/nixos/modules/services/x11/desktop-managers/pantheon.nix>' and `<nixpkgs/nixos/modules/services/x11/desktop-managers/gnome3.nix>'.
2019-12-02 17:25:24 +01:00
Ninlives 9974c07915 wpsoffice: 10.1.0.5672 -> 11.1.0.8865 (#74769) 2019-12-02 16:23:52 +00:00
Félix Baylac-Jacqué d7803d325e
ssb-patchwork: 3.16.2 -> 3.17.1 2019-12-02 17:13:16 +01:00
Dmitry Kalinkin e678aadb04
Merge pull request #74816 from prusnak/python-fido2
python3Packages.fido2: 0.7.3 -> 0.8.1
2019-12-02 11:05:10 -05:00
Ryan Mulligan e81af522ad
Merge pull request #74695 from r-ryantm/auto-update/yadm
yadm: 1.12.0 -> 2.0.1
2019-12-02 07:55:15 -08:00
markuskowa 0804fd6a5e
Merge pull request #74771 from danieldk/dump1090-3.7.2
dump1090: 2014-10-31 -> 3.7.1
2019-12-02 16:37:04 +01:00
Franz Pletz fdcae232e0
Merge pull request #74833 from filalex77/caddy-1.0.4
caddy: 1.0.3 -> 1.0.4
2019-12-02 15:21:51 +00:00
Oleksii Filonenko 2fbfb02032
caddy: add filalex77 to maintainers 2019-12-02 16:19:43 +02:00
Oleksii Filonenko 1a3b366ad2
caddy: 1.0.3 -> 1.0.4 2019-12-02 16:19:43 +02:00
Dennis Gosnell 8b1772c2f4
Merge pull request #74728 from cdepillabout/update-stretchly
stretchly: 0.19.1 -> 0.21.0
2019-12-02 23:19:08 +09:00
Daniël de Kok 02553c114d rl-2003: mention the removal of dump1090's internal web server 2019-12-02 14:47:19 +01:00
Daniël de Kok 9ab21b09bf dump1090: 2014-10-31 -> 3.7.1
The derivation uses an upstream for dump1090 that has not been updated
since 2014. FlightAware seems to have the most actively maintained
version of dump1090, so this change switches to FlightAware's
version, bringing 5 years of improvements.
2019-12-02 14:45:45 +01:00
Aaron Andersen 8d0263863a
Merge pull request #74824 from jojosch/dbeaver_6.3.0
dbeaver: 6.2.5 -> 6.3.0
2019-12-02 07:09:01 -05:00
Jörg Thalheim 8031617f3f
bash-completion: apply musl patch unconditionally
This way we don't forget accidentally to remove the patch on the next upgrade.
2019-12-02 10:15:10 +00:00
Jörg Thalheim 0106804da3
bash-completion: Fix tests with musl. (#74813)
bash-completion: Fix tests with musl.
2019-12-02 10:04:16 +00:00
Jörg Thalheim 2e64e975bb
cpupower: explicitly set CC and LD to allow compilation with e… (#74810)
cpupower: explicitly set CC and LD to allow compilation with e.g. clang
2019-12-02 09:59:45 +00:00
Johannes Schleifenbaum a0a482dc55
dbeaver: 6.2.5 -> 6.3.0 2019-12-02 10:08:18 +01:00
Michael Raskin 7ca8fee383 k3d: use old boost, seems unhappy with 1.69 2019-12-02 10:05:58 +01:00
Jonathan Ringer 006da38a3b python3Packages.dotnetcore2: fix src hash
Was errornously updated
2019-12-01 23:37:10 -08:00
Jörg Thalheim 7ee6319745
nixosTests.matomo: port to python (#74756)
nixosTests.matomo: port to python
2019-12-02 05:48:00 +00:00
Pavol Rusnak c6e4e06996
python3Packages.fido2: 0.7.3 -> 0.8.1 2019-12-02 05:48:26 +01:00
Jonathan Ringer b59adfc731 azure-cli: 2.0.76 -> 2.0.77 2019-12-01 19:47:46 -08:00
Jonathan Ringer d557b39f13 python3Packages.azure-mgmt-monitor: fix python3 namespace 2019-12-01 19:47:46 -08:00
Jonathan Ringer 60361dc8a0 python3Packages.azure-mgmt-compute: 9.0.0 -> 10.0.0 2019-12-01 19:47:46 -08:00
Jonathan Ringer 31133bcc50 python3Packages.azure-mgmt-appconfiguration: 0.1.0 -> 0.3.0 2019-12-01 19:47:46 -08:00
Jonathan Ringer a7057501e2 python3Packages.azure-loganalytics: fix python3 namespace 2019-12-01 19:47:46 -08:00
Niklas Hambüchen 0a854379c4 bash-completion: Fix tests with musl.
Fixes test error

    self = <test_iconv.TestIconv object at 0x7ffff52f3410>
    completion = <CompletionResult []>

        @pytest.mark.complete("iconv -")
        def test_1(self, completion):
    >       assert completion
    E       assert <CompletionResult []>

    ../t/test_iconv.py:7: AssertionError

by applying upstream commit not present in a newer release.
2019-12-02 04:20:08 +01:00
worldofpeace bb1013511e
Merge pull request #74243 from worldofpeace/pantheon-updates-2019-11-25
Pantheon updates 2019-11-25
2019-12-01 23:55:47 +00:00
Dominik Xaver Hörl 387b59d9cf cpupower: explicitly set CC and LD to allow compilation with clang 2019-12-02 00:43:40 +01:00
worldofpeace 8d29ff6209 pantheon.wingpanel-indicator-datetime: 2.2.0 -> 2.2.1
https://github.com/elementary/wingpanel-indicator-datetime/releases/tag/2.2.1
2019-12-01 17:56:22 -05:00
worldofpeace e43b203331 pantheon.switchboard-plug-mouse-touchpad: 2.3.0 -> 2.3.1
https://github.com/elementary/switchboard-plug-mouse-touchpad/releases/tag/2.3.1
2019-12-01 17:56:22 -05:00
worldofpeace 5b2f269fd8 pantheon.wingpanel: wrap in the same way as switchboard 2019-12-01 17:56:22 -05:00
worldofpeace a0f3043189 pantheon.switchboard-plug-power: don't override pkgconfig
We submitted a patch upstream to fix this.
2019-12-01 17:56:22 -05:00
worldofpeace 1575b3971c pantheon.switchboard-with-plugs: don't use hardcode patches
There are really becoming a pain to maintain.
2019-12-01 17:56:22 -05:00
worldofpeace 23b11cc24c pantheon.elementary-calendar: 2019-10-29 -> 5.0.3
https://github.com/elementary/calendar/releases/tag/5.0.1
https://github.com/elementary/calendar/releases/tag/5.0.2
https://github.com/elementary/calendar/releases/tag/5.0.3
2019-12-01 17:56:22 -05:00
worldofpeace e857974867 pantheon.elementary-capnet-assist: 2.2.3 -> 2.2.4
https://github.com/elementary/capnet-assist/releases/tag/2.2.4
2019-12-01 17:56:22 -05:00
worldofpeace df58afae55 pantheon.wingpanel-indicator-sound: 2.1.3 -> 2.1.4
https://github.com/elementary/wingpanel-indicator-sound/releases/tag/2.1.4
2019-12-01 17:56:22 -05:00
worldofpeace 15951cba08
Merge pull request #63607 from rnhmjoj/remove-obex
nixos/bluetooth: don't install obex tools by default
2019-12-01 22:50:47 +00:00
worldofpeace 8e2d53c570 pantheon.wingpanel-indicator-session: 2.2.5 -> 2.2.6
https://github.com/elementary/wingpanel-indicator-session/releases/tag/2.2.6
2019-12-01 17:46:43 -05:00
worldofpeace 6761cd3da9 pantheon.wingpanel-indicator-notifications: 2.1.2 -> 2.1.4
https://github.com/elementary/wingpanel-indicator-notifications/releases/tag/2.1.3
2019-12-01 17:46:43 -05:00
worldofpeace 1ab687e92f pantheon.wingpanel-indicator-bluetooth: 2.1.3 -> 2.1.4
https://github.com/elementary/wingpanel-indicator-bluetooth/releases/tag/2.1.4
2019-12-01 17:46:43 -05:00
worldofpeace 5f8ae4ab94 pantheon.wingpanel-applications-menu: 2.4.4 -> 2.5.0
https://github.com/elementary/applications-menu/releases/tag/2.5.0
2019-12-01 17:46:43 -05:00
worldofpeace 5ddded73dc pantheon.elementary-wallpapers: 5.4 -> 5.5.0
Now uses meson build system 💖.

https://github.com/elementary/wallpapers/releases/tag/5.5.0
2019-12-01 17:46:43 -05:00
worldofpeace 6bd1a2222c pantheon.elementary-videos: 2.6.3 -> 2.7.0
https://github.com/elementary/videos/releases/tag/2.7.0
2019-12-01 17:46:43 -05:00
worldofpeace 3b7f411300 pantheon.elementary-calculator: 1.5.3 -> 1.5.4
https://github.com/elementary/calculator/releases/tag/1.5.4
2019-12-01 17:34:44 -05:00
worldofpeace 0e7b294777 pantheon.updateScript: support an OAUTH_TOKEN
Sometimes I get rate limited.
2019-12-01 17:34:44 -05:00