Frank Lanitz
3c04b54205
Geany: 1.32 -> 1.33
2018-02-25 16:08:32 +01:00
Tyler Compton
4b9b82c038
lxterminal: switch to using GTK3
...
The version of VTE that uses GTK2 is not maintained, so using lxterminal
with GTK2 means dealing with a lot of bugs that have already been fixed
in newer VTE versions. I actually meant to set up lxterminal to use GTK3
in the first place, but didn't realize that wasn't the default until
now.
2018-02-25 12:46:10 +01:00
adisbladis
92f5b39af1
Merge pull request #35535 from mimadrid/update/tig-2.3.3
...
tig: 2.3.2 -> 2.3.3
2018-02-25 19:37:16 +08:00
adisbladis
3d08a23a31
Merge pull request #35523 from ryantm/auto-update/audacity-2.2.1-to-2.2.2
...
audacity: 2.2.1 -> 2.2.2
2018-02-25 19:32:08 +08:00
Miguel Madrid Mencía
e18b252677
tig: 2.3.2 -> 2.3.3
2018-02-25 12:24:35 +01:00
Ryan Mulligan
6f5edbc410
audacity: 2.2.1 -> 2.2.2
...
Semi-automatic update; builds on NixOS
2018-02-24 18:54:37 -08:00
Peter Hoeg
3d8a664729
neomutt: 20171215 -> 20180223
2018-02-25 09:45:53 +08:00
Ryan Mulligan
ced7947e3c
asunder: 2.8 -> 2.9.2
...
Semi-automatic update; builds on NixOS
2018-02-24 15:52:53 -08:00
Elis Hirwing
3dfe50ffb6
sequeler: init at 0.5.3
2018-02-24 23:24:47 +01:00
Maximilian Bosch
f027e82e76
avidemux: rewrite derivation
...
This drastically reduces the complexity of the `avidemux` derivation
and adds QT5 support (see #33248 ).
Rather than invoking `cmake` over preconfigured hooks, it's much easier
to use the `bootStrap.bash` script provided by the developers to do the
installation tasks. Furthermore this script makes it way easier to
configure which parts of `avidemux` should be used (e.g. CLI-only) or
without the plugins.
In order to create a CLI-only instance you can simply override the
derivation:
```
avidemux.override {
withQT = false;
}
```
It's possible to set the default executable as well (`avidemux` creates
a `avidemux_qt5` and `avidemux_cli` executable by default):
```
avidemux.override {
default = "cli"; # default is `qt5`
}
```
The GTK support has been dropped entirely since it was originally broken
in our system and can't be built ATM. Other distros such as ArchLinux
don't support GTK anymore (see https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/avidemux#n64 )
2018-02-25 01:04:07 +03:00
Alex Griffin
c73cfd5c1b
mblaze: 0.3.1 -> 0.3.2
2018-02-24 14:17:43 -06:00
Jan Tojnar
2cb88c524b
deadbeefPlugins.opus: init at 0.8
2018-02-24 18:43:23 +01:00
Miguel Madrid Mencía
114a8f159b
gthumb: fixed mime types
2018-02-24 18:41:00 +01:00
Thomas Tuegel
ffa88650d9
audacious: build with latest libcdio
2018-02-24 10:34:10 -06:00
Thomas Tuegel
bd45cd775b
audaciousQt5: build with latest libcdio
2018-02-24 10:34:10 -06:00
adisbladis
cdd1b8bc02
firefox-beta-bin: 59.0b11 -> 59.0b12
2018-02-24 22:44:13 +08:00
adisbladis
6e52011875
firefox-devedition-bin: 59.0b11 -> 59.0b12
2018-02-24 22:44:03 +08:00
Michael Raskin
40186c3af2
Merge pull request #35462 from jfrankenau/update-geeqie
...
geeqie: 1.3 -> 1.4
2018-02-24 14:06:22 +00:00
obadz
29542830a8
citrix_receiver: fix build errors in recent version
...
./linuxx64/hinst: line 1286: syntax error: you disabled math support for $((arith)) syntax
(See #33556 )
2018-02-24 13:10:20 +00:00
Jörg Thalheim
9c065623d5
Merge pull request #35447 from svsdep/keepass-plugins-patch-back
...
keepass: bring back and update plugins load patches
2018-02-24 11:09:37 +00:00
Gabriel Ebner
f5b173ffbc
qalculate-gtk: 2.1.0 -> 2.2.1
2018-02-24 11:54:53 +01:00
Vasyl Solovei
e3c5cf39bc
keepass: bring back and update plugins load patches
...
Plugins loading was broken as those patches were removed
in latest release. I brought patches back and updated them
onto 2.38 release code base.
This closes #35446 .
2018-02-24 12:53:19 +02:00
Johannes Frankenau
a3f856b85d
geeqie: 1.3 -> 1.4
2018-02-24 11:51:21 +01:00
Aristid Breitkreuz
e7fb957838
insync: 1.3.17.36167 -> 1.3.22.36179
2018-02-24 11:24:03 +01:00
lewo
6eda5ea726
Merge pull request #35437 from ericsagnes/pkg-update/pamix
...
pamix: 1.5 -> 1.6
2018-02-24 08:51:07 +01:00
Elis Hirwing
36725805be
testssl: 2.9.5-1 -> 2.9.5-2
2018-02-24 07:45:03 +01:00
Eric Sagnes
84c1de3d48
pamix: 1.5 -> 1.6
2018-02-24 11:22:13 +09:00
Jörg Thalheim
e9fdcc9662
Merge pull request #35425 from xeji/kubernetes-go-version
...
kubernetes: patch broken go version check
2018-02-24 01:38:57 +00:00
Jörg Thalheim
465d8b0fa9
kubernetes: use fetchpatch instead
2018-02-24 01:18:46 +00:00
Timo Kaufmann
5643128ff2
syncthing,qsyncthingtray: remove syncthing-inotify
...
syncthing-inotify is replaced by the new syncthing "fswatcher" feature.
2018-02-24 01:08:44 +01:00
xeji
b54e5b908d
kubernetes: patch broken go version check
...
fixes #35403
patch from https://github.com/kubernetes/kubernetes/pull/58207
already merged upstream - remove for next version
2018-02-23 22:56:36 +01:00
Andreas Rammhold
a6664d8192
mupdf: apply patch for CVE-2018-6544 (part 2)
...
This (hopefully) completes 998b1ef
.
2018-02-23 22:25:37 +01:00
Michael Weiss
49b7fc3908
android-studio-preview: 3.1.0.11 -> 3.1.0.12
2018-02-23 21:57:09 +01:00
Vladimír Čunát
296fa609ad
Merge #35404 : sage: explicitly use gfortran6
2018-02-23 20:39:51 +01:00
Väinö Järvelä
74d6d40bdf
mopidy: Remove dbus-python on Darwin
...
Darwin doesn't have dbus.
2018-02-23 21:20:48 +02:00
Joachim F
cda0f9fede
Merge pull request #35414 from flokli/CVE-2018-6544
...
mupdf: apply patch for CVE-2018-6544
2018-02-23 19:14:31 +00:00
Florian Klink
998b1ef13b
mupdf: apply patch for CVE-2018-6544
2018-02-23 19:50:54 +01:00
Will Dietz
749d0e7f3a
micro: 1.3.4 -> 1.4.0
2018-02-23 11:14:27 -06:00
Timo Kaufmann
89162cdd29
sage: explicitly use gfortran6
...
The recent change from gfortran=gfortran6 to gfortran=gfortran7 broke
the build.
2018-02-23 17:00:21 +01:00
Tim Steinbach
098c7f3d94
atom: 1.23.3 -> 1.24.0
2018-02-23 08:37:36 -05:00
Jörg Thalheim
aa6d6cc78f
Merge pull request #35151 from xeji/virtmanager-cleanup
...
virtmanager: 1.4.3 -> 1.5.0, cleanup dependencies
2018-02-23 11:31:21 +00:00
adisbladis
0b0b5a5e28
go-ethereum: Dont install sources in $out
2018-02-23 18:47:45 +08:00
adisbladis
0b3a5b567a
Merge pull request #35350 from adisbladis/drop/go-1_8
...
go: Remove old version 1.8
2018-02-23 14:29:25 +08:00
Peter Hoeg
af2d94fed5
virtmanager-qt: 0.48.79 -> 0.52.80
2018-02-23 13:19:05 +08:00
Franz Pletz
3f47f618ae
Merge pull request #35217 from htr/htr/add-nixnote
...
nixnote2: init at 2.0.2
2018-02-23 05:11:23 +00:00
Franz Pletz
ff56849151
Merge pull request #35341 from jerith666/timetrap-1-15-1
...
timetrap: 1.10.0 -> 1.15.1
2018-02-23 04:04:32 +00:00
Franz Pletz
89aab8649e
Merge pull request #35291 from svsdep/keepassrpc
...
keepass-keepassrpc: init at 1.7.3.1
2018-02-23 04:04:11 +00:00
Franz Pletz
eba35726ff
Merge pull request #35344 from svsdep/keepass-xdotool
...
keepass: fix auto-type and clipboard features
2018-02-23 04:00:50 +00:00
Franz Pletz
7abd3cb134
Merge pull request #35295 from volth/patch-96
...
mercurial: 4.3.2 -> 4.5
2018-02-23 03:44:57 +00:00
Michael Alan Dorman
2af43907e0
melpa-packages: 2018-02-22
...
Removals:
- ac-anaconda: removed from melpa
- cider-profile: removed from melpa
2018-02-22 21:32:07 -05:00
Michael Alan Dorman
a65ec7eb1d
melpa-stable-packages: 2018-02-22
...
Removals:
- ac-anaconda: removed from melpa
2018-02-22 21:32:06 -05:00
Michael Alan Dorman
13fd5f1b05
org-packages: 2018-02-22
2018-02-22 21:32:06 -05:00
Michael Alan Dorman
41d2d75ea0
elpa-packages: 2018-02-22
2018-02-22 21:32:06 -05:00
Graham Christensen
87e6be3dca
Merge pull request #35313 from volth/patch-87
...
jetbrains-editors: minor updates
2018-02-22 20:47:08 -05:00
Franz Pletz
53dc96c8b4
Merge pull request #32323 from caugner/nextcloud-2.3.3
...
nextcloud-client: 2.3.2 -> 2.3.3
2018-02-22 23:36:01 +00:00
Gabriel Ebner
ba58b425f1
neovim: fix bundlerEnv
2018-02-22 21:18:04 +01:00
adisbladis
4b73b8ccc3
perkeep: Build with go 1.9
2018-02-23 01:41:33 +08:00
volth
80cc3bd29a
tortoisehg: 4.3.1 -> 4.5
2018-02-22 16:41:51 +00:00
Vasyl Solovei
18691c6b65
keepass: fix auto-type and clipboard features
...
This fixes paths to `xdotool`, `xprop` and `xsel`. These are required
tools for auto-type to work correctly.
2018-02-22 17:30:42 +02:00
Matt McHenry
1bf7dfaabe
timetrap: 1.10.0 -> 1.15.1
2018-02-22 10:17:27 -05:00
Vasyl Solovei
fc42c85baf
keepass-keepassrpc: init at 1.7.3.1
...
Repackaged as the name was confusing and there is a dedicated repository
for this plugin, ready to use and with the fresh plugin version.
Left an alias to an old package name.
2018-02-22 16:11:05 +02:00
lewo
844a494d80
Merge pull request #35329 from dywedir/sit
...
sit: init at 0.1.2
2018-02-22 14:59:27 +01:00
Vladyslav M
6e28674247
sit: init at 0.1.2
2018-02-22 13:18:10 +02:00
adisbladis
831ef4756e
electrum: Patch compat with python trezor>=0.9.0
2018-02-22 18:43:57 +08:00
volth
541d8795f6
jetbrains-editors: minor updates
2018-02-22 04:18:19 +00:00
Peter Hoeg
b332924e6a
hugo: 0.32.2 -> 0.36.1
2018-02-22 10:08:50 +08:00
Robert Schütz
da31b47790
pytrainer: fix tests
2018-02-22 01:46:11 +01:00
Vladimír Čunát
3e6c5a25f3
Merge branch 'staging'
...
In particular, this upgrades the default gcc: 6 -> 7.
Fixes #27794 , /cc #31747 .
2018-02-22 00:32:46 +01:00
volth
6081c36599
mercurial: 4.3.2 -> 4.5
2018-02-21 20:56:00 +00:00
Vasyl Solovei
5b20d89346
skypeforlinux: 8.13.0.2 -> 8.16.0.4
2018-02-21 22:20:47 +02:00
Joachim F
16210c3996
Merge pull request #35270 from xvapx/wip/crashplan-small-business
...
upgrade and clean crashplan for small business
2018-02-21 19:53:53 +00:00
Frederik Rietdijk
b5391b2451
Merge remote-tracking branch 'upstream/master' into HEAD
2018-02-21 20:43:10 +01:00
svsdep
2992e26ca8
qbittorrent: 4.0.3 -> 4.0.4
2018-02-21 19:02:55 +02:00
Jan Tojnar
230282f1cd
Merge pull request #35261 from samdroid-apps/spice-up-1.3.2
...
spice-up: 1.2.1 -> 1.3.2
2018-02-21 16:53:22 +01:00
Jörg Thalheim
a65221e56b
Merge pull request #35245 from mogorman/pulseaudio-dlna
...
pulseaudio-dlna
2018-02-21 14:36:41 +00:00
Michael Raskin
1e94ef5af3
Merge pull request #35273 from matthiasbeyer/update-my-packages
...
Update my packages
2018-02-21 13:35:21 +00:00
Peter Hoeg
829d5c2051
calibre: 3.16.0 -> 3.17.0
2018-02-21 21:32:29 +08:00
Matthias Beyer
70c031d300
haxor-news: Disable tests
...
Tests fail, reason unknown.
But the program works as expected.
2018-02-21 14:28:42 +01:00
Matthias Beyer
dbe8ca6a2d
Remove myself from maintainers
...
I don't want to maintain go packages anymore because packaging is such a
PITA for go packages.
2018-02-21 14:26:13 +01:00
Matthias Beyer
5655df2227
sigal: 1.3.0 -> 1.4.0
2018-02-21 14:17:20 +01:00
Matthias Beyer
0f7c22f387
sc-im: 0.6.0 -> 0.7.0
2018-02-21 14:16:13 +01:00
Matthias Beyer
6cefe6bc57
mwic: 0.7.3 -> 0.7.4
2018-02-21 14:11:06 +01:00
Matthias Beyer
8155a2446f
khard: 0.11.4 -> 0.12.2
2018-02-21 14:08:51 +01:00
Matthias Beyer
9380acf8d3
hstr: 1.23 -> 1.24
2018-02-21 14:01:47 +01:00
Matthias Beyer
a8d4d996c1
buku: 3.4 -> 3.6
...
Some more tests were disabled as they require internet connection.
The tests were disabled by simply removing the "assertEqual" statements,
as this is the simplest way to do it.
2018-02-21 13:58:21 +01:00
Matthias Beyer
3c735493fb
bean-add: 2017-10-31 -> 2018-01-08
2018-02-21 13:52:40 +01:00
Jörg Thalheim
cbd392fc12
dino: 2017-12-03 -> 2018-02-11
2018-02-21 11:28:47 +00:00
Jörg Thalheim
8254f2ead1
tree-wide: spelling error s/propogatedBuildInputs/propagatedBuildInputs/
2018-02-21 09:40:17 +00:00
Matthew O'Gorman
113fa5e6ab
found spelling errors for propagatedBuildInputs via my own mispelled grep query
2018-02-21 04:31:33 -05:00
Matthew O'Gorman
2b3989f2f0
pulseaudio-dlna: init at 2017-11-01
2018-02-21 04:16:47 -05:00
Marti Serra
18ac3c9a6e
crashplan-small-business: 6.6.0 -> 6.7.0
2018-02-21 10:13:42 +01:00
Sam Parkinson
a3e9f49746
spice-up: 1.2.1 -> 1.3.2
2018-02-21 17:11:23 +11:00
adisbladis
127cea9238
firefox-beta-bin: 59.0b10 -> 59.0b11
2018-02-21 13:35:16 +08:00
adisbladis
e225b80be0
firefox-devedition-bin: 59.0b10 -> 59.0b11
2018-02-21 13:35:13 +08:00
Ingolf Wagner
8c15bdd009
timewarrior: 1.1.0 -> 1.1.1
2018-02-21 09:26:38 +08:00
Vladyslav M
cc78571c49
joe: 4.4 -> 4.6
2018-02-21 01:28:51 +02:00
Jörg Thalheim
a3e79e3476
Merge pull request #35215 from Mic92/gpodder
...
gpodder: 3.10.0 -> 3.10.1
2018-02-20 23:11:42 +00:00
Jörg Thalheim
03e7929643
Merge pull request #35230 from jfrankenau/init-bcal
...
bcal: init at 1.7
2018-02-20 23:09:59 +00:00
Johannes Frankenau
74029a21bf
bcal: init at 1.7
2018-02-21 00:05:16 +01:00
Jörg Thalheim
e27ad00f85
Merge pull request #35234 from dtzWill/update/mikmod-3.2.8
...
mikmod: 3.2.6 -> 3.2.8
2018-02-20 21:57:27 +00:00
Joachim F
aa1d5fa65e
Merge pull request #35227 from jfrankenau/update-nnn
...
nnn: 1.5 -> 1.6
2018-02-20 20:00:51 +00:00
Vladimír Čunát
44c315f5a0
crashplan: specify meta.platforms to improve eval
...
If you tried to evaluate nixpkgs with allowUnfree and a non-glibc
platform, you would get an error when accessing stdenv.glibc.
2018-02-20 20:42:28 +01:00
Vladimír Čunát
1d15dadbec
Merge branch 'master' into staging
...
Larger rebuilds from master.
2018-02-20 20:33:40 +01:00
Will Dietz
c8c11cd8f4
mikmod: 3.2.6 -> 3.2.8
2018-02-20 13:22:03 -06:00
Joachim F
b30fae01cd
Merge pull request #32761 from xvapx/crashplan-small-business
...
crashplan-small-business: init at 6.6.0
2018-02-20 19:19:22 +00:00
Joachim F
af37d08381
Merge pull request #33143 from mbode/flink_1_4_0
...
flink: 1.3.2 -> 1.4.0
2018-02-20 19:11:03 +00:00
Johannes Frankenau
c919aea22d
nnn: 1.5 -> 1.6
2018-02-20 18:55:00 +01:00
Joachim F
34e9d390bd
Merge pull request #35085 from h-3-0/kakoune-2018-02-15
...
kakoune: 2017-04-12 -> 2018-02-15
2018-02-20 15:54:37 +00:00
Joachim F
d2fd479e52
Merge pull request #35130 from magnetophon/zam-plugins
...
zam-plugins: 3.9 -> 3.10
2018-02-20 15:52:41 +00:00
Joachim F
77ffe75eb6
Merge pull request #35138 from volth/patch-89
...
dockbarx: 0.92 -> 0.93
2018-02-20 15:50:52 +00:00
zimbatm
29318c4ea8
kubernetes-helm: 2.8.0 -> 2.8.1
2018-02-20 15:47:07 +00:00
Shea Levy
0022708d6d
qemu-riscv: Add initrd support patch
2018-02-20 09:11:06 -05:00
Will Dietz
af2fc069ed
radiotray-ng: 0.2.0 -> 0.2.1
2018-02-20 07:52:07 -06:00
Hugo Tavares Reis
27ce04207f
nixnote2: init at 2.0.2
2018-02-20 13:46:44 +01:00
xeji
1cbccb95a7
virtmanager: set platforms to linux
...
since dependency libvirt-glib currently doesn't build on Darwin
2018-02-20 12:47:34 +01:00
Jörg Thalheim
4d1e72cfbb
gpodder: 3.10.0 -> 3.10.1
...
also add defaultIconTheme back
2018-02-20 11:14:30 +00:00
adisbladis
f9ce8e09ff
go-ethereum: 1.7.3 -> 1.8.1
2018-02-20 11:32:04 +08:00
Michael Weiss
521ffc2398
jekyll: Update the dependencies without breaking the evaluation
...
Unfortunately my first attempt in f14b6ea
broke the evaluation and was
therefore reverted in 4419a31
. I couldn't reproduce the error locally
but as @grahamc noted I shouldn't have imported from a derivation.
Thanks @joachifm and @grahamc for spotting the evaluation error and
reverting f14b6ea
.
2018-02-19 22:36:52 +01:00
Kosyrev Serge
f0d2baad08
sayonara: init at 1.0.0-git5-20180115 ( #35046 )
2018-02-19 19:16:37 +00:00
Graham Christensen
4419a311f7
Revert "jekyll: Update the dependencies"
...
This reverts commit f14b6ea81f
.
This commit added IFD to Nixpkgs, where
Nixpkgs should be IFD-free. (Import
from derivation.)
2018-02-19 13:55:48 -05:00
Joachim F
bad8b21c28
Merge pull request #35155 from volth/patch-91
...
xrdp: 0.9.3 -> 0.9.5 [CVE-2017-16927]
2018-02-19 18:44:51 +00:00
Michael Weiss
f14b6ea81f
jekyll: Update the dependencies
...
The dependencies could be more minimal but this way it should hopefully
work for most use-cases.
2018-02-19 19:02:41 +01:00
Michael Weiss
d2919c996d
jekyll: 3.4.1 -> 3.7.2
2018-02-19 17:43:26 +01:00
Vladimír Čunát
0c8939b5fb
Merge branch 'master' into gcc-7
...
Hydra: ?compare=1434487
2018-02-19 15:24:13 +01:00
Joachim F
83cc0cddd6
Merge pull request #35152 from dtzWill/update/leo-5.6
...
leo-editor: 5.5 -> 5.6
2018-02-19 09:38:12 +00:00
Tuomas Tynkkynen
b34274d363
git: 2.16.1 -> 2.16.2
2018-02-19 05:34:03 +02:00
Shea Levy
2f310cfa8b
qemu: Fix statfs flag.
...
Compile-tested the right package this time...
2018-02-18 21:47:07 -05:00
xeji
7460dc318b
virtmanager: 1.5.0: sha512->sha256 (readability)
2018-02-19 01:15:47 +01:00
volth
7dea2ababc
xrdp: 0.9.3 -> 0.9.5
2018-02-19 00:08:23 +00:00
xeji
b0eb4d6390
virtmanager: 1.5.0: add gtk3 dependency
...
otherwise virt-manager startup fails with
Typelib file for namespace 'Pango', version '1.0' not found: Could not open display: :0
2018-02-19 01:02:47 +01:00
Will Dietz
933822d579
leo-editor: add local copy of pyqt56 since it was globally removed
2018-02-18 16:32:30 -06:00
Will Dietz
4139a6f0e5
Revert "Revert "Merge pull request #30031 from dtzWill/update/leo-5.6""
...
This reverts commit 05f5cdcf66
.
2018-02-18 16:24:59 -06:00
xeji
911f408b5e
virtmanager: 1.4.3 -> 1.5.0, cleanup dependencies
...
remove unneeded dependencies, see issue #34043
2018-02-18 23:19:41 +01:00
Matthieu Coudron
88dae1a1c8
protocol: module to application
...
protocol really is a "buildPythonApplication" rather than a
buildPythonPackage".
2018-02-19 07:04:16 +09:00
Shea Levy
32ce7012f0
Merge branch 'master' into gcc-7
2018-02-18 16:27:22 -05:00
Shea Levy
e3f947a19a
Add missing files
2018-02-18 14:33:43 -05:00
Shea Levy
4839b568de
qemu: Add patch for statfs f_flags in Linux user mode.
2018-02-18 14:08:22 -05:00
volth
08e0ed360f
dockbarx: 0.92 -> 0.93
2018-02-18 19:04:51 +00:00
Joachim F
20815fc80b
Merge pull request #35112 from oxij/pkgs/fix-xen
...
xen_4_8: fix build
2018-02-18 17:27:03 +00:00
Bart Brouns
3f1e261ad7
zam-plugins: 3.9 -> 3.10
2018-02-18 18:20:35 +01:00
Vladimír Čunát
47f25fae44
redshift, liferea: remove the extra cache file
...
They're not really useful and cause collisions in envs.
2018-02-18 17:19:49 +01:00
Shea Levy
d4e1ef7b7b
qemu-riscv: 2.11.50pre57991_713f2c1164 -> 2.11.50pre58771_af435b709d
2018-02-18 09:28:54 -05:00
Jan Malakhovski
23e68d119d
xenPackages.xen_4_8-vanilla: stop overriding cc
...
Nothing requires gcc49 in this version.
2018-02-18 13:46:51 +00:00
Jan Malakhovski
b1047f34f7
xenPackages.xen_4_8-vanilla: fix build of qemu-xen
...
They merged that XSA and moved the tag.
2018-02-18 13:46:44 +00:00
Nikolay Amiantov
96ac69288b
octoprint: 1.3.5 -> 1.3.6
2018-02-18 12:48:41 +03:00
AndersonTorres
1ea44d75b2
palemoon: 27.6.2 -> 27.7.2
...
Also, adding myself to maintainers.
2018-02-17 23:28:39 -03:00
Shea Levy
890c0b9654
qemu-riscv: Init at 2.11.50pre57991_713f2c1164.
...
Fixes #35087
2018-02-17 20:29:11 -05:00
Shea Levy
ecf4825f32
qemu: 2.11.0 -> 2.11.1
2018-02-17 19:32:13 -05:00
Vladimír Čunát
a84844de03
Merge branch 'master' into gcc-7
...
... to fix lispPackages.*
2018-02-17 22:45:50 +01:00
Winnie Quinn
bd69958d43
vscode: 1.20.0 -> 1.20.1
2018-02-17 15:14:55 -05:00
Henri Jones
9d580c3a6e
kakoune: 2017-04-12 -> 2018-02-15
2018-02-17 19:43:33 +00:00
Vladimír Čunát
e96741cdb1
treewide: remove explicit overrides to gcc7
...
They're not needed on this branch.
2018-02-17 16:29:31 +01:00
Jörg Thalheim
7f87513e90
Merge pull request #35005 from lheckemann/firefox-pulse
...
firefox: enable pulseaudio by default
2018-02-17 13:19:48 +00:00
Joachim F
9f05e67af2
Merge pull request #34867 from mrVanDalo/feature/memo
...
memo: refactoring dependency paths
2018-02-17 13:06:20 +00:00
Ingolf Wagner
22fa6bbc6c
memo: refactoring dependency paths
2018-02-17 20:49:55 +08:00
Joachim Fasting
05f5cdcf66
Revert "Merge pull request #30031 from dtzWill/update/leo-5.6"
...
This reverts commit 67c5cb23e9
, reversing
changes made to 431c004fbd
.
I failed to notice that this depends on a package that had since
been removed. My bad :(
2018-02-17 12:21:26 +01:00
Luke Sandell
635011f219
wsjtx: init at 1.8.0 ( #33247 )
2018-02-17 11:06:27 +00:00
Joachim F
3e2614702b
Merge pull request #33591 from puffnfresh/package/sunvox
...
SunVox: init at 1.9.3b
2018-02-17 10:45:22 +00:00
Joachim F
d5e342ee43
Merge pull request #33706 from catern/chromekerb
...
google-chrome: add dependency on kerberos
2018-02-17 10:35:25 +00:00
Joachim F
e18b4e867b
Merge pull request #33827 from eqyiel/nextcloud-client-icon-fix
...
nextcloud-client: fix icon name in desktop file
2018-02-17 10:32:44 +00:00
Peter Hoeg
9c9b6874d0
falkon: 2.1.2.1 -> 2.1.99.1
2018-02-17 18:12:01 +08:00
Joachim F
67c5cb23e9
Merge pull request #30031 from dtzWill/update/leo-5.6
...
leo-editor: 5.5 -> 5.6, add docutils and use pyqt56
2018-02-17 10:07:58 +00:00
Joachim F
ce8abc6505
Merge pull request #35067 from ck3d/welle-io-1.0rc2
...
welle-io: 1.0-rc1 -> 1.0-rc2
2018-02-17 08:41:37 +00:00
Christian Kögler
acc94307d3
welle-io: 1.0-rc1 -> 1.0-rc2
2018-02-17 09:07:18 +01:00
Joachim F
3b9874452d
Merge pull request #34564 from StijnDW/master
...
Add new package "ncpamixer"
2018-02-16 22:09:04 +00:00
Joachim F
b9214eec11
Merge pull request #35058 from Moredread/slic3r-prusa-edition/deps
...
slic3r-prusa3d: use system version for eigen and glew
2018-02-16 21:56:48 +00:00
Stijn DW
22df03f39e
ncpamixer: init at version 1.2
2018-02-16 22:50:45 +01:00
André-Patrick Bubel
8d58c1e516
slic3r-prusa3d: use system version for eigen and glew
...
If we don't provide eigen and glew, vendored versions are used.
2018-02-16 22:37:35 +01:00
André-Patrick Bubel
26615e1260
slic3r-prusa3d: enable parallel building
2018-02-16 22:37:35 +01:00
Joachim F
2db1b59028
Merge pull request #34947 from puffnfresh/package/stride
...
stride: init at 1.8.18
2018-02-16 21:25:02 +00:00
Joachim F
801291bfe8
Merge pull request #35047 from oxij/pkg/firefox-alsa-out
...
firefox: patch to fix bug 1430274 (broken ALSA output) in 58
2018-02-16 18:36:59 +00:00
adisbladis
e174ac6589
firefox-beta-bin: 59.0b9 -> 59.0b10
2018-02-17 01:50:12 +08:00
adisbladis
653d8eaa43
firefox-devedition-bin: 59.0b9 -> 59.0b10
2018-02-17 01:50:11 +08:00
Jan Malakhovski
dcad8f1654
firefox: patch to fix bug 1430274 (broken ALSA output) in 58, add more comments
2018-02-16 17:01:30 +00:00
Joachim F
2b2a678a6f
Merge pull request #34950 from earldouglas/mp3blaster
...
mp3blaster: init at 3.2.6
2018-02-16 15:15:07 +00:00
Nikolay Amiantov
b51280ef3a
paprefs: use full pulseaudio input
...
This fixes greyed out options in dialogs (even though they are actually available).
2018-02-16 17:46:23 +03:00
Tim Steinbach
87559028ef
Merge pull request #33954 from kuznero/pr/kubernetes
...
kubernetes: 1.7.9 -> 1.9.1
2018-02-16 13:56:59 +00:00
Michael Weiss
76723a26f9
gns3Packages.server{Stable,Preview}: Pin the aiohttp version
...
This is required for #34891 .
2018-02-16 14:07:46 +01:00
Michael Weiss
ce83cd7ca3
android-studio-preview: 3.1.0.10 -> 3.1.0.11
2018-02-16 13:28:51 +01:00
Vladimír Čunát
b5aaaf87a7
Merge staging and PR #35021
...
It's the last staging commit (mostly) built on Hydra,
and a minimal fix for Darwin regression in pysqlite.
2018-02-16 09:13:12 +01:00
John Wiegley
90252481bf
coq: 8.7.1 -> 8.7.2
2018-02-15 23:12:43 -08:00
Herwig Hochleitner
e47e45c4ca
Revert "zcashNh: init 0.4b"
...
This reverts commit d3ea26dc45
.
wrong commit, sorry
2018-02-15 23:36:21 +01:00
Herwig Hochleitner
d3ea26dc45
zcashNh: init 0.4b
2018-02-15 23:35:18 +01:00
Andreas Rammhold
4893d3514e
irssi: 1.1.0 -> 1.1.1
...
fixes CVE-2018-7050, CVE-2018-7051, CVE-2018-7052, CVE-2018-7053, CVE-2018-7054
2018-02-15 21:16:10 +01:00
Vladimír Čunát
e26a2290ea
ranger: don't include "v" in nix-perceived version
...
This was a regression of #34362 , and doesn't seem intended.
2018-02-15 18:07:56 +01:00
Peter Hoeg
8d7b069ea6
neomutt: 20171208 -> 20171215
...
The build system also changed to the tcl based "autosetup".
2018-02-15 23:01:06 +08:00
Linus Heckemann
de5bbd0a73
firefox: enable pulseaudio by default
...
This fixes choppy audio in WebRTC. Firefox's closure already includes
libpulseaudio anyway, so this shouldn't affect closure size either.
2018-02-15 14:03:38 +00:00
Profpatsch
da71b8fd5f
rss2email: sendmail from PATH instead of /usr/sbin
2018-02-15 13:55:33 +01:00
Profpatsch
c4af2ca2cb
rss2email: add docs and code for running tests
...
The tests are not working yet (upstream bug).
2018-02-15 13:55:33 +01:00
Jörg Thalheim
5646300ca4
Merge pull request #35000 from nico202/non
...
non: 2017-03-29 -> 2018-02-15
2018-02-15 11:00:16 +00:00
Jörg Thalheim
4857b148ed
Merge pull request #34973 from pallavagarwal07/zathura
...
zathura: make compatible with darwin
2018-02-15 10:17:54 +00:00
Nicolò Balzarotti
12d04b5db9
non: 2017-03-29 -> 2018-02-15
2018-02-15 10:47:32 +01:00
Andrew Dunham
394a8818e4
syncthing: Add discovery/relay servers, improve build ( #34831 )
...
- Fix GOPATH checks
- Install manpages
- Also build and install discovery and relay servers + cli
- Make the build more pure by explicitly setting the build username/host
2018-02-15 16:16:22 +08:00
Pallav Agarwal
c0fcdb5484
Fix optional gtk-mac-integration
2018-02-15 13:14:40 +05:30
Jon Banafato
9084bbb833
albert: 0.14.14 -> 0.14.15
2018-02-14 21:37:48 -05:00
Herwig Hochleitner
0d20bf0287
chromium: 64.0.3282.140 -> 64.0.3282.167
...
[806388] High CVE-2018-6056: Incorrect derived class instantiation in V8. Reported by lokihardt of Google Project Zero on 2018-01-26
2018-02-15 01:22:46 +01:00
Vincent Laporte
e75009ecdc
eprover: fix build in non-GCC environments
2018-02-14 22:46:12 +00:00
Frederik Rietdijk
672bb6b4ab
Merge remote-tracking branch 'upstream/master' into HEAD
2018-02-14 21:30:08 +01:00
Pallav Agarwal
b484164017
zathura: Make compatible with darwin
2018-02-15 01:22:15 +05:30
Jörg Thalheim
6ec8fe0408
z3: also needs setuptools
2018-02-14 10:01:25 +00:00
zimbatm
e8194c2c5b
ruby: remove unsupported versions ( #34927 )
...
* remove EOL ruby versions for security and maintenance reasons.
* only expose ruby_MAJOR_MINOR to the top-level. we don't provide
guarantees for the TINY version.
* mark all related packages as broken
* switch the default ruby version from 2.3.x to 2.4.x
2018-02-14 09:53:54 +00:00
adisbladis
c80adf5f72
firefox-beta-bin: 59.0b8 -> 59.0b9
2018-02-14 17:46:52 +08:00
adisbladis
6d66f679d5
firefox-devedition-bin: 59.0b8 -> 59.0b9
2018-02-14 17:46:48 +08:00
Peter Hoeg
78c71e81eb
xca: 1.3.2 -> 1.4.0
2018-02-14 16:44:44 +08:00
Jörg Thalheim
8b03f62bd2
Merge pull request #34799 from oxij/pkgs/mailpile10rc
...
mailpile: 0.4.1 -> 1.0.0rc1
2018-02-14 06:24:54 +00:00
Jörg Thalheim
d92b58908c
mailpile: 1.0.0rc1 -> 1.0.0rc2
2018-02-14 06:24:08 +00:00
James Earl Douglas
035f3363cb
mp3blaster: init at 3.2.6
2018-02-13 20:17:38 -07:00
Samuel Leathers
ac8a149e07
Merge pull request #34899 from romildo/upd.catfish
...
catfish: 1.4.2 -> 1.4.4
2018-02-13 21:42:47 -05:00
Brian McKenna
da7ab85735
stride: init at 1.8.18
2018-02-14 10:02:39 +11:00
Joachim F
6e40e3b652
Merge pull request #34815 from dotlambda/ghostwriter
...
ghostwriter: init at 1.5.0
2018-02-13 22:50:21 +00:00
Joachim F
cf6c861757
Merge pull request #34897 from romildo/upd.vivaldi
...
vivaldi: 1.13.1008.34-1 -> 1.14.1077.45-1
2018-02-13 22:49:09 +00:00
Joachim F
9b25b9347d
Merge pull request #34926 from mdorman/semi-automated-emacs-package-updates
...
Semi automated emacs package updates
2018-02-13 22:47:23 +00:00
Michael Raskin
e6742ac722
Merge pull request #34940 from timokau/sage-no-docs
...
sage: Don't build docs by default
2018-02-13 17:14:37 +00:00
John Ericson
a26b46bd52
offrss: Fix for cross
2018-02-13 12:13:07 -05:00
Timo Kaufmann
0713bde50f
sage: Don't build docs by default
...
This makes the HTML-docs an default-off option. Inline documentation
(`matrix-plot??`) is still available and HTML docs are available online.
Motivation: Get below the Hydra output size limit.
2018-02-13 17:52:41 +01:00
Andreas Rammhold
358b821bbe
Merge pull request #34794 from ajs124/update/texmaker_and_studio
...
move texstudio from qt4 to qt5
2018-02-13 16:52:05 +01:00
Will Dietz
3c750912e1
wireshark: fix build w/musl using upstream commit
2018-02-13 09:44:56 -06:00
Will Dietz
0e15473fd1
cdparanoia: use part of darwin patch to fix utils.h on musl
2018-02-13 09:44:54 -06:00
Will Dietz
2974ed9266
avy: fixes to work with clang and musl
2018-02-13 09:44:52 -06:00
Will Dietz
f2aae45514
git: Disable use of <sys/poll.h> on musl, disable gettext
2018-02-13 09:44:47 -06:00
Will Dietz
cbdd20878e
cvc4: build in parallel
2018-02-13 09:44:45 -06:00
Will Dietz
12e60c232a
cvc4: patch up fpu_control usage
2018-02-13 09:44:45 -06:00
Will Dietz
8fa7634819
xterm: patch from alpine to fix pty on musl
2018-02-13 09:44:44 -06:00
Will Dietz
4c767417ea
picosat: fix ar and ranlib usage for cross
2018-02-13 09:44:32 -06:00
Will Dietz
36b2706916
picosat: fixup include for unistd.h
2018-02-13 09:44:32 -06:00
Will Dietz
46cbded0de
boolector: patch usage of ar and ranlib for cross
...
eep.
2018-02-13 09:44:32 -06:00
Will Dietz
9138d055bf
boolector: fix missing stdint.h include
2018-02-13 09:44:31 -06:00
Will Dietz
0a70dc6fd1
kakuone: add pkgconfig to appease warning
2018-02-13 09:44:31 -06:00
Ben Gamari
d72c4c694f
w3m: Enable cross-compilation
2018-02-13 09:44:26 -06:00
Andreas Rammhold
122fa75b2d
Merge pull request #34426 from andir/libyamlcpp
...
WIP: libyaml-cpp: 0.5.3 -> 0.6.1
2018-02-13 16:43:40 +01:00
ajs124
0ee6040dc2
texstudio: move from qt4 to qt5
2018-02-13 16:33:49 +01:00
Andreas Rammhold
7c105205ad
ring-daemon: mark as broken since the patched pjsip fails to build
...
The patches do no longer apply on-top of the pjsip version we provice.
One of the maintainers (@Radvendii @olynch) should have a look what can
be done about this.
The build has been failing since 2017-07-31…
2018-02-13 16:32:00 +01:00
José Romildo Malaquias
23e0d7de52
catfish: 1.4.2 -> 1.4.4
2018-02-13 11:50:40 -02:00
Andreas Rammhold
b1ba405c3c
Merge pull request #34676 from dtzWill/feature/diffpdf-qt5
...
diffpdf: move to using qt5
2018-02-13 13:00:59 +01:00
Jörg Thalheim
8b5d7a5f1a
Merge pull request #34833 from flokli/notmuch-addrlookup
...
notmuch-addrlookup: 7 -> 9
2018-02-13 11:21:38 +00:00
Alexey Shmalko
131332437f
Merge pull request #34900 from nipav/master
...
yokadi: init at 1.1.1
2018-02-13 10:41:57 +02:00
adisbladis
9553ca5bb6
Merge pull request #34913 from razvan-panda/smartgithg
...
smartgithg: 17_1_1 -> 17_1_4
2018-02-13 11:13:01 +08:00
adisbladis
40c8e9cae9
Merge pull request #34909 from magnetophon/faust
...
faust: 2.5.10 -> 2.5.21
2018-02-13 11:12:25 +08:00
Michael Alan Dorman
5aea6a12aa
melpa-packages: 2018-02-12
...
Removals:
- ob-clojure-literate: removed from melpa
- ob-php: removed from melpa
- ob-redis: removed from melpa
- ob-smiles: removed from melpa
- ob-spice: removed from melpa
2018-02-12 19:02:04 -05:00
Michael Alan Dorman
cd54d37e9e
melpa-stable-packages: 2018-02-12
...
Removals:
- elcord: stable tags removed
- ob-spice: removed from melpa
2018-02-12 19:02:03 -05:00
Michael Alan Dorman
943c6c87ad
org-packages: 2018-02-12
2018-02-12 19:02:03 -05:00
Michael Alan Dorman
fdf8946cb7
elpa-packages: 2018-02-12
2018-02-12 19:02:03 -05:00
Răzvan Flavius Panda
7c72b4a0f1
smartgithg: 17_1_1 -> 17_1_4
2018-02-13 00:09:08 +02:00
Pascal Bach
9db87efdd5
riot-web: 0.13.3 -> 0.13.5
2018-02-12 21:30:01 +01:00
Bart Brouns
9f6f253393
faust: 2.5.10 -> 2.5.21
2018-02-12 21:29:49 +01:00
Niko Pavlinek
0601c4e872
yokadi: init at 1.1.1
2018-02-12 21:01:48 +01:00
Alexey Shmalko
d1fbbb09bf
screenkey: init at 0.9
2018-02-12 20:33:14 +02:00
José Romildo Malaquias
a0883f89fe
vivaldi: 1.13.1008.34-1 -> 1.14.1077.45-1
2018-02-12 12:20:14 -02:00
Joachim F
2bfda206c4
Merge pull request #34849 from oxij/pkgs/firefoxes
...
pkgs: firefoxes and tor-browsers
2018-02-12 11:15:29 +00:00
Profpatsch
53e790e7a8
maintainers: capitalize the Profpatsch attribute (vanity)
...
Since I’m already at it, this has been bothering me for a while.
2018-02-12 07:24:50 +01:00
Profpatsch
2922bee722
remove profpatsch from maintainer list of a few packages
2018-02-12 06:24:38 +01:00
adisbladis
81a6e50110
Merge pull request #34800 from adisbladis/linphone-3_12_0
...
linphone: 3.10.2 -> 3.12.0
2018-02-12 09:39:06 +08:00
Florian Klink
b89aad4718
notmuch-addrlookup: 7 -> 9
...
This version bump contains the following fixes:
v8:
- Avoid a segmentation fault when notmuch_message_get_header() returns NULL. (Patch by Víctor M. Jáquez <vjaquez@igalia.com>).
v9:
- Do not use the deprecated notmuch_query_count_messages_st function when using Notmuch 0.25. (Patch by Adam Ruzicka <a.ruzicka@outlook.com>.)
We already had this patch in our tree.
- Fix crash in when running queries and the program is build with Notmuch 0.25. (Patch by Joshua Krusell <joshua.krusell@v-dem.net>).
- Fix conditional compilation when using Notmuch 0.25. (Patch by David Bremner <bremner@debian.org>).
2018-02-11 20:59:43 +01:00
Jan Malakhovski
5e41e65f5f
tor-browser: remove outdated 6.5.2
2018-02-11 16:19:11 +00:00
Jan Malakhovski
21080e627b
tor-browser: 7.0.1 -> 7.5.2
2018-02-11 16:19:10 +00:00
Jan Malakhovski
97c43bf285
firefox: common: cleanup configure phase
2018-02-11 16:19:10 +00:00
Jan Malakhovski
a2cf5577c2
firefox: common: tiny cleanup
2018-02-11 16:19:04 +00:00
Andreas Rammhold
160d24087c
Merge pull request #34814 from bkchr/teamspeak_3_1_8
...
teamspeak_client: 3.1.7 -> 3.1.8
2018-02-11 14:37:34 +01:00
Andreas Rammhold
026719f5c2
teamspeak_client: restrict platforms to i686 & x86_64 linux
2018-02-11 14:25:34 +01:00
Frederik Rietdijk
d8b8c6be9d
Merge pull request #33128 from peterhoeg/u/qst
...
qsyncthingtray: build with native browser to allow for Qt > 5.6
2018-02-11 08:38:47 +00:00
Andreas Rammhold
d6d06b6c3e
Merge pull request #34818 from andir/syncthing-remove-ancient-versions
...
Syncthing remove ancient versions
2018-02-11 00:47:33 +01:00
Vladimír Čunát
0db25ddac5
qmediathekview: set platforms to linux
...
See #34821 .
2018-02-10 22:07:08 +01:00
Michael Weiss
b85f2eb367
android-studio-preview: 3.1.0.9 -> 3.1.0.10
2018-02-10 21:31:48 +01:00
Robert Schütz
2bcb897e46
ghostwriter: init at 1.5.0
2018-02-10 20:50:29 +01:00
Franz Pletz
41b3a76711
altcoins.dero: init at 0.11.3
2018-02-10 20:41:29 +01:00
Franz Pletz
e05a05e0a7
altcoins.sumokoin: init at 0.2.0.0
2018-02-10 20:41:29 +01:00
Andreas Rammhold
2564e75a34
syncthing013: removed ancient version
...
Removal as announced by Peter Hoege on the ML [1]
[1] https://groups.google.com/forum/#!msg/nix-devel/CR1eldka5SU/eO-xyV4UAgAJ
2018-02-10 20:06:24 +01:00
Andreas Rammhold
6e24dc7898
syncthing012: removed ancient version
...
Removal as announced by Peter Hoege on the ML [1]
[1] https://groups.google.com/forum/#!msg/nix-devel/CR1eldka5SU/eO-xyV4UAgAJ
2018-02-10 20:03:55 +01:00
Bastian Köcher
b2f1422f55
teamspeak_client: 3.1.7 -> 3.1.8
2018-02-10 17:54:55 +01:00
adisbladis
29fcbdd414
kde-applications: 17.12.1 -> 17.12.2
2018-02-11 00:26:45 +08:00
Bart Brouns
a507c4a3c0
infamousPlugins: 0.2.03 -> 0.2.04
2018-02-10 15:45:33 +01:00
Frederik Rietdijk
a4db058e7b
Merge pull request #34809 from typetetris/master
...
python.pkgs: msgpack changes and neovim update
2018-02-10 14:35:00 +00:00
Jörg Thalheim
a0a3f674a7
Merge pull request #34094 from markuskowa/octopus-pr
...
octopus: init at 7.2
2018-02-10 14:14:01 +00:00
Eric Wolf
e2859068b1
pythonPackages.msgpack: renamed to msgpack-python
2018-02-10 14:47:19 +01:00
adisbladis
b8f6510859
wordgrinder: Fix darwin build
2018-02-10 21:26:21 +08:00
Jörg Thalheim
35d36994a4
Merge pull request #34249 from mbode/terraform-landscape_0_1_17
...
terraform-landscape: init at 0.1.17
2018-02-10 13:15:22 +00:00
Jörg Thalheim
34038bca18
Merge pull request #34248 from teto/fix_neovim
...
neovim: remove confusing neovim parameter
2018-02-10 13:04:16 +00:00
Jörg Thalheim
3f2b62602c
Merge pull request #34275 from lheckemann/otter
...
otter-browser: init at 0.9.94
2018-02-10 12:53:57 +00:00
Jörg Thalheim
e43aded160
Merge pull request #34360 from joncojonathan/update-keepass238
...
Update keepass238
2018-02-10 12:33:46 +00:00
Jörg Thalheim
e2a27519cf
Merge pull request #34520 from Infinisil/fix/tasknc
...
tasknc: update (0.8 -> 2017-05-15), fix, cleanup and man pages
2018-02-10 12:04:48 +00:00
Jörg Thalheim
fdc9312dba
Merge pull request #34546 from samdroid-apps/add-spice-up
...
Add presentation app Spice Up
2018-02-10 11:43:09 +00:00
Jörg Thalheim
f7ce8c6cd6
Merge pull request #34522 from magnetophon/infamousPlugins
...
infamousPlugins: init at 0.2.03
2018-02-10 11:27:35 +00:00
Jörg Thalheim
1307ffdcd2
Merge pull request #34566 from dotlambda/qmediathekview
...
qmediathekview: init at 2017-04-16
2018-02-10 10:08:59 +00:00
Jörg Thalheim
08d1400816
Merge pull request #34530 from unode/samtools-old
...
samtools-old: init at 0.1.19
2018-02-10 08:34:26 +00:00
Jörg Thalheim
80b096b2b3
Merge pull request #34531 from unode/raxml
...
RAxML: init at 8.2.11 (SSE3 & MPI)
2018-02-10 08:32:19 +00:00
adisbladis
58cf763f8b
firefox-devedition-bin: 59.0b7 -> 59.0b8
2018-02-10 14:10:45 +08:00
adisbladis
7d781805cf
firefox-beta-bin: 59.0b7 -> 59.0b8
2018-02-10 14:10:29 +08:00
adisbladis
27b5d9bed1
linphone: 3.10.2 -> 3.12.0
2018-02-10 13:23:58 +08:00
SLNOS
d3ea843a46
mailpile: 0.4.1 -> 1.0.0rc1
...
Adaptation of #23058 by @spinus to 1.0.0rc1. See #23058 and #28111 for discussion.
This patch keeps the warnings. But I think it is useful to have a sanely working
version in nixpkgs, even if it is still considered insecure, just to follow the
upstream development by actually running it instead of reading the log.
2018-02-10 02:51:42 +00:00
Graham Christensen
5aabf0fc34
Merge pull request #33898 from oxij/nixos/related-packages-v5
...
nixos: doc: implement related packages in the manual (again)
2018-02-09 20:36:27 -05:00
Robert Schütz
896ea4b731
qmediathekview: init at 2017-04-16
2018-02-09 23:37:58 +01:00
Kevin Liu
a5524e46f9
looking-glass-client: restrict to x86_64-linux
...
The AArch64 build fails after trying to pull in tmmintrin.h:
```
../common/memcpySSE.h:24:23: fatal error: tmmintrin.h: No such file or directory
#include <tmmintrin.h>
^
compilation terminated.
make: *** [Makefile:29: .build/renderers/opengl.o] Error 1
```
Which are SSSE3 intrinsics unsupported on ARM. This package also likely would
not be useful on ARM, as it requires KVM and a compatible KVM guest running
the frame relay (usually Windows).
2018-02-09 15:48:18 -05:00
Jan Malakhovski
06adc17455
xen, qemu: passthru the path to qemu-system-i386
2018-02-09 19:51:07 +00:00
Jörg Thalheim
9622cdb69f
flexget: mark as broken
2018-02-09 17:08:28 +00:00
Jörg Thalheim
4cf5684250
Merge pull request #34673 from jensbin/typora_0.9.43
...
typora: 0.9.41 -> 0.9.44
2018-02-09 16:34:54 +00:00
Jens Binkert
56a21983f9
typora: 0.9.41 -> 0.9.44
2018-02-09 17:16:32 +01:00
Tim Steinbach
4ffe462b10
docker-edge: 18.01.0 -> 18.02.0
2018-02-09 10:25:58 -05:00
aszlig
855e66860a
gajim: 0.16.8 -> 0.16.9
...
Upstream changes:
* Improve Zeroconf behavior
* Fix showing normal message event
* remove usage of OpenSSL.rand
* a few minor bugfixes
The really important part here is the third point about OpenSSL.rand,
because the rand attribute no longer exists in pyopenssl and thus Gajim
doesn't even start.
Also the fix-tests.patch has been fixed upstream as well, so we don't
need it anymore.
Another change in 0.16.9 that's not included in the changelog is that
there is a test_nogui target, which is also run by the CI upstream is
using, so let's use that and remove xvfb_run.
Signed-off-by: aszlig <aszlig@nix.build>
Cc: @7c6f434c, @Mic92
2018-02-09 16:22:42 +01:00
Will Dietz
2286c9b315
diffpdf: move to using qt5
...
Patch is used by Gentoo, Debian, etc.
2018-02-09 07:04:37 -06:00
Chris Hodapp
c6bd327af8
darktable: Removed unneeded dependencies
...
Based on what LebedevRI told me on IRC and in
https://github.com/darktable-org/darktable/pull/1474
2018-02-09 13:13:31 +01:00
Sam Parkinson
8a7fd9d41f
spice-up: init at 1.2.1
2018-02-09 22:30:09 +11:00
Jörg Thalheim
3b9beaf842
Merge pull request #34658 from thorstenweber83/add-package-slic3r-prusa3d
...
slic3r-prusa3d: init at 1.38.7
2018-02-09 09:51:13 +00:00
Jörg Thalheim
abfac62df5
alacritty: 2017-12-29 -> 2018-01-31
2018-02-09 09:31:18 +00:00
Jörg Thalheim
b797b2b961
Merge pull request #34709 from sifmelcara/fix/rstudio-version
...
rstudio: 1.1.414 -> 1.1.423
2018-02-09 09:00:58 +00:00
Jörg Thalheim
62f7640ebe
Merge pull request #34727 from vbgl/pg-HEAD-20180130
...
proofgeneral_HEAD: 2017-11-06 -> 2018-01-30
2018-02-09 08:45:09 +00:00
Lucca Fraser
09d04f6b6f
electrum-dash: 2.4.1 -> 2.9.3.1
2018-02-09 08:41:18 +00:00
adisbladis
8aa966d7ea
Merge pull request #34746 from markus1189/spotify
...
spotify: 1.0.69.336.g7edcc575-39 -> 1.0.70.399.g5ffabd56-26
2018-02-09 15:54:04 +08:00
Peter Hoeg
44d1f99a22
syncthing: 0.14.43 -> 0.14.44
2018-02-09 11:29:16 +08:00
Tim Steinbach
78a17f5765
helm: 2.7.2 -> 2.8.0
2018-02-08 18:05:04 -05:00
Daniel Peebles
d21a31f15c
Merge pull request #34750 from copumpkin/fix-pkgs-fedoraproject-org
...
treewide: s/pkgs.fedoraproject.org/src.fedoraproject.org/
2018-02-08 17:11:48 -05:00
Miguel Madrid Mencía
468ea40ffc
vifm: 0.9.0 -> 0.9.1
2018-02-08 23:05:14 +01:00
Tim Steinbach
250df5c8fd
Merge pull request #34126 from nicknovitski/kubectl
...
init: kubectl at 1.7.9 (alias for kubernetes with only kubectl component)
2018-02-08 21:49:57 +00:00
Dan Peebles
dfd300c81d
treewide: s/pkgs.fedoraproject.org/src.fedoraproject.org/
...
Upstream killed the pkgs server but src continues to serve up the exact
same content, so we can just point there and all hashes should be unchanged.
2018-02-08 16:38:08 -05:00
Markus Hauck
b21952e766
spotify: 1.0.69.336.g7edcc575-39 -> 1.0.70.399.g5ffabd56-26
2018-02-08 18:46:51 +01:00
Joachim F
9da4da5879
Merge pull request #34721 from mdorman/semi-automated-emacs-package-updates
...
Semi automated emacs package updates
2018-02-08 15:08:44 +00:00
Graham Christensen
a1383aa75f
Merge pull request #34571 from esoeylemez/ertes-slade
...
slade-git: init at 2018.01.29
2018-02-08 09:35:17 -05:00
Tim Steinbach
74e56de70c
hipchat: 4.30.2.1665 -> 4.30.3.1670
2018-02-08 09:01:40 -05:00
Eelco Dolstra
aea208c0b9
Merge pull request #34732 from taku0/flashplayer-28.0.0.161
...
flashplayer: 28.0.0.137 -> 28.0.0.161 [Critical security fixes]
2018-02-08 13:13:37 +01:00
Eelco Dolstra
f86b13ac95
Merge pull request #34731 from taku0/firefox-bin-58.0.2
...
firefox: 58.0.1 -> 58.0.2
2018-02-08 13:13:07 +01:00
taku0
0ff2f9be67
flashplayer: 28.0.0.137 -> 28.0.0.161
2018-02-08 20:51:32 +09:00
Frederik Rietdijk
50a9d51a09
Merge commit '30d031b5d8d05422586043c3f105f4d9110e4f59' into HEAD
2018-02-08 12:14:07 +01:00
Vincent Laporte
8cc3fcdfd4
proofgeneral_HEAD: 2017-11-06 -> 2018-01-30
2018-02-08 06:24:14 +00:00
Andreas Rammhold
4dd3a2ae38
Merge pull request #34684 from flokli/svn-all-fast-export
...
gitAndTools.svn_all_fast_export: init at 1.0.11
2018-02-07 23:43:22 +00:00
Florian Klink
469d49718e
gitAndTools.svn_all_fast_export: init at 1.0.11
2018-02-08 00:32:10 +01:00
Michael Alan Dorman
e843ef280e
melpa-packages: 2018-02-07
2018-02-07 18:02:09 -05:00
Michael Alan Dorman
d2f7f2d3d3
melpa-stable-packages: 2018-02-07
2018-02-07 18:02:03 -05:00
Michael Alan Dorman
7e9d21414d
org-packages: 2018-02-07
2018-02-07 18:02:03 -05:00
Michael Alan Dorman
4dda0dbc3d
elpa-packages: 2018-02-07
2018-02-07 18:02:03 -05:00
Guillaume Massé
26cfb4fdd1
vscode: 1.19.3 -> 1.20.0
2018-02-07 23:30:13 +01:00
Andreas Rammhold
dc89752154
Merge pull request #34634 from dtzWill/fix/grv-version
...
grv: pass in version, fix "grv -version" to at least include that
2018-02-07 21:40:57 +00:00
Andreas Rammhold
e90985e92a
gitAndTools.grv: 0.1.1 -> 0.1.2
2018-02-07 22:22:53 +01:00
Daiderd Jordan
d74a7506f0
Merge pull request #34577 from matthewbauer/patch-8
...
notmuch: fix version wildcard
2018-02-07 20:16:45 +01:00
taku0
f5e6a723b8
firefox: 58.0.1 -> 58.0.2
2018-02-08 03:13:01 +09:00
taku0
a6ed912c88
firefox-bin: 58.0.1 -> 58.0.2
2018-02-08 03:12:53 +09:00
mingchuan
5e31eaea9d
rstudio: 1.1.414 -> 1.1.423
...
Also fixes the version number displayed in GUI.
2018-02-08 01:30:45 +08:00
Alex Griffin
5704888065
mblaze: 0.3 -> 0.3.1
2018-02-07 18:54:45 +02:00
adisbladis
ad9fbd93ab
Merge pull request #34700 from k0001/el306
...
electrum: 3.0.5 -> 3.0.6
2018-02-07 23:51:07 +08:00
adisbladis
26e80dea72
Merge pull request #34694 from rvolosatovs/update/mopidy-iris
...
mopidy-iris: 3.11.0 -> 3.12.4
2018-02-07 23:37:34 +08:00
Renzo Carbonara
07c7a81b24
electrum: 3.0.5 -> 3.0.6
2018-02-07 16:31:46 +01:00
adisbladis
2c92eceee6
firefox-devedition-bin: 59.0b6 -> 59.0b7
2018-02-07 23:21:44 +08:00
adisbladis
9e55e5a07e
firefox-beta-bin: 59.0b6 -> 59.0b7
2018-02-07 23:21:43 +08:00
Roman Volosatovs
99167e34c9
mopidy-iris: 3.11.0 -> 3.12.4
2018-02-07 11:15:30 +01:00
Andreas Rammhold
95f4d6ba1c
mpv: fix CVE-2018-6460
...
Upstream has fixed this in a series of commits ontop of 0.28.0. Debian
has backported the fixes to 0.27.0.
Upstream issue: https://github.com/mpv-player/mpv/issues/5456
Debian bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888654#8
2018-02-07 10:01:16 +01:00
Peter Simons
fa23ff4a7d
Merge pull request #34651 from mnacamura/r-darwin-libcxx
...
R: add libcxx to default LDFLAGS and CPPFLAGS on Darwin
2018-02-07 08:31:10 +01:00
adisbladis
910b5cda19
Merge pull request #34686 from flokli/afew-1.3.0
...
afew: 1.2.0 -> 1.3.0
2018-02-07 13:14:55 +08:00
adisbladis
be8cc03ffe
Merge pull request #34679 from dtzWill/update/bfg-1.13.0
...
bfg-repo-cleaner: 1.12.15 -> 1.13.0
2018-02-07 09:49:40 +08:00
Tuomas Tynkkynen
4c6c919a31
Merge remote-tracking branch 'upstream/master' into HEAD
...
Conflicts:
pkgs/os-specific/linux/kernel/generic.nix
2018-02-07 03:41:24 +02:00
Florian Klink
1cc8ea4ec9
afew: 1.2.0 -> 1.3.0
2018-02-07 00:30:16 +01:00
Florian Klink
44dd0b6adb
svn2git_kde: remove
...
marked as broken anyways
2018-02-06 22:55:19 +01:00
Michael Raskin
91eb41b138
Merge pull request #33416 from the-kenny/emacs-site-lisp-subdirectory-support
...
Emacs `site-lisp` subdirectory support
2018-02-06 21:37:07 +00:00