1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

35028 commits

Author SHA1 Message Date
Robin Gloster 93b46241a8
ettercap: 0.8.2 -> 0.8.3
fixes openssl 1.1 compat
2019-08-21 00:29:22 +02:00
Robin Gloster 86e1839847
esteidfirefoxplugin: remove
id.ee has removed it and doesn't build with openssl 1.1, there seems to
be a new plugin available
2019-08-21 00:05:18 +02:00
Robin Gloster b6998a786b
bitcoin-unlimited: 1.0.3.0 -> 1.6.0.1
fixes openssl 1.1 compat
2019-08-20 23:47:37 +02:00
Robin Gloster a75971078b
cutegram: remove
dead project, no openssl 1.1 and qt >= 5.9 compat
2019-08-20 23:08:00 +02:00
Robin Gloster 284e529f53
dogecoin: 1.10.0 -> 1.14.1
fixes openssl 1.1 compat
2019-08-20 23:04:20 +02:00
Robin Gloster 45769db278
altcoins.freicoin: mark as broken
doesn't build with openssl 1.1 and they use openssl 1.0.1 for testing
2019-08-20 22:47:18 +02:00
Robin Gloster 254292858c
altcoins.pivx: mark as broken
Upstream doesn't support newer openssl versions
https://github.com/PIVX-Project/PIVX/issues/748
"Your system is most probably using openssl 1.1 which is not the
officialy supported version. Either use 1.0.1 or run again configure
with the given option."
2019-08-20 21:24:40 +02:00
Robin Gloster 806c2c42c1
altcoins.memorycoin: remove
dead project, doesn't build with openssl 1.1
2019-08-20 21:11:07 +02:00
Robin Gloster 50c1ba542c
hadoop_2_*: build with openssl 1.0.2 2019-08-20 21:06:31 +02:00
Robin Gloster df42fdd133
bitcoin-xt: remove
Dead project and doesn't build with openssl 1.1
2019-08-20 20:49:59 +02:00
Vladimír Čunát a89f245f3b
Merge branch 'master' into openssl-1.1
... to avoid the accidental gnupatch rebuild
2019-08-02 09:47:38 +02:00
Mario Rodas 58e584ccd3
dsvpn: init at 0.1.0 2019-08-02 00:00:00 -05:00
Graham Christensen 43ac110d3b
Merge pull request #65633 from ivan/chromium-76.0.3809.87
chromium: 75.0.3770.90 -> 76.0.3809.87
2019-08-01 21:41:11 -04:00
Robin Gloster 30969073f0
Merge remote-tracking branch 'upstream/master' into openssl-1.1 2019-08-02 03:01:30 +02:00
Robin Gloster 841e20e583
Merge pull request #64336 from adisbladis/nodejs-8x-drop
Drop nodejs-8_x
2019-08-02 00:53:46 +00:00
adisbladis 9e9c6de50c
nodejs-8_x: Drop package
It will be EOL within the support period of 19.09
2019-08-02 02:34:47 +02:00
Robin Gloster c6f1c9044b
Merge pull request #63282 from jbedo/strelka
strelka: 2.9.5 -> 2.9.10
2019-08-01 23:44:58 +00:00
Robin Gloster fe3920001c
Merge pull request #63669 from cawilliamson/patch-1
rambox-pro: 1.1.2 -> 1.1.4
2019-08-01 23:29:44 +00:00
worldofpeace 45c62cbfd8
Merge pull request #65610 from worldofpeace/fractal-update
fractal: 4.0.0 -> 4.2.0
2019-08-01 19:27:07 -04:00
Nikolay Amiantov 17d29239b8 mumble: refactor and fix Qt 5 version
* Use -rc version instead of a git checkout. Rename derivation
  accordingly;
* Change PLUGIN_PATH similar to Arch;
* Fix install phase so that random files aren't installed and plugins
  use separate directory;
* Use linkSoVersions to remove duplicate libraries.
2019-08-01 23:06:13 +00:00
Marek Mahut 44884cdf29 slack: adding mmahut as a maintainer 2019-08-01 22:53:52 +00:00
Marek Mahut 6f92bc0cfd slack: 4.0.0 -> 4.0.1 2019-08-01 22:53:52 +00:00
Robin Gloster 919518608f
Merge pull request #65743 from veprbl/pr/zathura_drop_no_synctex
zathura: drop broken synctexSupport option
2019-08-01 22:51:24 +00:00
Frederik Rietdijk a8d45e7fc3
Merge pull request #65602 from angristan/spotify/update/1.1.10.546
spotify: 1.0.96.181 -> 1.1.10.546
2019-08-01 21:07:40 +02:00
Dmitry Kalinkin da54555510
zathura: drop broken synctexSupport option 2019-08-01 15:05:25 -04:00
worldofpeace 299c2f030a
Merge pull request #65704 from worldofpeace/zoom-us-desktopmetadata
zoom-us: use flathub desktop integration
2019-08-01 14:57:16 -04:00
worldofpeace 2d307238de zoom-us: drop uneeded *Inputs 2019-08-01 14:55:41 -04:00
worldofpeace 32f62e9798 zoom-us: use flathub desktop integration
We fetch from https://github.com/flathub/us.zoom.Zoom
and install their appdata, icons, and desktop file.
2019-08-01 14:55:41 -04:00
angristan e247342659 spotify: add angristan as maintainer 2019-08-01 20:31:18 +02:00
angristan 0e6d79b39f spotify: 1.0.96.181 -> 1.1.10.546
See #57800 and #65081 for discussion around fixing the SIGSEV since 1.1.5

