Bjørn Forsman
8dd90abc17
autorevision: use sed word delimiters for better precision
...
Fixes wrongly replaced 'cat' in help text:
$ autorevision -h
usage: autorevision {-t output-type | -s symbol} [-o cache-file [-f] ] [-e name] [-U] [-V]
Options include:
-t output-type = specify output type
-s symbol = specify symbol output
-o cache-file = specify cache file lo/nix/store/1rzzq2wdn5vfgbp5y9613jpdkf8i9ag6-coreutils-8.26/bin/cation
...
(Also replace all occurences per line, in case that should occur.)
2017-02-07 17:12:25 +01:00
Bjørn Forsman
4853900dd3
autorevision: 1.14 -> 1.20
2017-02-07 17:04:30 +01:00
Bjørn Forsman
4628724469
autorevision: specify full paths to 'sed' and 'tee'
2017-02-07 17:04:23 +01:00
Rok Garbas
725c179be3
networkmanager_strongswan: 1.4.0 -> 1.4.1
2017-02-07 16:12:27 +01:00
Rok Garbas
b900796d0f
networkmanager_openvpn: 1.2.6 -> 1.2.8
2017-02-07 16:12:27 +01:00
Rok Garbas
0a687c3d10
networkmanager_openconnect: 1.2.2 -> 1.2.4
2017-02-07 16:12:27 +01:00
Rok Garbas
afa428b8f3
networkmanager(applet): 1.4.2 -> 1.4.4
2017-02-07 16:12:10 +01:00
Benno Fünfstück
b33124a143
haskell-download: don't test (requires networking)
2017-02-07 15:13:30 +01:00
Benno Fünfstück
57507f08e8
haskell-modules: split off nix-specific overrides and common ones
...
This allows the nix-specific overrides to be reused for other purposes,
with different haskell package sets, etc.
2017-02-07 15:13:23 +01:00
Peter Simons
5a0368b87c
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.4-10-g05c4803 from Hackage revision
5720a6c584
.
2017-02-07 15:13:15 +01:00
Peter Simons
d0492177e3
hackage2nix: update list of broken packages
2017-02-07 15:12:13 +01:00
Peter Simons
868eb826e1
LTS Haskell 7.19
2017-02-07 15:12:13 +01:00
Graham Christensen
34157f7a04
Merge pull request #22509 from joachifm/jbig2dec
...
jbig2dec: update & security patch
2017-02-07 08:28:52 -05:00
Domen Kožar
f031f3105a
GHC 8.0.2: use -split-sections
...
-split-sections replaced -split-objs with following upsides:
1) -split-objs adds considerable overhead to compile time
2) combined with stripping, it causes issues when cross-compiling
For upstream see https://ghc.haskell.org/trac/ghc/ticket/8405
This is supported only for Linux/Windows using ld linker.
GHC master also turns on -split-sections by default.
Example using stack:
Without splitting
$ du /nix/store/5paayhibayr73zqfaj458g4k4mv108jn-stack-1.3.2
4 /nix/store/5paayhibayr73zqfaj458g4k4mv108jn-stack-1.3.2/share/bash-completion/completions
4 /nix/store/5paayhibayr73zqfaj458g4k4mv108jn-stack-1.3.2/share/bash-completion
4 /nix/store/5paayhibayr73zqfaj458g4k4mv108jn-stack-1.3.2/share
23416 /nix/store/5paayhibayr73zqfaj458g4k4mv108jn-stack-1.3.2/bin
23420 /nix/store/5paayhibayr73zqfaj458g4k4mv108jn-stack-1.3.2
With -split-objs
$ du /nix/store/fypymm529adpx71gdzm0851xz42wdbz0-stack-1.3.2
20632 /nix/store/fypymm529adpx71gdzm0851xz42wdbz0-stack-1.3.2/bin
4 /nix/store/fypymm529adpx71gdzm0851xz42wdbz0-stack-1.3.2/share/bash-completion/completions
4 /nix/store/fypymm529adpx71gdzm0851xz42wdbz0-stack-1.3.2/share/bash-completion
4 /nix/store/fypymm529adpx71gdzm0851xz42wdbz0-stack-1.3.2/share
20636 /nix/store/fypymm529adpx71gdzm0851xz42wdbz0-stack-1.3.2
With -split-sections
$ du /nix/store/40l6krinx1zx41lr87c4m12hxj4ldf3x-stack-1.3.2
4 /nix/store/40l6krinx1zx41lr87c4m12hxj4ldf3x-stack-1.3.2/share/bash-completion/completions
4 /nix/store/40l6krinx1zx41lr87c4m12hxj4ldf3x-stack-1.3.2/share/bash-completion
4 /nix/store/40l6krinx1zx41lr87c4m12hxj4ldf3x-stack-1.3.2/share
20672 /nix/store/40l6krinx1zx41lr87c4m12hxj4ldf3x-stack-1.3.2/bin
20676 /nix/store/40l6krinx1zx41lr87c4m12hxj4ldf3x-stack-1.3.2
Note: you currently need following overrides to build stack on 802:
vector-algorithms = dontCheck super.vector-algorithms;
path-io = doJailbreak super.path-io;
stack = doJailbreak super.stack;
Note: Should also work on GHC 8.0.1, but I'm being careful here.
We could backport later on.
2017-02-07 14:21:54 +01:00
Kier Davis
83865b2c6c
intel-ocl: init at r4.0-59481
2017-02-07 15:20:30 +03:00
Guillaume Maudoux
f7b7d8e7b5
dafny: fix meta attribute
2017-02-07 11:35:10 +01:00
aszlig
25b61cc897
pyocr: Use skip instead of expectedFailure
...
Since the update of imagemagick in
5e753c1a65
there are certain test cases
which now unexpectly succeed and in turn cause the whole build to fail.
So in order to prevent this from happening let's skip those tests
properly instead of running them and expect them to fail.
Tested by building pythonPackages.pyocr on x86_64-linux.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-02-07 10:55:40 +01:00
aszlig
cf94e18627
linux-testing: 4.10-rc4 -> 4.10-rc7
...
Tested via building the linux_testing attribute only, not in production.
Verified unpacked tarball with GnuPG:
gpg: Signature made Mon 06 Feb 2017 12:21:50 AM CET
gpg: using RSA key 79BE3E4300411886
gpg: Good signature from "Linus Torvalds <torvalds@linux-foundation.org>" [unknown]
Primary key fingerprint: ABAF 11C6 5A29 70B1 30AB E3C4 79BE 3E43 0041 1886
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-02-07 10:23:50 +01:00
Pascal Wittmann
d099c1b96d
Merge pull request #22507 from layus/dafny-update
...
Add dafny; fixup Boogie
2017-02-07 10:21:35 +01:00
Pascal Wittmann
04a128540d
Merge pull request #22285 from nand0p/electricsheep
...
electricsheep: 2.6.8 -> 2.7b33
2017-02-07 10:20:20 +01:00
Guillaume Maudoux
aeaf893e57
dafny: init at v1.9.8
2017-02-07 10:13:42 +01:00
Frederik Rietdijk
c73045ef10
pythonPackages.sphinx: 1.5.1 -> 1.5.2
2017-02-07 09:12:30 +01:00
Frederik Rietdijk
6640fe2e1e
pythonPackages.sphinx: fix make-mode, fixes #22501
2017-02-07 09:12:30 +01:00
Jake Waksbaum
651d5019bc
pstoedit,plotutils: fix for darwin and mark not broken ( #22196 )
...
pstoedit,plotutils: fix for darwin
2017-02-07 09:01:33 +01:00
Remy Goldschmidt
ac72948c94
souper: init at 2017-01-05
2017-02-06 21:57:45 -06:00
Joachim Fasting
9611a60708
jfbview: 0.5.2 -> 0.5.3, fixes build
...
Also convert tabs to spaces
2017-02-07 04:48:33 +01:00
David McFarland
905627c7c5
xorg-server: fglrxCompat -> abiCompat
...
Allows it to be used for fglrx (1.17) and amdgpu-pro (1.18)
2017-02-06 23:16:21 -04:00
David McFarland
47c166fe05
amdgpu-pro: 16.50 -> 16.60
2017-02-06 23:16:21 -04:00
Joachim Fasting
83f83ca434
jbig2dec: patch for CVE-2016-9601
...
Upstream bug: https://bugs.ghostscript.com/show_bug.cgi?id=697457
A new release containing this fix is expected in march; until then,
apply patch from upstream. Note that there have been essentially no
changes between 0.13 and this patch.
2017-02-07 04:07:15 +01:00
Graham Christensen
4c5b08e4e2
firefox-wrapper: remove gnash support, see #22342
2017-02-06 21:40:19 -05:00
Graham Christensen
267813f4f7
Revert "firefox-wrapper: remove gnash support, see #22342 "
...
Accidentally committed other changes
This reverts commit f77bc59af6
.
2017-02-06 21:39:09 -05:00
Graham Christensen
f77bc59af6
firefox-wrapper: remove gnash support, see #22342
2017-02-06 21:29:58 -05:00
Shea Levy
0cd174899c
xf86-video-intel: 15c5ff1245 -> e4fe79cf0d.
...
Fixes a GPU hang bug, see https://bugs.freedesktop.org/show_bug.cgi?id=99696
2017-02-06 21:27:44 -05:00
Graham Christensen
8608f91661
gnash: remove due to removal of ming
2017-02-06 21:23:40 -05:00
Joachim Fasting
12284fff17
jbig2dec: 0.11 -> 0.13, new upstream location
...
The most recent version on the sourceforge page is 0.11 which is quite
old; the official upstream site has 0.13; judging by the commit delta,
there've been quite a few bug fixes etc since 0.11.
2017-02-07 03:09:27 +01:00
Shea Levy
41ba205dda
ming: remove.
...
The project seems dead and there are recent security issues.
See https://lwn.net/Vulnerabilities/712664/
2017-02-06 21:08:57 -05:00
Joachim F
fe3dd6df73
Merge pull request #22486 from bendlas/update-cdemu
...
cdemu: bugfix updates
2017-02-07 00:05:49 +01:00
Fernando J Pando
17d74c4912
electricsheep: 2.6.8 -> 2.7b33
...
- Updates and fixes currently broken package.
- Provides Flam3 and GLee dependencies.
- Tested on Nixos Unstable.
2017-02-06 18:05:38 -05:00
Benjamin Staffin
35fdfa8597
Merge pull request #22453 from benley/vim-desktop
...
vim: Create xdg apps/icons dirs so .desktop items get installed
2017-02-06 17:54:24 -05:00
Jascha Geerds
6b81954e9b
Merge pull request #22488 from peterhoeg/u/tg
...
terragrunt: 0.9.6 -> 0.9.9
2017-02-06 23:19:17 +01:00
Guillaume Maudoux
ccb2d83980
boogie: fix basename issues; promote to package
2017-02-06 22:50:05 +01:00
Robert Helgesson
04bd77fa47
bash-completion: 2.4 -> 2.5
2017-02-06 21:59:10 +01:00
Dan Peebles
2ac2bd187e
pythonPackages.pyenchant: fix on darwin
2017-02-06 15:42:54 -05:00
Tuomas Tynkkynen
6091bdfebe
fio: 2.12 -> 2.17
2017-02-06 22:34:28 +02:00
Daiderd Jordan
8c97854eb1
Merge pull request #22481 from kirelagin/tarsnap-macos
...
tarsnap: fix darwin build
2017-02-06 21:01:40 +01:00
Bjørn Forsman
d3c7a94b77
openocd: 0.9.0 -> 0.10.0
...
Announcement:
http://openocd.org/2017/01/openocd-0-10-0-release-is-out/
The udev rules were renamed. Add code to automatically detect renames in
the future.
2017-02-06 20:19:36 +01:00
Vincent Laporte
82c1d98e94
asymptote: fix build on darwin
2017-02-06 19:05:55 +00:00
Pascal Wittmann
442e0ab1f6
Merge pull request #22492 from schneefux/pkg.shaarli-material
...
shaarli: add material theme package
2017-02-06 18:36:29 +01:00
Thomas Tuegel
f0bbf73e0b
Merge pull request #22477 from peterhoeg/f/kdiff3
...
kdiff3-qt5: init at 1.7.0
2017-02-06 11:21:31 -06:00
Thomas Tuegel
667a78f176
Merge pull request #22478 from peterhoeg/p/okteta
...
okteta: init at 16.12.1 (kf5 version)
2017-02-06 11:19:13 -06:00
Celine Mercier
78c052e91a
ecopcr: init at 0.8.0
2017-02-06 16:01:08 +01:00
Joachim Fasting
0d422c5db5
grsecurity: 4.8.17-201701151620 -> 4.9.8-201702060653
...
The first release in the 4.9 branch.
I've also migrated my update scripts to SHA-512 so that'll
be the hash of choice for grsec packages going forward.
2017-02-06 15:49:34 +01:00
Joachim F
6eb6130e15
Merge pull request #22495 from pradeepchhetri/wuzz-20170205
...
wuzz: init at 2017-02-05
2017-02-06 15:45:56 +01:00
Franz Pletz
a6b080e3f8
youtubeDL: 2017.02.01 -> 2017.02.04.1
2017-02-06 15:13:19 +01:00
Franz Pletz
01cf43a389
firmwareLinuxNonfree: 2016-07-12 -> 2017-02-06
2017-02-06 15:11:04 +01:00
Pradeep Chhetri
f22a7f0558
wuzz: init at 2017-02-05
2017-02-06 19:28:40 +05:30
Tim Steinbach
b6c0502213
Merge pull request #22466 from NeQuissimus/rkt_1_24_0
...
rkt: 1.23.0 -> 1.24.0
2017-02-06 08:54:13 -05:00
Jörg Thalheim
1afab98842
telegraf: 1.2.0 -> 1.2.1
2017-02-06 14:08:18 +01:00
Jörg Thalheim
2c96395272
android-udev-rules: 20170125 -> 20170202
2017-02-06 13:21:50 +01:00
Franz Pletz
900326fdc0
wget: add some more dependencies & small cleanups
...
cc #22416
2017-02-06 13:18:33 +01:00
Franz Pletz
8b9e2010b4
libidn2: init at 0.16
...
wget now needs libidn2 instead of libidn.
cc #22416
2017-02-06 13:18:20 +01:00
Franz Pletz
f629f4e234
libpsl: 0.15.0 -> 0.17.0
2017-02-06 13:18:00 +01:00
Peter Simons
334657518d
Merge pull request #22469 from peti/fix-callCabal2nix
...
callCabal2nix: take "name" parameter as a function argument
2017-02-06 11:46:29 +01:00
schneefux
1ea0514a2d
shaarli-material: 0.8.2 -> 0.8.3
2017-02-06 11:44:03 +01:00
Herwig Hochleitner
67ccc41a67
leiningen: 2.6.1 -> 2.7.1 ( #22485 )
2017-02-06 08:44:20 +01:00
Gabriel Ebner
d77d31b312
vscode: fix download url
...
Fixes #22465 .
2017-02-06 08:29:49 +01:00
Peter Hoeg
8fe97df3d2
terragrunt: 0.9.6 -> 0.9.9
2017-02-06 13:35:26 +08:00
Herwig Hochleitner
023c3c77ee
cdemu: bugfix updates
...
image-analyzer: 3.0.0 -> 3.0.1
cdemu-client: 3.0.1 -> 3.0.3
cdemu-daemon: 3.0.3 -> 3.0.5
gcdemu: 3.0.1 -> 3.0.2
libmirage: 3.0.4 -> 3.0.5
vhba: 20140928 -> 20161009
2017-02-06 05:09:12 +01:00
Graham Christensen
8c40604459
Merge pull request #22482 from bendlas/update-chromium
...
chromium: 56.0.2924.76 -> 56.0.2924.87
2017-02-05 22:43:20 -05:00
Graham Christensen
5d8d1a5623
Merge pull request #22479 from Szczyp/rhc
...
rhc: 1.36.4 -> 1.38.7
2017-02-05 22:42:55 -05:00
Herwig Hochleitner
4a9efe9acf
chromium: 56.0.2924.76 -> 56.0.2924.87
2017-02-06 04:36:11 +01:00
Kirill Elagin
2d1d8394e0
tarsnap: macOS
2017-02-06 05:21:19 +03:00
Michael Raitza
59ad58cd9b
audio-recorder: 1.7-5 -> 1.9.4
2017-02-06 01:55:49 +01:00
Volth
c771d499f9
systemtap: 2016-09-16 -> 2017-02-04
2017-02-06 01:54:19 +01:00
TANIGUCHI Kohei
9d6f2fd297
nkf: 2.1.3 -> 2.1.4
2017-02-06 01:43:34 +01:00
Szczyp
33c09a0e40
rhc: 1.36.4 -> 1.38.7
...
Fix: CVE-2016-10173
2017-02-06 01:10:51 +01:00
Benjamin Staffin
962c4430ba
redshift-plasma-applet: init at 1.0.17
2017-02-05 18:15:39 -05:00
Daiderd Jordan
b5957eaf2f
Merge pull request #22389 from matthewbauer/emacs-new-icons
...
emacs25Macport: use newer icons
2017-02-05 23:52:26 +01:00
John Ericson
f6ef6b56fe
Merge pull request #22387 from Ericson2314/cross-3-platforms
...
cross stdenv: let build package's build deps resolve to native packages
2017-02-05 17:41:31 -05:00
Joachim Fasting
2c21f742b2
minisign: 0.6 -> 0.7
2017-02-05 22:57:24 +01:00
Graham Christensen
ef875a60c1
389-ds-base: 1.3.5.4 -> 1.3.5.15
2017-02-05 16:40:28 -05:00
Thomas Tuegel
d93fdc0f54
Merge pull request #22314 from peterhoeg/u/krename
...
krename-qt5: init at 20161228
2017-02-05 15:26:08 -06:00
Aristid Breitkreuz
00517f1779
rr: 4.4.0 -> 4.5.0
2017-02-05 22:00:42 +01:00
Peter Simons
1f18f65650
callCabal2nix: take "name" parameter as a function argument
...
The callCabal2nix function cannot reliably determine the appropriate "name" for
the package it's processing. Attempts to derive this information have led to
plenty of evaluation errors, and so I'd like to go for the obvious and reliable
solution now and let the caller specify that bit of information.
Here is an example that demonstrates how to use callCabal2nix.
let
pkgs = import <nixpkgs> {};
src = pkgs.fetchFromGitHub {
owner = "gtk2hs";
repo = "gtk2hs";
rev = "eee61d84edf1dd44f8d380d7d7cae2405de50124";
sha256 = "12i53grimni0dyjqjydl120z5amcn668w4pfhl8dxscjh4a0l5nb";
};
in
pkgs.haskellPackages.callCabal2nix "gtkhs-tools" "${src}/tools" {}
2017-02-05 21:18:27 +01:00
Michael Raskin
c84d0dd419
Merge pull request #22421 from orivej/unison-fsmonitor
...
unison: install unison-fsmonitor
2017-02-05 19:02:41 +00:00
Michael Raskin
6642e5d873
Merge pull request #22146 from dasuxullebt/gbsplay
...
gbsplay: init at version 2016-12-17
2017-02-05 19:01:47 +00:00
Alexey Shmalko
3bdfd75681
Merge pull request #22462 from andsild/ansicolor
...
ansicolor: init at 0.2.4
2017-02-05 20:56:12 +02:00
Peter Simons
956c1fe3e8
Merge pull request #22427 from 3noch/fix-callCabal2nix
...
haskellPackages.callCabal2nix: provide fallback name
2017-02-05 19:37:19 +01:00
Joachim F
8012ead681
Merge pull request #22447 from rnhmjoj/fish
...
fish: 2.3.1 -> 2.5.0
2017-02-05 19:09:43 +01:00
Pascal Wittmann
5cded7db86
rrdtool: 1.5.6 -> 1.6.0
2017-02-05 19:06:29 +01:00
Jascha Geerds
ffb91cc697
docker_compose: Remove upper bound version limitations
2017-02-05 18:39:30 +01:00
John Ericson
5eaea6cee0
cross stdenv: let build package's build deps resolve to native packages
...
This fixes the "sliding window" principle:
0. Run packages: build = native; host = foreign; target = foreign;
1. Build packages: build = native; host = native; target = foreign;
2. Vanilla packages: build = native; host = native; target = native;
3. Vanilla packages: build = native; host = native; target = native;
n+3. ...
Each stage's build dependencies are resolved against the previous stage,
and the "foreigns" are shifted accordingly. Vanilla packages alone are
built against themsevles, since there are no more "foreign"s to shift away.
Before, build packages' build dependencies were resolved against
themselves:
0. Run packages: build = native; host = foreign; target = foreign;
1. Build packages: build = native; host = native; target = foreign;
2. Build packages: build = native; host = native; target = foreign;
n+2. ...
This is wrong because that principle is violated by the target
platform staying foreign.
This will change the hashes of many build packages and run packages, but
that is OK. This is an unavoidable cost of fixing cross compiling.
The cross compilation docs have been updated to reflect this fix.
2017-02-05 12:01:53 -05:00
Tim Steinbach
f65a3515f4
rkt: 1.23.0 -> 1.24.0
2017-02-05 11:51:05 -05:00
Joachim F
09b6d2eaed
Merge pull request #22432 from peterhoeg/d/freerdp
...
freerdp: 20160909 -> 20170201 and rename freerdpStable to freerdp_legacy
2017-02-05 17:08:19 +01:00
Joachim F
4459f26ad8
Merge pull request #22175 from dancek/illum
...
illum: init at 0.4
2017-02-05 16:41:30 +01:00
Vladimír Čunát
94c73dab1d
Merge #22416 : wget: 1.18 -> 1.19
2017-02-05 15:51:24 +01:00
asildnes
102e4eed6f
ansicolor: init at 0.2.4
2017-02-05 15:06:11 +01:00
Nikolay Amiantov
c226a93a9e
pythonPackages.pyqt5: enable qtwebengine support
2017-02-05 15:05:53 +03:00
Nikolay Amiantov
41c1534aed
qt5.qtwebengine: fix ca bundle path
2017-02-05 15:05:51 +03:00
Michael Raskin
6d9a37bfc8
CLX and StumpWM no longer need a pinned SBCL
2017-02-05 13:03:03 +01:00
Michael Raskin
5d6f798efc
stumpwm: use fresh SBCL
2017-02-05 13:03:03 +01:00
Michael Raskin
64666a402f
lispPackages.clx: git-20150117 -> git-20170201
2017-02-05 13:03:03 +01:00
Nikolay Amiantov
90bc1a8595
Merge pull request #22353 from abbradar/bluetooth
...
Bluetooth improvements
2017-02-05 13:18:48 +03:00
Pascal Wittmann
91869fb848
Merge pull request #22452 from kirelagin/libnfc-osx
...
libnfc: Add missing dependency on readline
2017-02-05 11:15:33 +01:00
Eelco Dolstra
702dc35803
Merge pull request #22423 from NeQuissimus/git_2_11_1
...
git: 2.11.0 -> 2.11.1
2017-02-05 11:06:27 +01:00
Benjamin Staffin
39339bd41c
Merge pull request #22444 from Ralith/matrix-synapse
...
matrix-synapse: 0.18.7-rc2 -> 0.19.0
2017-02-05 04:04:11 -05:00
Benjamin Staffin
7faa125946
Merge pull request #22460 from peterhoeg/f/gwenview
...
gwenview: add support for TIFF images
2017-02-05 04:02:13 -05:00
Benjamin Staffin
2a6b0bd13d
Merge pull request #22459 from volth/scala-2.12-requires-jre8
...
scala 2.12 requires jre8
2017-02-05 04:00:55 -05:00
Tuomas Tynkkynen
321b639d76
gnu-efi: Remove unneeded aarch64 patch
...
Not needed after the upgrade to 3.0.5. Yay!
2017-02-05 09:34:31 +02:00
Peter Hoeg
4b6114e0b9
gwenview: add support for TIFF images
2017-02-05 14:31:58 +08:00
Volth
f5bbecc5c5
scala 2.12 requires jre8
2017-02-05 06:24:56 +00:00
Peter Hoeg
94b0128cc6
remmina: 1.2.0-rcgit.15 -> 1.2.0-rcgit.17
...
We also drop the embedded freerdp in favour of freerdp from upstream.
2017-02-05 14:05:31 +08:00
Peter Hoeg
5dbbdce047
kde4.krdc: depend on freerdp_legacy
2017-02-05 14:05:10 +08:00
Peter Hoeg
e881a21ada
weston: depend on freerdp_legacy
2017-02-05 14:04:51 +08:00
Peter Hoeg
05684f313e
freerdp: 20160909 -> 20170201 and rename old freerdp to freerdp_legacy
...
The former "stable" version of FreeRDP was actually not stable - it just
happened to have a released version while being both buggy and insecure.
The "unstable" branch hasn't seen a release in years, but everybody
should be using this instead and I have been using it as a daily driver
for ages.
This new version works beautifully here.
If/when at some point upstream does a normal release, we can bring back
stable/unstable if needed.
As I am quite dependent on FreeRDP working properly, I will be commit to
keeping this updated.
The commit used for this release follows the Arch Linux release.
2017-02-05 14:03:59 +08:00
Joachim F
8ba043a540
Merge pull request #22456 from peterhoeg/u/wp
...
wp-cli: 1.0.0 -> 1.1.0
2017-02-05 05:52:04 +01:00
Joachim F
d0279311e7
Merge pull request #22451 from ianml/emboss
...
emboss: 6.0.1 -> 6.6.0
2017-02-05 05:15:31 +01:00
Benjamin Staffin
24716fe954
vim: Create xdg apps/icons dirs so .desktop items get installed
...
In theory this ought to make gvim show up in the kde/gnome/xfce
application menus.
2017-02-04 21:29:59 -05:00
Thomas Tuegel
f9c684e152
Merge pull request #22404 from cpages/jsoncpp
...
jsoncpp: update and drop old version
2017-02-04 20:06:53 -06:00
Joachim F
f050f3b9cf
Merge pull request #22446 from rnhmjoj/vapoursynth
...
vapoursynth: R35 -> R36
2017-02-05 01:53:54 +01:00
Joachim F
c8a19af1a0
Merge pull request #22445 from rnhmjoj/zimg
...
zimg: 2.3 -> 2.4
2017-02-05 01:29:22 +01:00
Joachim F
e480521c5b
Merge pull request #22443 from rnhmjoj/btfs
...
btfs: 2.12 -> 2.13
2017-02-05 01:28:51 +01:00
Kirill Elagin
ade80db751
libnfc: Add missing dependency on readline
...
readline is used by the pn53x-tamashell example.
2017-02-05 03:21:59 +03:00
Joachim F
1e2ce1fffb
Merge pull request #22449 from mdorman/emacs-updates
...
Automated emacs package updates
2017-02-05 01:15:09 +01:00
Ian Lancaster
5f67b7b30a
emboss: 6.0.1 -> 6.6.0
2017-02-04 19:05:48 -05:00
Rahul Gopinath
594b533a7c
Merge pull request #22441 from rnhmjoj/bdf2psf
...
bdf2psf: 1.152 -> 1.158
2017-02-04 15:18:51 -08:00
Michael Alan Dorman
339089fa28
melpa-packages: 2017-02-04
2017-02-04 16:57:43 -05:00
Michael Alan Dorman
04f50f2466
melpa-stable-packages: 2017-02-04
2017-02-04 16:57:42 -05:00
Tuomas Tynkkynen
b2343099ab
make-bootstrap-tools{,-cross}.nix: Fix build after binutils changes
...
Broken after commit 17a344a
("binutils: Add lib output").
2017-02-04 23:39:25 +02:00
Tuomas Tynkkynen
01d03cb5e7
binutils: Fix cross build
...
Broken after commit 17a344a
("binutils: Add lib output").
2017-02-04 23:39:25 +02:00
Jake Waksbaum
927b8159aa
nodePackages: Add tern ( #22418 )
...
* nodePackages: Add tern
* Remove duplicate tapable
2017-02-04 22:18:28 +01:00
Vladimír Čunát
a2c867fd39
Merge branch 'staging'
2017-02-04 21:02:46 +01:00
rnhmjoj
b0f1881440
fish: 2.3.1 -> 2.5.0
2017-02-04 20:58:55 +01:00
Vladimír Čunát
73d798549f
protobuf, perf: fix my bad condition on gcc version
2017-02-04 20:58:47 +01:00
Vladimír Čunát
d2a571aacd
audacity: fixup build also with default gcc
...
and enableParallelBuilding.
2017-02-04 20:58:18 +01:00
rnhmjoj
c9f4358e37
vapoursynth: R35 -> R36
2017-02-04 19:56:50 +01:00
Michael Raskin
d4c996093d
libreoffice-still, libreoffice-fresh: remove a test that fails on i686
2017-02-04 19:52:05 +01:00
Michael Raskin
98eb852dee
libzmf: configure with --disable-werror, needed on i686
2017-02-04 19:52:05 +01:00
rnhmjoj
4e83364a1d
zimg: 2.3 -> 2.4
2017-02-04 19:33:46 +01:00
Hannu Hartikainen
d91b39b3f9
illum: init at 0.4
2017-02-04 20:22:51 +02:00
Carles Pagès
67dcb6aa4c
jsoncpp: fix build on darwin
...
Also, fixed maintainer attrib
2017-02-04 19:05:12 +01:00
rnhmjoj
4ee66dbc7c
btfs: 2.12 -> 2.13
2017-02-04 18:51:44 +01:00
rnhmjoj
ab983c4dbd
bdf2psf 1.152 -> 1.158
2017-02-04 18:31:31 +01:00
volth
9e299acf87
liberastika: init at 1.1.5 ( #22420 )
2017-02-04 16:38:01 +01:00
Franz Pletz
05152bd5b3
Merge pull request #22428 from Mic92/zfs
...
zfs: 0.6.5.8 -> 0.6.5.9 (linux 4.9 support)
2017-02-04 16:33:53 +01:00
volth
762cc106b4
virt-top: init at 1.0.8 ( #21536 )
2017-02-04 16:07:45 +01:00
pngwjpgh
913c5b21d5
gcs: init at 4.8.0 ( #22173 )
2017-02-04 15:36:38 +01:00
Joachim F
43453eb94b
Merge pull request #22289 from frontsideair/flow-37.4
...
flow: 0.37.1 -> 0.37.4
2017-02-04 15:33:22 +01:00
Joachim F
664360229e
Merge pull request #22374 from peterhoeg/f/ruby-tar
...
fpm: fix vulnerable dependency
2017-02-04 15:27:32 +01:00
Remy Goldschmidt
d1aa065a5d
dotnetPackages.Boogie: init at 2017-01-03
2017-02-04 15:27:18 +01:00