Frederik Rietdijk
ce9576dc47
Merge pull request #24001 from ndowens/mpop
...
mpop: 1.2.4 -> 1.2.6
2017-03-18 09:10:42 +01:00
Peter Hoeg
ee20e89644
virtmanager-qt: 0.39.60 -> 0.42.67
2017-03-18 12:32:49 +08:00
obadz
17bfb6a08a
citrix-receiver: add link to webpage with all versions and adjust to change in nix-prefetch-url
...
Helps with #23975
2017-03-18 02:18:28 +00:00
Joachim F
5d51f1d7b1
Merge pull request #24000 from taku0/firefox-bin-52.0.1
...
firefox, firefox-bin: 52.0 -> 52.0.1, firefox-esr: 52.0esr -> 52.0.1esr [Critical security fix]
2017-03-18 02:32:27 +01:00
ndowens
8ef05d3010
mpop: 1.2.4 -> 1.2.6
2017-03-17 20:02:23 -05:00
Benno Fünfstück
a4d6e2cf16
atom: avoid using LD_PRELOAD. Fixes glibc compat issues
...
The wrapper for Atom was loading libraries via LD_PRELOAD, for example
libxkbfile. Now, if you installed atom via nix-env and happened to use a newer
nixpkgs for that than what your system environment is build against, you could
end up with an error like this:
```
uname: relocation error:
/nix/store/68sa3m89shpfaqq1b9xp5p1360vqhwx6-glibc-2.25/lib/libdl.so.2:
symbol _dl_catch_error, version GLIBC_PRIVATE not defined in file libc.so.6
with link time reference
```
This happens because atom calls the `uname` executable from the system to
determine the platform. Because that inherits the `LD_PRELOAD` environment
variable, so the libxkbfile library that the `atom` wrapper was build against
is loaded into `uname`. But since `atom` comes from `nix-env`, the `libxkbfile`
it was built with might be compiled against a newer version of `glibc` than
`uname`, which comes from the system, was! Having two versions of glibc loaded
into the same processes results in chaos.
To fix this, we avoid setting `LD_PRELOAD` and instead use patchelf to set the
correct RPATH. RPATH is not inherited by child processes, so the above issue
can no longer occur.
The only small complication here is that the library that actually loads
libxkbfile is not the atom binary itself, but a node extension that atom uses.
So instead of setting the RPATH on `atom` only, we also set the `rpath` on all
node extensions (`*.node`) the output.
2017-03-18 01:51:36 +01:00
ndowens
d26775fce7
salut-a-toi: 0.2.0 -> 0.6.1
...
salut-a-toi: Removed un-needed python variable in function
2017-03-17 19:50:04 -05:00
taku0
a038f91871
firefox-esr: 52.0esr -> 52.0.1esr
2017-03-18 09:36:27 +09:00
taku0
3f175876e8
firefox, firefox-bin: 52.0 -> 52.0.1
2017-03-18 09:36:12 +09:00
ndowens
8b23d535d3
owncloud-client: 2.2.3 -> 2.3.0
2017-03-17 17:53:41 -05:00
Nikolay Amiantov
a8785daf0e
emacs: fix runtime GTK3 dependencies
...
Fixes #23845 .
2017-03-18 01:32:42 +03:00
ndowens
fbe960a635
transmission-remote-gtk: 1.2 -> 1.3.1
2017-03-17 17:31:59 -05:00
Thomas Tuegel
73ccc49448
Merge pull request #23992 from ttuegel/kde-applications-16.12.3
...
KDE Applications: 16.12.2 -> 16.12.3
2017-03-17 15:40:42 -05:00
Daiderd Jordan
908e3ffd65
znc: 1.6.4 -> 1.6.5
2017-03-17 21:02:01 +01:00
Rommel M. Martinez
dbee6b6ef8
emem: 0.2.41 -> 0.2.42
2017-03-18 01:39:03 +08:00
Emery Hemingway
fa65cc067b
xaster: init at release 208
2017-03-17 12:09:37 -05:00
Robin Gloster
427edf1e5d
robomongo: mark as broken
2017-03-17 16:45:37 +01:00
Tim Steinbach
f1c2d047ed
Merge pull request #23872 from NeQuissimus/docker_17_03_0
...
docker: 1.13.1 -> 17.03.0-ce
2017-03-17 10:07:04 -04:00
rnhmjoj
918f331104
firefox: reenable ALSA backend
2017-03-17 14:43:27 +01:00
Sean Lee
579219db49
bitwig-studio: 1.3.12 -> 2.0
2017-03-17 09:33:10 -04:00
Peter Hoeg
c216a71215
terraform: use generic builder and add 0.9.0 ( #23979 )
2017-03-17 09:05:16 +00:00
Daiderd Jordan
6f226a8725
Merge pull request #23954 from jbaum98/pdfpc-darwin
...
pdfpc, libgee_0_8: Add darwin support
2017-03-17 07:59:41 +01:00
José Luis Lafuente
b2a37a7986
hyper: 0.8.3 -> 1.3.1
2017-03-17 01:36:12 +01:00
Marti Serra
b760bfd9f6
clementine: added switches for optional dependences ( #23730 )
...
Added switches for ipod, mtp, cd and cloud support.
The switch for ipod support, specifically, allows users to build it without libplist, wich is currently marked as insecure.
2017-03-17 00:47:37 +01:00
patternspandemic
bb728268b5
kodestudio: init at 17.1
2017-03-16 15:50:01 -07:00
Jörg Thalheim
989c7c7812
Merge pull request #23823 from orivej/qmetro
...
qmetro: init at 0.7.1
2017-03-16 21:11:00 +01:00
Jörg Thalheim
9ae51deffa
Merge pull request #23886 from dtzWill/fix/timewarrior-install-docs-themes
...
timewarrior: patch to install all themes; use default install target.
2017-03-16 18:48:53 +01:00
Jörg Thalheim
b3c14bbf03
Merge pull request #23919 from pradeepchhetri/nomad-v0.5.5
...
nomad: 0.5.4 -> 0.5.5
2017-03-16 18:27:32 +01:00
Jörg Thalheim
8e6247844b
Merge pull request #23911 from Mic92/taskjuggler
...
taskjuggler: remove 2.x series
2017-03-16 18:24:39 +01:00
Volth
fd61a33d2b
icewm: fix CFGDIR
2017-03-16 16:43:33 +00:00
Jake Waksbaum
12da885e45
pdfpc: Add darwin support
2017-03-16 12:21:14 -04:00
Jörg Thalheim
7f6d92356b
Merge pull request #23939 from ebzzry/emem-0.2.41
...
emem: 0.2.40 -> 0.2.41
2017-03-16 16:18:36 +01:00
Jörg Thalheim
8b8ee6c450
Merge pull request #23948 from rbasso/sc-im-bump-to-v0.5.0
...
sc-im: 0.4.0 -> 0.5.0
2017-03-16 13:55:33 +01:00
rbasso
4f531a1d2b
sc-im: 0.4.0 -> 0.5.0
...
- Bump version to 0.5.0
- Enable support for reading '.xls' and '.xlsx' files.
The support for reading Excel files depends on:
- libxml2, which was already a build input.
- libzip
- libxls
2017-03-16 20:45:00 +09:00
Kamil Chmielewski
df3044cb2e
chromium: flashplayer: 24.0.0.221 -> 25.0.0.127
...
[Critical security fix]
https://github.com/NixOS/nixpkgs/pull/23889
2017-03-16 12:00:17 +01:00
Rommel M. Martinez
9b0a175af9
emem: 0.2.40 -> 0.2.41
2017-03-16 06:52:19 +08:00
NWDD
a8f269d014
gitkraken: 2.1.0 -> 2.2.0
...
also added myself as a maintainer
2017-03-15 23:37:18 +01:00
Nikolay Amiantov
545e267adf
wireshark-gtk: wrap properly
2017-03-16 00:53:42 +03:00
Rommel M. Martinez
ef56873e98
emem: 0.2.35 -> 0.2.39
2017-03-15 23:48:59 +02:00
Vladimír Čunát
e99bc64552
Merge branch 'master' into staging
...
More larger rebuilds from master, unfortunately.
2017-03-15 19:09:56 +01:00
Leon Isenberg
6505c6e3df
keepass-keeagent: init at 0.8.1
...
[Bjørn: change fetchurl indent 4 -> 2 spaces.]
2017-03-15 17:55:57 +01:00
Vladimír Čunát
9adcebb1a9
Merge #23917 : fix firefox crashes
2017-03-15 17:01:32 +01:00
Daniel Peebles
d78f3de21b
Merge pull request #23907 from copumpkin/update-frameworks
...
Update macOS frameworks from 10.9 to 10.10
2017-03-15 11:22:55 -04:00
Shea Levy
0c928f4a1d
terragrunt: Set the version variable properly
2017-03-15 11:01:09 -04:00
Pradeep Chhetri
8d83fbe439
nomad: 0.5.4 -> 0.5.5
2017-03-15 18:55:03 +05:45
David McFarland
c037f54ffb
firefox: fix debugBuild = true
2017-03-15 08:49:56 -03:00
Mogria
1893ed54dc
sublime3: fix hardcoded /bin/bash when executing commands for build systems ( #23561 )
...
* sublime3: replace hardcoded /bin/bash with /usr/bin/env
exec.py in Default.package-sublime calls /bin/bash with subprocess.
See Issue #12011 . Because of this builds could not be started from
withtin Sublime Text.
* sublime3: use wrapped of bash to fix internal build system
Without the wrapped version of bash (a symlink to $bash/bin/bash)
with LD_PRELOAD to glibc an relocation error occurs when trying
to run builds from within Sublime Text 3. See Issue #12011 .
2017-03-15 11:32:44 +01:00
Jörg Thalheim
61f20c94ca
taskjuggler: remove 2.x series
...
The version was released 8 years ago and does not build anymore
2017-03-15 10:32:55 +01:00
Dan Peebles
dc61ff31a7
xhyve: update and fix to use our Hypervisor framework
...
(this is a cherry-picked version of f3b65f67d9
,
which got reverted because it depended on my 10.11 frameworks, which were
flawed)
2017-03-14 22:38:35 -04:00
Charles Strahan
f5ccf24028
Merge pull request #23737 from bendlas/update-chromium
...
chromium: 56.0.2924.87 -> 57.0.2987.98 [Security]
2017-03-14 20:39:06 -04:00
Marius Bergmann
2876cd7e98
inspectrum: 20160403 -> 20170218
2017-03-14 23:42:18 +01:00
Shea Levy
5fa84fb1a8
terra{form,grunt}: Add some needed old versions
2017-03-14 16:31:08 -04:00
Jörg Thalheim
d6f586bbff
git-octopus: init at 1.4
2017-03-14 21:01:10 +01:00
Robert Helgesson
5228bc9f2e
eclipses: add dependencies as build inputs
...
Having `glib` in the build inputs will allow its build hook to
trigger. Also adds `gsettings_desktop_schemas` as a dependency since
Eclipse appears to need the schemas under certain circumstances.
2017-03-14 20:38:04 +01:00
Nick Hu
4e439b2393
qutebrowser: 0.9.1 -> 0.10.1
2017-03-14 20:19:25 +03:00
taku0
c3772678e9
flashplayer: 24.0.0.221 -> 25.0.0.127 ( #23889 )
2017-03-14 16:02:08 +01:00
Robin Gloster
f70a896094
hol: mark as broken
2017-03-14 15:36:06 +01:00
Peter Simons
58807f75bc
esniper: 2.32.0 -> 2.33.0
2017-03-14 14:15:29 +01:00
Will Dietz
dc32b87082
timewarrior: patch to install all themes; use default install target.
2017-03-14 07:54:32 -05:00
zimbatm
b63aab2433
slack: 2.5.1 -> 2.5.2
2017-03-14 12:39:16 +00:00
Tim Steinbach
aed4918795
docker: 1.13.1 -> 17.03.0-ce
2017-03-14 08:02:35 -04:00
Benjamin Staffin
d96cde35b7
Merge pull request #23840 from WilliButz/master
...
spotify: get source via https instead of plain http
2017-03-14 06:13:47 -04:00
Nick Novitski
1e8476c5b6
links2: build on all unix platforms
2017-03-14 18:55:52 +13:00
Volth
d4294265fd
virt-viewer: 2.0 -> 5.0
2017-03-14 04:54:11 +00:00
Tuomas Tynkkynen
aba0b45b86
Merge remote-tracking branch 'upstream/master' into staging
...
Conflicts:
pkgs/development/libraries/qt-5/5.7/qtbase/default.nix
2017-03-14 00:49:22 +02:00
Joachim F
40c1406b18
Merge pull request #23856 from mdorman/emacs-updates
...
Automated emacs package updates
2017-03-13 23:33:01 +01:00
Tim Steinbach
2d1ea867b7
Merge pull request #23866 from mimadrid/update/bluefish-2.2.10
...
bluefish: 2.2.9 -> 2.2.10
2017-03-13 18:26:58 -04:00
mimadrid
61e8c0370d
bluefish: 2.2.9 -> 2.2.10
2017-03-13 23:01:35 +01:00
Tim Steinbach
6e0c3e1a6d
Merge pull request #23862 from mimadrid/update/filezilla-3.25.0
...
filezilla: 3.24.0 -> 3.25.0
2017-03-13 17:58:34 -04:00
Vincent Laporte
88d7718a64
mkvtoolnix-cli: fix build on darwin
2017-03-13 21:20:26 +00:00
mimadrid
acef015a0b
filezilla: 3.24.0 -> 3.25.0
2017-03-13 22:18:03 +01:00
José Romildo Malaquias
04290bbd14
mkvtoolnix: 9.8.0 -> 9.9.0 ( #23827 )
...
* mkvtoolnix: 9.8.0 -> 9.9.0
Starting with version 9.9.0 the man pages and their translations are
not pre-built and bundled with the source code. The tool "xsltproc"
and the DocBook XSL stylesheets for man pages are now required
dependencies to build them.
2017-03-13 22:16:38 +01:00
Frederik Rietdijk
9494820dbb
Merge pull request #23847 from lsix/fix-qgis
...
qgis: Fix build after pythonPackages.sip update
2017-03-13 22:06:52 +01:00
Michael Alan Dorman
29559f6d7a
melpa-packages: 2017-03-13
2017-03-13 15:00:27 -04:00
Michael Alan Dorman
2b1faaae9e
melpa-stable-packages: 2017-03-13
2017-03-13 15:00:27 -04:00
Michael Alan Dorman
4433fc9089
elpa-package: 2017-03-13
2017-03-13 15:00:27 -04:00
Lancelot SIX
1375a2eecf
qgis: Fix build after pythonPackages.sip update
...
QGis seems to have a problem with recent sip releases. This patch fixes
the issue.
2017-03-13 16:05:31 +01:00
Arseniy Seroka
320a8a5a94
Merge pull request #23842 from volhovM/fix/sage_68_sed
...
sage: fix build at 6.8
2017-03-13 16:51:55 +03:00
Willi Butz
e4eb46129d
spotify: get source via https instead of plain http
2017-03-13 13:58:35 +01:00
Daniel Peebles
26fc26a979
Merge pull request #23776 from copumpkin/minikube-source
...
minikube: switch to build from source & mostly fix on Darwin
2017-03-13 08:44:05 -04:00
Robin Gloster
e2a13af49c
emboss: fix build
2017-03-13 13:15:51 +01:00
Mikhail Volkhov
78c0cecc5f
sage: fix build at 6.8
2017-03-13 10:34:55 +03:00
Peter Hoeg
f7fd8a6f73
xca: broken on qt 5.7
2017-03-13 11:55:45 +08:00
Peter Hoeg
eb7690ab06
qsyncthingtray: broken on qt 5.7
2017-03-13 11:55:45 +08:00
Dan Peebles
cf7d4bf8af
kubernetes: 1.5.2 -> 1.5.4
2017-03-12 23:02:34 -04:00
Dan Peebles
23e4e32b91
kops: enable on Darwin
2017-03-12 22:35:20 -04:00
Dan Peebles
fe339d281b
minikube: switch to build from source & fix on Darwin
...
Linux behavior should be largely unchanged but we now build minikube
ourselves. Unfortunately localkube is still tricky to build so I pull in
a binary version from upstream.
2017-03-13 02:29:18 +00:00
andyjscott
09c73776b9
mmex: v1.3.1 -> v1.3.3 ( #23732 )
2017-03-13 02:38:27 +01:00
Julien Dehos
14db0b9ef3
pbrt: 2016-05-19 -> 2017-01-12 ( #23405 )
2017-03-13 02:35:34 +01:00
Orivej Desh
bed935bd13
qmetro: init at 0.7.1
2017-03-13 00:37:53 +00:00
Thomas Tuegel
06ece41778
KDE Applications: 16.12.2 -> 16.12.3
2017-03-12 17:52:48 -05:00
Olegs Jeremejevs
39cd6ccb8e
Add subl symlink for Sublime Text 3 ( #23815 )
2017-03-12 21:59:48 +00:00
Maximilian Bosch
2df3b5ca7f
geogebra: 5-0-331-0 -> 5-0-338-0 ( #23593 )
2017-03-12 21:37:10 +00:00
Jörg Thalheim
9e6fe2e4f2
Merge pull request #23765 from benley/ykpers-duplicate
...
ykpers: consolidate into yubikey-personalization
2017-03-12 22:26:32 +01:00
ndowens
586cd21796
peru: 1.0.1 -> 1.1.0
2017-03-12 20:55:24 +00:00
hlolli
f303ac7c79
csound: 6.04 -> 6.08.1
...
fixes #23767
2017-03-12 20:28:32 +00:00
Thomas Tuegel
ce180eb109
Merge pull request #23755 from jerith666/krfb
...
krfb: expose kde 5 version
2017-03-12 13:03:22 -05:00
Thomas Tuegel
28e78fd3dc
Merge pull request #23766 from orivej/kcachegrind-kdelibs
...
kcachegrind: init at 16.2.2
2017-03-12 13:01:17 -05:00
Vladimír Čunát
50fadc8b18
cups: split the $lib output
...
This saves > 10 MB from most closures.
Printing test succeeds on x86_64-linux.
2017-03-12 18:36:30 +01:00
Jörg Thalheim
beb2a2f63d
Merge pull request #23753 from magnetophon/neomutt
...
neomutt: 20170128 -> 20170306
2017-03-12 17:05:25 +01:00
Ji-Haeng Huh
697838cbea
yasr: init at 0.6.9
...
fixes #23188
2017-03-12 16:59:00 +01:00
Ambroz Bizjak
2d47e1be72
kdevelop: 5.0.3 -> 5.0.4 ( #23788 )
2017-03-12 16:49:24 +01:00
José Romildo Malaquias
196f64d675
qbittorrent: 3.3.10 -> 3.3.11 ( #23703 )
2017-03-12 15:48:26 +01:00
Joachim F
6fce6c9adb
Merge pull request #23748 from joachifm/use-remove-references-to
...
Use removeReferencesTo
2017-03-12 15:07:49 +01:00
Rommel M. Martinez
f5a5516355
emem: 0.2.34 -> 0.2.35
2017-03-12 09:38:43 +01:00
Orivej Desh
8cc10357ce
kcachegrind: init at 16.2.2
2017-03-11 21:56:44 +00:00
Benjamin Staffin
f474f82860
ykpers: consolidate into yubikey-personalization
...
Looks like this accidentally got packaged twice.
2017-03-11 16:23:00 -05:00
Matt McHenry
2a9208cd24
krfb: init at 16.12.2
2017-03-11 14:10:11 -05:00
Joachim Fasting
d575efc5f0
electrum: 2.7.18 -> 2.8.1
...
See https://github.com/spesmilo/electrum/blob/master/RELEASE-NOTES
Also
- patch .desktop file to include full path to electrum
- add dep on pysocks
- remove dep on pyasn; per the changelog, it has not been used since v2.1
- replace dep on slowaes with pyaes
2017-03-11 19:26:31 +01:00
Bart Brouns
42c2bac8c0
neomutt: 20170128 -> 20170306
2017-03-11 16:26:37 +01:00
Joachim Fasting
d082a29c3a
runc: use removeReferencesTo
2017-03-11 15:17:36 +01:00
Joachim Fasting
c4fe196087
docker: use removeReferencesTo
2017-03-11 15:17:34 +01:00
Joachim Fasting
0c6a1eaa43
containerd: use removeReferencesTo
2017-03-11 15:17:32 +01:00
Joachim Fasting
061ff21bbf
kubernetes: use removeReferencesTo
2017-03-11 15:17:26 +01:00
aszlig
0a7673d202
qemu_test: Rebase force-uid0-on-9p.patch
...
This reverts commit 3a4e2376e4
.
The reverted commit caused the fix for CVE-2016-9602 not to be applied
for qemu_test because it conflicts with the force-uid0-on-9p.patch.
So with the rebase of the patch on top of the changes of the
CVE-2016-9602.patch, both patches no longer conflict with each other.
I've tested this with the "misc" NixOS test and it succeeds.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-03-11 15:16:49 +01:00
Pierre Radermecker
b729a3a9dc
albert: fix #23710
2017-03-11 15:16:29 +01:00
Robin Gloster
d6d796812a
lightdm_qt: fix build
2017-03-11 14:52:42 +01:00
Franz Pletz
3a4e2376e4
qemu_test: don't apply patch for CVE-2016-9602
...
Both patches are conflicting. Keeping the vulnerability unpatched in qemu
binaries used for nixos test is tolerable.
2017-03-11 13:43:42 +01:00
Joachim F
92b3b9bb3f
Merge pull request #23560 from lheckemann/precision-strike
...
Precision strike
2017-03-11 12:07:07 +01:00
Franz Pletz
621e7a9945
qemu: fetch vnc bugfix patch from debian
...
This version of the patch applies cleanly to the 2.8.0 release.
2017-03-11 09:32:48 +01:00
Franz Pletz
82f1c3fb43
kanboard: init at 1.0.40
2017-03-11 09:12:15 +01:00
Franz Pletz
c512180f9c
qemu: add patches for multiple CVEs
...
New upstream patch function and patches for fixing a bug in the patch for
CVE-2017-5667 and the following security issues:
* CVE-2016-7907
* CVE-2016-9602
* CVE-2016-10155
* CVE-2017-2620
* CVE-2017-2630
* CVE-2017-5525
* CVE-2017-5526
* CVE-2017-5579
* CVE-2017-5856
* CVE-2017-5857
* CVE-2017-5987
* CVE-2017-6058
2017-03-11 08:14:29 +01:00
Franz Pletz
12f3006861
vim: 8.0.0329 -> 8.0.0442
2017-03-11 08:14:28 +01:00
Franz Pletz
4e0375cb59
pidgin: 2.11.0 -> 2.12.0 for CVE-2017-2640
...
Also removes unmaintained plugins.
See https://bitbucket.org/pidgin/www/src/tip/htdocs/ChangeLog .
2017-03-11 08:14:28 +01:00
Herwig Hochleitner
49207a62f3
chromium: 56.0.2924.87 -> 57.0.2987.98 [Security]
2017-03-11 02:01:16 +01:00
ndowens
65b8a97ab3
litecoin: 0.10.2.2 -> 0.13.2.1
2017-03-10 20:48:45 +00:00
Joachim Fasting
69ce1ed526
surf-webkit2: init at 2017-03-06
2017-03-10 20:31:20 +01:00
Dan Peebles
7dff6a8689
kubernetes: fix on Darwin
...
Also bump its Go version to 1.7, since 1.6 is fatally flawed on macOS 10.12
2017-03-10 13:31:16 -05:00
Tuomas Tynkkynen
c863aa384e
cdparanoia: Fix aarch64 build
...
Hooray for autohelltools actually reducing portability!
2017-03-10 19:39:40 +02:00
Ben Darwin
7baad2e4be
c3d: init at 1.1.0
2017-03-10 11:57:19 -05:00
Tim Steinbach
96803574cd
Merge pull request #23712 from Kendos-Kenlen/atom
...
atom: 1.14.4 -> 1.15.0
2017-03-10 11:05:10 -05:00
Gauthier POGAM--LE MONTAGNER
acd8ede120
atom: 1.14.4 -> 1.15.0
2017-03-10 15:53:04 +01:00
Rommel M. Martinez
943c4ed72f
emem: 0.2.32 -> 0.2.34 ( #23680 )
2017-03-10 15:39:18 +01:00
Raymond Gauthier
c7d9032b51
brscan4: 0.4.3-4 -> 0.4.4-2
...
Also add missing linux32 support.
2017-03-10 16:24:49 +02:00
Cray Elliott
76836ee2c7
obs-studio: 18.0.0 -> 18.0.1
...
also add patch to fix a segfault, submitted upstream to obs-studio
2017-03-10 04:22:25 -08:00
Arseniy Seroka
10a17f99a4
Merge pull request #23698 from volhovM/update/scudcloud-1.44
...
scudcloud: 1.40 -> 1.44
2017-03-10 13:40:52 +03:00
Mikhail Volkhov
2e16a8d9b3
scudcloud: 1.40 -> 1.44
...
AFAIU qt5 version was updated so older scudcloud was no longer
working. This fixes the problem.
2017-03-10 13:33:23 +03:00
Michael Raskin
f3a4f31554
libreoffice-still: apply the patch for ICU 58, see 17126
2017-03-10 09:48:54 +01:00
Peter Hoeg
b36ee3d387
dropbox: 20.4.19 -> 21.4.25
2017-03-10 14:22:02 +08:00
Peter Hoeg
bce352949e
virtmanager-qt: init at 0.39.60
2017-03-10 11:08:19 +08:00
Ben Darwin
f02ac9588f
mark old seg3d as broken for now since it no longer builds with stock gcc version and flags
2017-03-09 19:06:17 -05:00
Vladimír Čunát
7b7496a256
Merge #23663 : thunderbird*: security 45.7.1 -> 45.8.0
2017-03-10 01:06:11 +01:00
rnhmjoj
1665102688
ostinato: refactor
2017-03-09 22:08:33 +02:00
Michael Raskin
665a89c4a4
Merge pull request #23671 from Mic92/gajim
...
gajim: 0.16.6 -> 0.16.7
2017-03-09 18:33:19 +00:00
Michael Raskin
6fad14b66e
libreoffice-still: 5.2.5.1 -> 5.2.6.2
2017-03-09 18:59:31 +01:00
Jörg Thalheim
d90e6c7ee6
gajim: 0.16.6 -> 0.16.7
2017-03-09 18:51:20 +01:00
Michael Raskin
5daf9c3e76
baresip: 0.5.0 -> 0.5.1
2017-03-09 18:47:37 +01:00
Frederik Rietdijk
583c50ddce
Merge pull request #23666 from lsix/update_qgis
...
qgis: 2.18.3 -> 2.18.4
2017-03-09 16:49:17 +01:00
Jörg Thalheim
4d13b5d201
Merge pull request #23631 from edef1c/verilator-shebang
...
verilator: fix Perl shebangs
2017-03-09 15:05:40 +01:00
Lancelot SIX
be20195704
qgis: 2.18.3 -> 2.18.4
2017-03-09 14:27:29 +01:00
taku0
d398217d63
thunderbird, thunderbird-bin: 45.7.1 -> 45.8.0
2017-03-09 21:40:53 +09:00
Linus Heckemann
a80e4d76af
syncthing: use removeReferencesTo
2017-03-09 12:02:57 +00:00
Jörg Thalheim
77ed6e3dd2
Merge pull request #23657 from ebzzry/emem-0.2.32
...
emem: 0.2.31 -> 0.2.32
2017-03-09 08:09:46 +01:00
Peter Hoeg
02549a20a5
syncthing: 0.14.23 -> 0.14.24
2017-03-09 15:01:15 +08:00
Rommel M. Martinez
23bbeec420
emem: 0.2.31 -> 0.2.32
2017-03-09 10:35:52 +08:00
Bart Brouns
2ab778cc9c
inkscape: 0.92.0 -> 0.92.1 ( #23652 )
2017-03-09 01:26:26 +01:00
Jörg Thalheim
dba9ca47f0
Merge pull request #23650 from jensbin/corebird_missing_dconf
...
corebird: missing dconf in buildInputs
2017-03-09 00:55:35 +01:00
Jörg Thalheim
f1ae64ba41
cheat: 2.1.27 -> 2.2.0
2017-03-09 00:46:14 +01:00
Vincent Laporte
1fb6fc28cf
smplayer: 17.2.0 -> 17.3.0
2017-03-08 23:02:03 +01:00
Justin Bedo
1ac797861b
SnpEff: init at 4.3i
2017-03-08 22:43:50 +01:00
Justin Bedo
076e513b94
varscan: init at 2.4.2
2017-03-08 22:43:49 +01:00
Justin Bedo
4bb50fd08c
picard-tools: init at 2.7.1
2017-03-08 22:43:45 +01:00
Justin Bedo
7f214e6410
bedtools: init at 2.26.0
2017-03-08 22:36:29 +01:00
Justin Bedo
661048c803
platypus: init at 2017-03-07
2017-03-08 22:36:03 +01:00
Jens Grunert
6fb645037d
missing dconf in buildInput
2017-03-08 21:39:59 +01:00
Jeff Simpson
01bb228b2a
Add curl dependency to Slack for calls
2017-03-08 05:52:40 -07:00
Peter Hoeg
26625c928b
neovim-qt: run tests
2017-03-08 20:31:29 +08:00
Peter Hoeg
a9e990b818
neovim: 0.2.5 -> 0.2.6
2017-03-08 20:07:40 +08:00
Ricardo Ardissone
e17d3d4ef1
gplates: use boost 160
...
update 161 changed reference parameters for optional
https://hydra.nixos.org/build/49707856/nixlog/1
http://www.boost.org/doc/libs/1_61_0/libs/optional/doc/html/boost_ooptional/relnotes.html
2017-03-08 13:04:34 +02:00
edef
2c02c84cdc
verilator: fix Perl shebangs
2017-03-08 11:38:48 +01:00
Peter Hoeg
2c99575c66
neovim-qt: 0.2.4 -> 0.2.5
2017-03-08 17:35:37 +08:00
Peter Hoeg
6f68eb7c7e
msmtp: use netcat-gnu to unbreak darwin
2017-03-08 16:02:35 +08:00
Graham Christensen
ebeb722e14
Merge pull request #23459 from xNWDD/gitkraken
...
gitkraken: init at 2.1.0
2017-03-07 20:17:34 -05:00
Graham Christensen
9e6ae2f60a
Merge pull request #23441 from oxij/pkg/pretty-xen
...
xen: modular expression
2017-03-07 18:52:40 -05:00
Robert Helgesson
e206d5ab63
dogecoin: fix sha256
2017-03-07 22:15:31 +01:00
Profpatsch
feab711f84
lilyterm-git: init at 2017-01-06
...
The latest stable release is quite old (2013-02) and many improvements have been
made in the meantime.
2017-03-07 17:35:29 +01:00
NWDD
0aa29fa4d8
gitkraken: init at 2.1.0
2017-03-07 17:25:19 +01:00
Benno Fünfstück
264b69c973
Merge pull request #23440 from nico202/qnotero-fix
...
qnotero: fix #23438
2017-03-07 16:50:21 +01:00
Eelco Dolstra
8e4513f8b4
Merge pull request #23599 from taku0/firefox-bin-52.0
...
firefox, firefox-bin: 51.0.1 -> 52.0, firefox-esr: 45.7esr -> 52.0esr
2017-03-07 16:21:47 +01:00
Nicolò Balzarotti
cb3bfc9717
qnotero: fix #23438
2017-03-07 15:51:59 +01:00
ndowens
d76db93155
dogecoin: cosmetic change
2017-03-07 15:01:15 +01:00
ndowens
4b02bfb5ad
dogecoin: 1.8.2 -> 1.10.0
2017-03-07 15:01:13 +01:00
Peter Simons
c5563b48ba
R: set TZDIR properly to fix test suite
2017-03-07 14:56:46 +01:00
Peter Simons
6b3eec627e
R: include output of sessionInfo() in the "make check" log
...
The R developers would like that information to be included in bug
reports.
2017-03-07 14:56:46 +01:00
Peter Simons
fac139e723
R: update to version 3.3.3
2017-03-07 14:56:46 +01:00
Robin Gloster
b94e253e69
kiwix: remove unused param
2017-03-07 14:14:14 +01:00
Robin Gloster
09d7f7dfbd
kiwix: fix eval and build
2017-03-07 14:09:33 +01:00
Robin Gloster
4c1be22272
Merge remote-tracking branch 'upstream/pr/23525' into up
2017-03-07 14:09:27 +01:00
Tim Steinbach
9fa7a3adb6
Merge pull request #23570 from Mic92/facebook-purple
...
facebook-purple: 2016-04-09 -> 0.9.0
2017-03-07 07:56:41 -05:00
taku0
a24aaae602
firefox, firefox-bin: 51.0.1 -> 52.0, firefox-esr: 45.7esr -> 52.0esr
2017-03-07 20:14:01 +09:00
Ryan Desfosses
ec202fe9f1
docker-machine: 0.9.0 -> 0.10.0
2017-03-07 11:44:04 +01:00
Frederik Rietdijk
b5355c827f
Merge pull request #23563 from dtzWill/update/mendeley
...
mendeley: 1.16.3 -> 1.17.8, multiple improvements
2017-03-07 10:22:07 +01:00
Jeff Simpson
2d0991580c
slack: added missing libxkbfile dependency ( #23579 )
2017-03-07 03:20:46 +01:00
Rommel M. Martinez
d6192e9985
emem: 0.2.29 -> 0.2.31
2017-03-06 20:45:19 -05:00
Daiderd Jordan
6f88f8ca1b
znc: 1.6.3 -> 1.6.4
2017-03-06 20:08:15 -05:00
Graham Christensen
370999952c
Merge pull request #23254 from mdorman/emacs-updates
...
Automated emacs package updates
2017-03-06 18:05:33 -05:00
Graham Christensen
85b47bbd5e
mailpile: mark as insecure, pending removal
2017-03-06 18:02:55 -05:00
Robert Helgesson
747b62f909
photivo: fix build with lensfun >= 0.3
2017-03-06 17:41:16 -05:00
ndowens
558751b41e
bs1770gain: 0.4.7 -> 0.4.12
2017-03-06 17:26:02 -05:00
Bart Brouns
abc0421c46
kdenlive: phonon-backend-vlc -> phonon-backend-gstreamer
2017-03-06 22:59:37 +01:00
Jörg Thalheim
2df1d3f828
purple-facebook: 2016-04-09 -> 0.9.0
2017-03-06 21:54:48 +00:00
Daiderd Jordan
6e4d902e49
kiwix: add platforms
2017-03-06 22:21:28 +01:00
Michael Alan Dorman
cc5bb40c1c
melpa-packages: 2017-03-06
2017-03-06 16:18:14 -05:00
Michael Alan Dorman
192bc411b0
melpa-stable-packages: 2017-03-06
2017-03-06 16:18:14 -05:00
Michael Alan Dorman
5ff2a924c6
elpa-packages: 2017-03-06
2017-03-06 16:18:14 -05:00
Will Dietz
37315d65a0
mendeley: 1.16.3 -> 1.17.8, multiple improvements
...
* don't use bundled qt
* fix link-handler script, autorun as 'normal'
* fix execution on grsec kernels
2017-03-06 13:20:00 -06:00
Shea Levy
c1c624f077
nix-buffer: 2.3.0 -> 3.0.0
2017-03-06 11:47:32 -05:00
AndersonTorres
9ef30ce570
dvdstyler: init at 3.0.3
2017-03-06 17:36:28 +01:00
Jörg Thalheim
2e07babdd8
Merge pull request #23520 from oxij/pkg/osmcfilter
...
osmctools: osmfilter: init at 1.4.0
2017-03-06 17:12:22 +01:00
Jörg Thalheim
e4fceee72f
Merge pull request #23523 from ndowens/chuck
...
chuck: 1.3.5.1 -> 1.3.5.2
2017-03-06 16:50:54 +01:00
Tuomas Tynkkynen
064a1e09ad
sbagen: Fix build
2017-03-06 17:13:24 +02:00
pngwjpgh
4da7f83f4e
nitpick: Init at 1.1 ( #23389 )
2017-03-06 16:12:49 +01:00
Bart Brouns
00ffbf060c
guitarix: remove webkit, add compile flags
...
as recomended by the author: https://sourceforge.net/p/guitarix/mailman/message/33688855/
2017-03-06 09:17:10 -05:00
Jörg Thalheim
6b53e5040f
Merge pull request #23544 from magnetophon/hydrogen
...
hydrogen: 0.9.6.1 -> 0.9.7
2017-03-06 15:14:44 +01:00
Jörg Thalheim
550f65a0f4
Merge pull request #23517 from michalrus/devede
...
devede: 3.23.0 → 4.8.8
2017-03-06 14:19:50 +01:00
Jörg Thalheim
b4c69745ab
Merge pull request #23554 from womfoo/bump/monero-0.10.2.1
...
monero: 0.10.1 -> 0.10.2.1
2017-03-06 14:11:34 +01:00
Jörg Thalheim
74b23af6c7
Merge pull request #23553 from romildo/upd.albert
...
albert: 0.9.3 -> 0.9.4
2017-03-06 14:02:40 +01:00
Bart Brouns
633cd69453
simplescreenrecorder: 0.3.6 -> 0.3.8
2017-03-06 07:56:33 -05:00
Kranium Gikos Mendoza
e43fc06012
monero: 0.10.1 -> 0.10.2.1
2017-03-06 23:39:10 +11:00
romildo
27ffa39468
albert: 0.9.3 -> 0.9.4
2017-03-06 07:34:40 -03:00
Jörg Thalheim
290297ecd5
Merge pull request #23526 from oxij/pkg/speedread
...
speedread: init at git-2016-09-21
2017-03-06 11:26:45 +01:00
Jörg Thalheim
9235c3c26b
speedread: simplify installPhase
2017-03-06 11:23:42 +01:00
ndowens
4ae0e8c9a9
flacon: 2.0.1 -> 2.1.1
...
fixes #23529
2017-03-06 10:46:15 +01:00
Jörg Thalheim
99e74e9509
alliance: mark as broken
...
there is no maintainer for this package and even debian looks
for a new maintainer.
2017-03-06 08:27:10 +01:00
Peter Hoeg
35dbe4d0f1
minikube: 0.16.0 -> 0.17.1
2017-03-06 09:03:24 +08:00
Peter Hoeg
c9b4317b2d
docker-machine-kvm: 0.7.0 -> 0.8.2
2017-03-06 09:03:24 +08:00
Bart Brouns
bb86916487
hydrogen: 0.9.6.1 -> 0.9.7
2017-03-06 00:23:27 +01:00
Michael Raskin
9788dded2f
Merge pull request #23516 from layus/fix-wrapFirefox-default-browser
...
wrapFirefox: fix default-browser update
2017-03-05 21:54:18 +00:00
Joachim F
58bb4bafa5
Merge pull request #23476 from jensbin/corebird_missing_glib-networking
...
corebird: missing dependencies (glib_networking)
2017-03-05 21:38:27 +01:00
Tomas Hlavaty
079c306c6e
openshot-qt: remove myself from the maintainer list
2017-03-05 20:47:24 +01:00
Jörg Thalheim
ceb85af967
Merge pull request #23527 from frlan/Update/Geany/1.30
...
Geany: 1.29 -> 1.30
2017-03-05 18:11:03 +01:00
Jörg Thalheim
e534b358ce
Merge pull request #23528 from ndowens/easytag
...
easytag: 2.4.1 -> 2.4.3
2017-03-05 18:01:50 +01:00
ndowens
517efd1c8d
fmit: 1.1.8 -> 1.1.11
2017-03-05 09:43:23 -06:00
ndowens
82594b3cc2
easytag: 2.4.1 -> 2.4.3
2017-03-05 09:16:24 -06:00
Jan Malakhovski
27367d6347
speedread: init at git-2016-09-21
2017-03-05 15:07:22 +00:00
Jan Malakhovski
8698782554
kiwix: fix the build by using custom ctpp2
2017-03-05 15:02:07 +00:00
Jan Malakhovski
659fb3b757
kiwix: refactor expression, push pugixml into its own derivation
2017-03-05 15:02:07 +00:00
Frank Lanitz
69ca4dec31
Geany: 1.29 -> 1.30
2017-03-05 15:53:41 +01:00
ndowens
a0caadc7d2
chuck: 1.3.5.1 -> 1.3.5.2
2017-03-05 08:43:12 -06:00
Jan Malakhovski
6abb141a64
osmctools: osmfilter: init at 1.4.0
2017-03-05 14:12:11 +00:00
Jan Malakhovski
916fa0a610
xen: rewrite build expression to be more modular, support upstream qemu and seabios
...
Also:
* provides a bunch of build options
* documents build options config in longDescription
* provides a bunch of predefined packages and documents them some more
* sources' hashes stay the same
2017-03-05 13:59:28 +00:00
Jan Malakhovski
1c8940a2b8
qemu: add xen support
2017-03-05 13:59:28 +00:00
Jan Malakhovski
eff9b09fb7
qemu: separate usbredirSupport option out of spiceSupport option
2017-03-05 13:59:28 +00:00
Michal Rus
13a9059c55
devede: 3.23.0 → 4.8.8
2017-03-05 14:48:22 +01:00
Guillaume Maudoux
816beccf50
wrapFirefox: fix default-browser update
...
Set MOZ_APP_LAUNCHER for firefox as per [1] (see [2] for detailed discussion).
Firefox will recognise itself across verions, skipping the 'not-the-default-browser' prompt.
Firefox will also write sane paths to the generated desktop file, should someone ever set it as default through the 'not-the-default-browser' prompt.
Also removed the unnecessary libtrick cruft.
[1] https://bugzilla.mozilla.org/show_bug.cgi?id=611953
[2] https://bugzilla.mozilla.org/show_bug.cgi?id=593948
2017-03-05 14:21:40 +01:00
Shea Levy
81db3f2b0b
nix-buffer: 2.2.0 -> 2.3.0
2017-03-05 06:35:34 -05:00
Miguel Madrid
199f57079c
shotwell: 0.25.5 -> 0.25.90 ( #23478 )
2017-03-05 11:54:21 +01:00
zraexy
7582da5d8b
eclipse: import builder instead of callPackage
...
Switched from callPackage to import so that dependencies are passed
instead of being grabbed from pkgs.
[Bjørn: wrap overlong line.]
2017-03-05 11:27:50 +01:00
ndowens
cd18b65432
hexcurse: 1.58 -> 1.60.0
2017-03-05 09:37:25 +01:00
Michael Raskin
36b238648e
Merge pull request #23507 from ndowens/freetalk
...
freetalk: 4.0rc6 -> 4.1
2017-03-05 07:30:24 +00:00