Fix taken from
https://gitweb.gentoo.org/repo/gentoo.git/commit/media-sound/spotify?id=d8c8d8abd012c709551cc96802d2615fa69b5212:

Adding apulse libraries to LD_LIBRARY_PATH make spotify work
even if pulseaudio is not installed. If pulseaudio is installed
instead of apulse, this has no effect.

Adding APULSE_PLAYBACK_DEVICE is also necessary otherwise apulse does
not find the device (inspired by the tor-browser-bundle derivation)
2019-08-01 20:30:36 +02:00
worldofpeace 43dcb0542f fractal: 4.0.0 -> 4.2.0
Build system changes happening in the following commits:

* 79bf10af6d
* 6982765607
* 4abfa58282

Submitted MR upstream to update Cargo.lock [0] and to
make scripts executable [1].

[0]: https://gitlab.gnome.org/GNOME/fractal/merge_requests/446
[1]: https://gitlab.gnome.org/GNOME/fractal/merge_requests/447
2019-08-01 14:03:09 -04:00
David McKay ed5ed93422 terraform_0_12: 0.12.5 -> 0.12.6 (#65729) 2019-08-01 10:52:25 -07:00
worldofpeace 8367f3310e
Merge pull request #65705 from worldofpeace/fix-ghostwriter
ghostwriter: use qt5's mkDerivation
2019-08-01 12:54:38 -04:00
Dmitry Kalinkin c27cd84874
Merge pull request #64511 from dtzWill/update/goxel-0.10.0
goxel: 0.9.0 -> -> 0.10.0
2019-08-01 10:56:13 -04:00
Silvan Mosberger d834a4a4fa
Merge pull request #59451 from liff/emacs/treemacs-magit-fix
treemacs-magit: needs git at build time
2019-08-01 15:25:22 +02:00
Michael Weiss 3f5b182891
dmenu2: Remove the package (fix #63218) 2019-08-01 11:19:33 +02:00
Jörg Thalheim 79bd446d8a
mopidy: 2.2.2 -> 2.2.3 2019-08-01 07:38:47 +01:00
Elis Hirwing b5294a27c6
Merge pull request #65700 from nyanloutre/gitea_update_1_9_0
gitea: 1.8.3 -> 1.9.0
2019-08-01 08:03:22 +02:00
Aaron Andersen 95c2752835
Merge pull request #65513 from mmahut/jormungandr
jormungandr: init at 0.3.1
2019-07-31 22:00:58 -04:00
worldofpeace 9a77211486
Merge pull request #65656 from layus/fix-gpx-mime
gpx-viewer: avoid generating a mime database
2019-07-31 21:53:04 -04:00
worldofpeace 06b45a8d70 ghostwriter: use qt5's mkDerivation 2019-07-31 21:42:32 -04:00
nyanloutre 1a784390d2
gitea: 1.8.3 -> 1.9.0 2019-08-01 00:40:49 +02:00
Sarah Brofeldt 7a7cf6faf0
Merge pull request #65629 from endocrimes/r-nomad-0.9.4
nomad: 0.9.3 -> 0.9.4
2019-07-31 17:43:42 +02:00
Guillaume Maudoux 2f3be07d40 gpx-viewer: avoid generating a mime database 2019-07-31 15:14:44 +02:00
worldofpeace c826ca7033
Merge pull request #64018 from ehmry/chuck
chuck: 1.3.5.2 -> 1.4.0.0
2019-07-31 09:01:01 -04:00
Emery Hemingway 695749c59d chuck: 1.3.5.2 -> 1.4.0.0 2019-07-31 14:05:55 +02:00
Ivan Kozik a897743a13 chromiumDev: fix build
Fixes:

ERROR Unresolved dependencies.
//third_party/perfetto/gn:zlib(//build/toolchain/linux:clang_x64)
  needs //third_party/zlib:zlib_config(//build/toolchain/linux:clang_x64)

builder for '/nix/store/iqr4vn2by1yxa7f92jiymvgfsn9mdvwq-chromium-unwrapped-77.0.3860.5.drv' failed with exit code 1
2019-07-31 11:31:07 +00:00
Ivan Kozik d18f4acdf1 chromium: 75.0.3770.90 -> 76.0.3809.87
Fixed in 75.0.3770.142:

CVE-2019-5847 CVE-2019-5848

Fixed in 76.0.3809.87:

CVE-2019-5850 CVE-2019-5860 CVE-2019-5853 CVE-2019-5851
CVE-2019-5859 CVE-2019-5856 CVE-2019-5863 CVE-2019-5855
CVE-2019-5865 CVE-2019-5858 CVE-2019-5864 CVE-2019-5862
CVE-2019-5861 CVE-2019-5857 CVE-2019-5854 CVE-2019-5852
2019-07-31 11:30:46 +00:00
Nikolay Korotkiy 87b7619426
gpxsee: 7.9 -> 7.11 2019-07-31 12:33:16 +03:00
Vladyslav M dc7352b1fc
mako: 1.3 -> 1.4 (#65101)
mako: 1.3 -> 1.4
2019-07-31 12:03:50 +03:00