1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-05 06:44:40 +00:00
Commit graph

16394 commits

Author SHA1 Message Date
mimadrid f75f0ac1f4
teamviewer: 11.0.57095 -> 12.0.71510 2016-12-17 19:04:48 +01:00
devhell 900ded32f4 profanity: 0.4.7 -> 0.5.0
From the changelog:
- Plugins API supporting C and Python plugins
- SSL certificate verification (requires libmesode) (/tls)
- HTTP file upload (xep-0363) (/sendfile)
- Blocking command (xep-0191) (/blocked)
- Allow auto extended away (/autoaway)
- Include last acitvity in initial presence (xep-0256) (/lastactivity)
- Last Activity (xep-0012) (/lastactivity)
- Ability to run command scripts (/script)
- Account startscript property to execute a command script on connect (/account)
- Export roster to CSV file (/export)
- Support for GTK tray icons (/tray)
- User specified text triggers for chat room notifications (/notify)
- Per chat room notification options (/notify)
- Many new roster panel display options (/roster)
- Time format preferences per window type (/time)
- Edit, prepend and append to room subject (/subject)
- Autoping timeout preference (/autoping)
- Window navigation by window title (/win)
- Window closing by window title (/close)
- Account theme setting (/account)
- Allow sending XMPP stanzas in xmlconsole window (/xmlconsole)
- Configure level of room message notifications in console window (/console)
- Check ~/.config/profanity/inputrc for readline settings
- Custom readline functions for navigation key bindings
- Autocomplete command arguments when no characters entered
2016-12-17 18:42:34 +01:00
Jascha Geerds 62c3d9ad0b Merge pull request #21239 from mimadrid/update/nano-2.7.2
nano: 2.7.1 -> 2.7.2
2016-12-17 17:44:13 +01:00
mimadrid b899b8945f
nano: 2.7.1 -> 2.7.2 2016-12-17 16:39:42 +01:00
Tim Steinbach e8e4b7f0dd Merge pull request #21229 from mimadrid/update/wireshark-2.2.3
wireshark: 2.2.2 -> 2.2.3
2016-12-17 10:23:36 -05:00
aszlig c5e5dccd13
Merge pull request #21201 (VirtualBox 5.1.10)
This brings VirtualBox to the latest upstream version, which also fixes
building the modules against kernel 4.9.0.

Tested against all the the "virtualbox" subtests on x86_64-linux.
2016-12-17 15:46:06 +01:00
aszlig 88f49a0092
vimiv: 0.7.2 -> 0.7.3
Bugfix release with the following fixes:

 * Fix thumbnail creation for input files with dot
 * Use native python to generate list of external commands
 * Do not use commandline arguments in test mode
 * Catch broken symlinks in the library and filter them

So everything but the last item is essentially what we had in
fixes.patch, hence we cane remove it.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-12-17 15:45:49 +01:00
Jaka Hudoklin d5264ee7ab Merge pull request #21204 from NeQuissimus/docker_1_12_5
docker: 1.12.3 -> 1.12.5
2016-12-17 15:41:10 +01:00
Jaka Hudoklin 8a85fc9531 Merge pull request #21068 from offlinehacker/pkgs/completions/add
Add bash completions for a few packages
2016-12-17 15:37:27 +01:00
Jaka Hudoklin 2319781469 Merge pull request #21069 from offlinehacker/pkgs/kubernetes/docfix
kubernetes: generate docs, fix empty man files
2016-12-17 15:36:47 +01:00
Jaka Hudoklin 96bf950ae0 Merge pull request #21085 from offlinehacker/pkgs/pachyderm/init
pachyderm: init at 1.3.0
2016-12-17 15:35:51 +01:00
devhell c39e36f766 {lib}mediainfo{-gui},libzen: 0.7.87 -> 0.7.91, 0.4.33 -> 0.4.34
Unfortunately I've not been able to keep this updated on a regular basis
at the moment, therefore some versions have been skipped. I'm therefore
going to just add the link for the changelog:

https://mediaarea.net/MediaInfo/ChangeLog
2016-12-17 12:57:27 +00:00
mimadrid 280d0cf20f
wireshark: 2.2.2 -> 2.2.3 2016-12-17 12:59:56 +01:00
Graham Christensen 9a50020398 Merge pull request #21216 from bachp/openshift-1.3.2
openshift: 1.3.1 -> 1.3.2
2016-12-17 06:42:49 -05:00
Benjamin Hipple 54f460a585 cpp-ethereum: fix description metadata 2016-12-16 22:58:12 -05:00
Ricardo Ardissone 662aa495df gplates: init at 2.0.0 2016-12-16 22:29:53 -02:00
Gábor Lehel 9cc0eff1cf vivaldi: add libxcb to buildInputs, seems to be required now 2016-12-17 00:04:20 +01:00
Pascal Bach 3d94be77dd openshift: 1.3.1 -> 1.3.2 2016-12-16 23:33:23 +01:00
Gábor Lehel 06fbf5cb77 vivaldi: 1.5.658.44-1 -> 1.6.689.34-1 2016-12-16 22:34:37 +01:00
Tom Hinton b0bfa88848 Fiddle LD_LIBRARY_PATH to include GDAL
Some GRASS functions dlopen GDAL, and don't get patched in the install.
To make them work I have to export LD_LIBRARY_PATH from within grass again with pkgs.gdal/lib.
Alternatively this does the trick - there might be a better way to do this, if the configure script can take the true path to gdal and reflect it in the dlopen calls or something?
2016-12-16 15:10:23 +00:00
Tim Steinbach a5a98290b7
docker: 1.12.3 -> 1.12.5 2016-12-16 08:57:08 -05:00
aszlig 38ea64e867
qemu_test: Make chown() calls to the store a no-op
The "misc" NixOS test is using Nix to query the store and it tries to
change the ownership of it while doing so.

This fails if Nix is not in a seccomp-sandboxed userid namespace, so
let's make chown() a no-op when applied to store paths.

Fixes the misc test (and possibly future tests) on older Nix versions.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-12-16 13:06:25 +01:00
Joachim F 7aa8fa28ae Merge pull request #21190 from mdorman/emacs-updates
Emacs package updates: 2016-12-15
2016-12-16 12:34:09 +01:00
Bart Brouns 3fc60ec351
remove mutt-kz: deprecated in favor of neomutt
Removed reference in all-packages.nix. Fixes #20952.
2016-12-16 12:16:39 +01:00
Michael Alan Dorman 8cd481b5fd org-packages: 2016-12-15 2016-12-15 17:55:56 -05:00
Michael Alan Dorman 01d5fda8c1 melpa-stable-packages: 2016-12-15
Removals:
 - dummy-h-mode: github account no longer exists
 - judge-indent: github account no longer exists
2016-12-15 17:55:56 -05:00
Michael Alan Dorman c5e64ba4c8 melpa-packages: 2016-12-15
Removals:
 - cursor-in-brackets: github account no longer exists
 - dummy-h-mode: github account no longer exists
 - general-close: removed from melpa
 - judge-indent: github account no longer exists
2016-12-15 17:55:55 -05:00
Michael Alan Dorman 994b243dd3 elpa-packages: 2016-12-15 2016-12-15 17:55:55 -05:00
Jascha Geerds 4af2328e5c discord: Fix missing desktop entry (closes #21045) 2016-12-15 23:52:50 +01:00
David Terry 1152b97925 vscode: 1.7.2 -> 1.8.0 2016-12-15 21:47:31 +01:00
zimbatm 6fc5f8d4f3 terraform: 0.7.13 -> 0.8.1 2016-12-15 15:13:10 +00:00
Joachim Fasting 6dbdbdec69
chromium pepper flash plugin: 23.0.0.207 -> 24.0.0.186
Fixes https://github.com/NixOS/nixpkgs/issues/21119,
fixes https://github.com/NixOS/nixpkgs/issues/21169
2016-12-15 16:06:56 +01:00
Eelco Dolstra 705829b29a Merge pull request #20500 from aszlig/qemu-patched-for-nixos-tests
nixos/tests: Use a patched QEMU for testing
2016-12-15 12:38:29 +01:00
David Terry 35399f93d6 vscode: 1.6.1 -> 1.7.2 2016-12-15 12:04:48 +01:00
Sebastian Hagen e314e5b930 ImageMagick: Add additional mirror.
The 16.09-nixpkgs source tarball Imagemagick-6.9.6-7.tar.xz source tarball is
not available on any of the existing mirrors. We here add one that has it.
2016-12-15 11:27:15 +01:00
Vincent Demeester 910dcdb7d2 idea-ultimate: 2016.3 -> 2016.3.1
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-12-15 11:24:07 +01:00
taku0 bd55e9db63 android-studio: 2.1.3 -> 2.2.3 2016-12-15 10:41:18 +01:00
Peter Hoeg bea3209d5f virtualbox: 5.1.8 -> 5.1.10 2016-12-15 16:20:33 +08:00
Graham Christensen 2d249e206e Merge pull request #21146 from NeQuissimus/subversion
Subversion: 1.9.4 -> 1.9.5; 1.8.16 -> 1.8.17
2016-12-14 17:45:50 -05:00
John Wiegley 838a3b4294
coq_8_6: 8.6rc1 -> 8.6 2016-12-14 13:46:07 -08:00
Tim Steinbach 1edf95167a
subversion: 1.8.16 -> 1.8.17 2016-12-14 09:35:10 -05:00
Tim Steinbach b139b17fa8
subversion: 1.9.4 -> 1.9.5 2016-12-14 09:30:31 -05:00
bnikolic 88f53c989e bazaar: enable sftp transport (#21132)
SFTP transport needs python paramiko package, which is now an optional
input
2016-12-14 15:03:54 +01:00
Jörg Thalheim c3edaab52d Merge pull request #21130 from tohl/master
small fixes
2016-12-14 14:35:05 +01:00
Michael Raskin d009ac1ce5 Merge pull request #21064 from taku0/firefox-bin-fix-update-script
firefox-bin: fix updateScript
2016-12-14 12:13:06 +00:00
Michael Raskin 37c10c428c Merge pull request #21134 from taku0/firefox-bin-50.1.0
firefox-bin: 50.0.2 -> 50.1.0 [Critical security fix]
2016-12-14 12:10:58 +00:00
Michael Raskin 13a7bc5341 Merge pull request #21135 from taku0/firefox-50.1.0
firefox: 50.0.2 -> 50.1.0, firefox-esr: 45.5.1esr -> 45.6.0esr [Critical security fix]
2016-12-14 12:09:01 +00:00
Pascal Wittmann 53a95fadaa Merge pull request #21139 from samuelrivas/update-terraform-to-0.7.13
terraform 0.7.11 -> 0.7.13
2016-12-14 13:04:28 +01:00
Samuel Rivas f8a28b8f69 terraform 0.7.11 -> 0.7.13 2016-12-14 10:56:20 +01:00
Joachim Fasting 52cb1df30c
kodi/wrapper: fix typo, preferLocalBuilds -> preferLocalBuild 2016-12-14 03:48:44 +01:00
taku0 86cf682cda firefox: 50.0.2 -> 50.1.0, firefox-esr: 45.5.1esr -> 45.6.0esr 2016-12-14 09:03:56 +09:00
taku0 8e7ea1795a firefox-bin: fix updateScript 2016-12-14 08:53:49 +09:00
taku0 8a7cf06b54 firefox-bin: 50.0.2 -> 50.1.0 2016-12-14 08:48:35 +09:00
Daiderd Jordan 3bd81a0620 Merge pull request #20536 from TikhonJelvis/master
emacs-24.5-mac-5.15: fixed package by adding build tools
2016-12-13 23:28:37 +01:00
Daiderd Jordan 29d53f3d5f Merge pull request #20706 from matthewbauer/emacs-macport-version-fix
emacs-macport: 6.0 -> 6.1
2016-12-13 23:16:49 +01:00
Tomas Hlavaty e4db40ad23 toxic: fix arm build 2016-12-13 22:36:12 +01:00
Pascal Wittmann 1bb96c202d
filezilla: 3.22.2.2 -> 3.23.0.2 2016-12-13 22:21:21 +01:00
Aristid Breitkreuz 78ffee7f06 kakoune: update 2016-07-26 -> 2016-12-10 2016-12-13 20:57:35 +01:00
John Wiegley 62934023c3
coq_HEAD: Update to the latest commit as of 2016-12-13 2016-12-13 08:09:23 -08:00
John Wiegley 360234dab6
coq_8_6: new package, based on Coq 8.6rc1 2016-12-13 07:27:15 -08:00
Alexander Kahl 9eac665cd2 sisco.lv2: init at 0.7.0 (#20868)
* sisco.lv2: init at 0.7.0

Also added maintainer `e-user`

* Use fetchFromGitHub and adapt accordingly

* Use `version` instead of `src.rev` in name
2016-12-13 09:44:09 +00:00
Jaka Hudoklin 5bd136acd4 Revert "Revert "helm (kubernetes): init at v2.0.2"" 2016-12-13 00:43:24 +01:00
Jaka Hudoklin e955e64fd8 Revert "helm (kubernetes): init at v2.0.2" 2016-12-13 00:35:53 +01:00
Jaka Hudoklin b1db829540 Merge pull request #21075 from rlupton20/kubernetes-helm
helm (kubernetes): init at v2.0.2
2016-12-13 00:26:21 +01:00
Michael Alan Dorman 5df4ed710a melpa-stable-packages: 2016-12-12 2016-12-12 13:07:33 -05:00
Michael Alan Dorman a448d478c0 melpa-packages: 2016-12-12
Removals:
 - bitly - github repo no longer exists
 - gitty - github repo no longer exists
 - gplusify - github repo no longer exists
2016-12-12 13:07:32 -05:00
Michael Alan Dorman 7a25ceade1 elpa-packages: 2016-12-12 2016-12-12 13:07:32 -05:00
taku0 a86d6f404c firefox-bin: tweak updateScript 2016-12-12 14:17:06 +00:00
Tim Steinbach 4f0592680c
rkt: 1.20.0 -> 1.21.0 2016-12-11 21:10:28 -05:00
Jaka Hudoklin 7ac33a2cd2 pachyderm: init at 1.3.0 2016-12-11 20:40:40 +01:00
Pascal Wittmann daaf497c5c
homebank: fix icons 2016-12-11 20:09:34 +01:00
Pascal Wittmann e5c525b5a2
homebank: 5.1.1 -> 5.1.2
simplify and add myself as maintainer
2016-12-11 20:09:34 +01:00
Pascal Wittmann 4f2e2ce971
moc: 2.5.1 -> 2.5.2 2016-12-11 19:51:04 +01:00
sternenseemann d6aff31f35 gopher: init at 3.0.11 (#21080) 2016-12-11 19:45:48 +01:00
Shea Levy 374f833dab google-chrome: Add new dep on libxcb 2016-12-11 12:53:51 -05:00
Richard Lupton 0783a7d262
helm (kubernetes): init at v2.0.2
Added self as package maintainer. Set preferLocalBuild.
2016-12-11 16:14:15 +00:00
Richard Lupton b2278ae3c8
helm (kubernetes): init at v2.0.2
Added a nix expression to download and install helm; added it to top
level packages as kubernetes_helm.
2016-12-11 15:48:46 +00:00
Jaka Hudoklin 6d15619729 kubernetes: generate docs, fix empty man files 2016-12-11 15:04:16 +01:00
Jaka Hudoklin c316dd1cc7 minikube: add bash completions 2016-12-11 14:57:11 +01:00
Jaka Hudoklin ef24c93f72 kubernetes: add bash completions 2016-12-11 14:56:34 +01:00
Jaka Hudoklin 873e818339 docker-machine: add bash completion 2016-12-11 14:56:07 +01:00
taku0 a3e503fe0f firefox-bin: fix updateScript 2016-12-11 21:07:18 +09:00
Tim Steinbach 8c8abafc2d
atom: 1.12.6 -> 1.12.7 2016-12-09 15:34:25 -05:00
Eelco Dolstra c5b96ca801 minisat: Fix build on Darwin 2016-12-09 19:57:07 +01:00
Graham Christensen a2d6e8a2eb
xen: Fix patch hashes
I had used nix-prefetch-url, where fetchpatch doesn't support it.
2016-12-09 07:22:35 -05:00
Joachim F 7833315a5e Merge pull request #21015 from nico202/non
non: 2016-04-05 -> 2016-12-07
2016-12-09 12:14:46 +01:00
Nicolò Balzarotti f3fda199fd non: 2016-04-05 -> 2016-12-07 2016-12-09 10:40:52 +01:00
Chris Martin 18ee6b9a6d git-bz: add pycrypto dependency (#21013) 2016-12-08 22:59:53 -05:00
Rok Garbas d295d68609 firefox-bin: updated the updateScript with suggestions from @Mic92
also added some comments to the update script so that a new person
looking at it know what is happening
2016-12-09 03:19:07 +01:00
Rok Garbas 3a1d52ff4f updateScript: initital work 2016-12-09 03:19:07 +01:00
Joachim F eee070e49c Merge pull request #20992 from dtzWill/fix/zoom-pax-qt-update
zoom-us: 2.052458.0531 -> 2.0.707090.1031, paxmark
2016-12-09 00:31:29 +01:00
Jaka Hudoklin 0ba9037bd8 Merge pull request #20937 from ebzzry/minikube-0.13.1
minikube: init at 0.13.1
2016-12-09 00:28:40 +01:00
Graham Christensen 78c7d1b47b Merge pull request #20973 from grahamc/rollup-12
Roundup Rollup 12 (WIP)
2016-12-08 17:50:03 -05:00
Gabriel Ebner a2210a9efd lean: init at 2016-12-08 2016-12-08 10:30:28 -05:00
Gabriel Ebner ce2a9a8f9b lean2: 2016-07-05 -> 2016-11-29
Renamed from lean since upstream renamed it as well.  The lean attribute
in nixpkgs will now refer to the new lean 3 version.
2016-12-08 10:30:28 -05:00
Joachim F ce891a7043 Merge pull request #20065 from romildo/upd.xdgmenumaker
xdgmenumaker: 0.9 -> 1.1
2016-12-08 16:08:31 +01:00
Michael Raskin cbd448d009 libreoffice-still: 5.1.5.2 -> 5.1.6.2 2016-12-08 16:15:18 +01:00
Michael Raskin 3a98749bd1 pari: 2.9.0 -> 2.9.1 2016-12-08 16:15:18 +01:00
romildo 1d5ce684a3 xdgmenumaker: exclude darwin from platforms
Travis reports hash mismatch during the darwin build, although the
hash has been obtained using 'nix-prefetch-url' (on NixOS). Exclude
darwin from platforms until the cause is identified.
2016-12-08 10:10:25 -02:00
Joachim F 41f93f8a93 Merge pull request #20993 from mdorman/emacs-updates
Automated emacs package updates
2016-12-08 11:17:32 +01:00
Will Dietz fc21876633 zoom-us: 2.052458.0531 -> 2.0.707090.1031, paxmark
* paxmark zoom to fix execution on PaX-enabled kernels[1]
* Requires moving from qt55 to qt56
* Put libs as buildInputs so that wrapQtProgram sees their paths!
* Don't use bundled Qt libs.
  (if these should be used, we shouldn't put our own on rpath, etc.)

[1] Without this, program fails to start (but doesn't exit),
and the following exception is logged a few times:

Dec 07 12:24:26 hostname kernel: grsec: denied RWX mmap of <anonymous mapping> by /nix/store/v1i2bff9fs7w1vycv0y615phhs7hky87-zoom-us/share/.zoom-wrapped[.zoom-wrapped:23812] uid/euid:1000/1

zoom still won't run unless using a pax-fixed version of qtwebengine.
( see: https://github.com/NixOS/nixpkgs/pull/20991 )
2016-12-07 20:03:50 -06:00
Graham Christensen d71dbd733c
chromium: 54.0.2840.100 -> 55.0.2883.75 2016-12-07 20:26:47 -05:00
Graham Christensen 86da9839b1
xen: Patch for CVE-2016-9385, CVE-2016-9377, and CVE-2016-9378 2016-12-07 20:16:05 -05:00
Jaka Hudoklin f98b71b244 Merge pull request #20958 from ebzzry/kubernetes-1.4.6
kubernetes: 1.4.5 -> 1.4.6
2016-12-08 00:23:18 +01:00
Michael Alan Dorman 6ef023a62b melpa-stable-packages: 2016-12-07
Removals:
 - elang: removed from melpa
2016-12-07 16:51:35 -05:00
Michael Alan Dorman 6f0564bb8c melpa-packages: 2016-12-07
Removals:
 - debian-bug: cvs server timed out
 - elang: removed from melpa
2016-12-07 16:51:35 -05:00
Thomas Tuegel cbec455ec6 Merge pull request #20967 from peterhoeg/u/db
dropbox: 14.4.19 -> 15.4.22
2016-12-07 07:03:48 -06:00
Vladimír Čunát a11ad092d6
digikam: remove file unintentionally resurrected
... in 8b565d647.  Git's rename semantics is a real PITA.
https://github.com/NixOS/nixpkgs/commit/8b565d647#commitcomment-20099695
2016-12-07 13:25:18 +01:00
Graham Christensen 76ef70af7d
imagemagick: 6.9.6-2 -> 6.9.6-7 for CVE-2016-9556 and CVE-2016-9559 2016-12-07 07:24:13 -05:00
Jörg Thalheim 8d18d06e3c Merge pull request #20969 from ericsagnes/pkg-update/styx
styx: 0.3.1 -> 0.4.0
2016-12-07 09:00:38 +01:00
Peter Hoeg 08721190a5 dropbox: 14.4.19 -> 15.4.22 2016-12-07 14:35:38 +08:00
Eric Sagnes 30d4eca088 styx-themes: init 2016-12-07 15:01:29 +09:00
Eric Sagnes c56fa24745 styx: 0.3.1 -> 0.4.0 2016-12-07 15:01:03 +09:00
Joachim F 48cad0441b Merge pull request #20901 from ambrop72/kdevelop-5.0.3
kdevelop: 5.0.2 -> 5.0.3
2016-12-07 05:23:17 +01:00
Joachim F bf574f33cb Merge pull request #20955 from savannidgerinel/bugfix-icu-version
icu4c: fix #20954: icu_54_1 package does not compile
2016-12-07 01:25:06 +01:00
Savanni D'Gerinel 705e29046d icu: remove icu4c-54.1
Only zoom-us depends on icu4c-54.1. Since we know that version has some vulnerabilities, and zoom-us appears to work with icu4c-57.1, I remove the icu/54.1.nix file, remove icu_54_1 from all-packages.nix, and have zoom-us depend on icu (i.e., icu4c-57.1)
2016-12-06 17:51:11 -06:00
Rommel M. Martinez 26d6722381 kubernetes: 1.4.5 -> 1.4.6 2016-12-07 07:13:08 +08:00
Pascal Wittmann 80f2e535b3
pdfpc: 4.0.3 -> 4.0.4 2016-12-06 20:24:26 +01:00
Joachim Fasting db0bd30a7c
ion3: specify meta.{platforms,license} 2016-12-06 15:48:45 +01:00
Edward Tjörnhammar 6344039906 Merge pull request #20933 from loskutov/datagrip
idea.datagrip: init at 2016.3
2016-12-06 14:28:54 +01:00
Jascha Geerds cac53b75a8 hipchat: 4.28.0.1659 -> 4.29.4.1662 2016-12-06 09:46:33 +01:00
Rommel M. Martinez 6b6f97fecc minikube: init at 0.13.1 2016-12-06 09:23:59 +08:00
Ignat Loskutov 1915170dde
idea.datagrip: init at 2016.3 2016-12-06 00:28:09 +03:00
Joachim Fasting e43a99ec9f
electrum: 2.7.11 -> 2.7.12 2016-12-05 16:26:03 +01:00
Pascal Wittmann 54cea02d90 Merge pull request #20880 from kamilchm/marathon
marathon: 1.1.2 -> 1.3.6
2016-12-05 13:08:56 +01:00
Matthias Beyer 10b16b2327 mutt: 1.7.1 -> 1.7.2 2016-12-05 08:48:14 +01:00
Jaka Hudoklin 3e134f0504 Merge pull request #20820 from offlinehacker/pkgs/dockermachine/add/kvm-driver
docker-machine-kvm: init at 0.7.0
2016-12-04 22:21:48 +01:00
Vladimír Čunát 0fd5a0c8a3
lyx: 2.1.5 -> 2.2.2
... and use Qt5 now!
2016-12-04 21:11:28 +01:00
Vladimír Čunát ad0d7f6a05
Merge branch 'staging' 2016-12-04 19:22:36 +01:00
Ambroz Bizjak 4c9bebf8c2 kdevelop: 5.0.2 -> 5.0.3 2016-12-04 18:17:25 +01:00
Vladimír Čunát dc451ad3ea
i3-gaps: enableParallelBuilding = false;
http://hydra.nixos.org/build/44530327
2016-12-04 16:59:13 +01:00
Franz Pletz c09e043d53
calibre: 2.70.0 -> 2.73.0
Fixes #20896.
2016-12-04 14:57:34 +01:00
Franz Pletz 63a5dd7e25
firefox-bin-beta: 49.0b1 -> 51.0b6 2016-12-04 14:57:27 +01:00
Igor Sharonov b5286f3747 neovim-qt: 0.2.3 -> 0.2.4 2016-12-03 16:16:45 +03:00
Joachim F b2b6690576 Merge pull request #20873 from romildo/upd.mkvtoolnix
mkvtoolnix: 9.5.0 -> 9.6.0
2016-12-03 07:30:46 +01:00
Kamil Chmielewski 88fa365cf2 marathon: 1.1.2 -> 1.3.6 2016-12-03 07:03:38 +01:00
aszlig a76f5241c5
vimiv: init at 0.7.2
Packaging itself is pretty much straightforward, the tests however
revealed a few issues, which I have fixed with a small patch that has
been upstreamed at https://github.com/karlch/vimiv/pull/32.

The other sed-based patches in postPatch are mostly NixOS-specific.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-12-03 03:33:32 +01:00
romildo ae1fa72a48 mkvtoolnix: 9.5.0 -> 9.6.0 2016-12-02 20:55:34 -02:00
Jörg Thalheim 96e1220813 Merge pull request #20857 from Mic92/gajim
gajim: add enableOmemoPluginDependencies option
2016-12-02 13:53:21 +01:00
Jörg Thalheim 8c9582ca67
gajim: add enableOmemoPluginDependencies option 2016-12-02 13:46:42 +01:00
Sheena Artrip fe514b3053
spotify: 1.0.42.151 -> 1.0.43.125 2016-12-02 02:52:11 -05:00
Jörg Thalheim acddb5d367 Merge pull request #20805 from danbst/rxvt-vtwheel
urxvt: add vtwheel extension
2016-12-02 08:27:51 +01:00
taku0 36f980b7ff firefox-esr: security 45.5.0 -> 45.5.1 (#20841) 2016-12-01 21:50:50 +01:00
Eelco Dolstra f4aab5b211
thunderbird: 45.5.0 -> 45.5.1 2016-12-01 13:06:41 +01:00
Eelco Dolstra 1e17f21b3e
firefox: 50.0.1 -> 50.0.2 2016-12-01 12:55:24 +01:00
Graham Christensen 96393560d0 Merge pull request #20816 from grahamc/vulnerability-rollup-10
Vulnerability rollup 11 (WIP)
2016-11-30 19:29:19 -05:00
Graham Christensen 855b799ec9 Merge pull request #20828 from taku0/thunderbird-bin-45.5.1
thunderbird-bin: 45.5.0 -> 45.5.1 [Critical security fix]
2016-11-30 19:27:51 -05:00
taku0 5f4b3cd34b thunderbird-bin: 45.5.0 -> 45.5.1
Critical security fix.

https://www.mozilla.org/en-US/thunderbird/45.5.1/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2016-92/
2016-12-01 09:11:50 +09:00
taku0 097a8ee174 firefox-bin: 50.0.1 -> 50.0.2
Critical security fix
https://www.mozilla.org/en-US/firefox/50.0.2/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2016-92/
2016-12-01 09:08:16 +09:00
Jörg Thalheim fa4212e763
cheat: 2.1.26 -> 2.1.27 2016-11-30 21:10:54 +01:00
Jaka Hudoklin 54e2973533 docker-machine-kvm: init at 0.7.0 2016-11-30 19:10:25 +01:00
Frederik Rietdijk d6ffb976fe Merge pull request #20812 from jokogr/u/syncthing-0.14.13
syncthing: 0.14.12 -> 0.14.13
2016-11-30 17:55:17 +01:00
Graham Christensen a9611a52f3
mcabber: 1.0.3 -> 1.0.4 for 'roster push attack' 2016-11-30 08:23:42 -05:00
Peter Simons c0ec503dce Merge pull request #20803 from NeQuissimus/2_11_0
git: 2.10.2 -> 2.11.0
2016-11-30 14:17:57 +01:00
Ioannis Koutras 58faa138d4 syncthing: 0.14.12 -> 0.14.13 2016-11-30 14:17:36 +02:00
Frederik Rietdijk 1b68772f2b Merge pull request #20799 from vbgl/camlp5-6.17
camlp5: 6.16 -> 6.17
2016-11-30 10:32:00 +01:00
danbst 5c0367ee5b urxvt: add vtwheel extension
This allows to scroll content in less, screen, nano, tmux and others
(the ones, who create so called "secondary screens"), similar to VTE-based
terminals.

Note, however, that mouse wheel won't work in `less -X`, which is used
by basic `journalctl`. Fix it with `export SYSTEMD_LESS=FRSMK`
2016-11-30 03:43:28 +02:00
Tim Steinbach f1a0cadaec
git: 2.10.2 -> 2.11.0 2016-11-29 18:37:24 -05:00
Tuomas Tynkkynen 8a4d6516ee Merge remote-tracking branch 'upstream/staging' into master 2016-11-30 00:34:23 +02:00
Vincent Laporte 431c564993 hol_light: fix build with Camlp5-6.17 2016-11-29 18:34:21 +00:00
Graham Christensen b04e23bbb8
firefox: 50.0 -> 5.0.1 for CVE-2016-9078 2016-11-29 08:34:13 -05:00
Graham Christensen 28fa4cfe56 Merge pull request #20790 from taku0/firefox-bin-50.0.1
firefox-bin: 50.0 -> 50.0.1 [Critical security fix]
2016-11-29 08:19:52 -05:00
Peter Simons d90a294342 Merge pull request #20779 from TikhonJelvis/hadoop-darwin
hadoop-2.2.0: Added a check to not run patchelf on MacOS.
2016-11-29 09:12:15 +01:00
Frederik Rietdijk a344b552ad Merge pull request #20778 from NeQuissimus/atom_1_12_6
atom: 1.12.5 -> 1.12.6
2016-11-29 07:59:44 +01:00
Frederik Rietdijk a1b7c94377 Merge pull request #20784 from peterhoeg/u/puddletag
puddletag: 1.1.1 -> 1.2.0
2016-11-29 07:58:37 +01:00
Peter Hoeg 66fb5ac222 puddletag: 1.1.1 -> 1.2.0 2016-11-29 10:57:52 +08:00
Tikhon Jelvis 80bee8ffe7 Added a check to not run patchelf on Darwin systems. 2016-11-28 15:07:41 -08:00
Graham Christensen 105255e6f5 Merge pull request #20772 from nico202/yarp
yarp: 2.3.66.1 -> 2.3.68
2016-11-28 18:01:02 -05:00
Tim Steinbach 1ac1d93427
atom: 1.12.5 -> 1.12.6 2016-11-28 17:37:32 -05:00
Graham Christensen 076e3ae32c
gitRepo: 1.22 -> 1.23 2016-11-28 14:48:49 -05:00
taku0 2d341ca7fc firefox-bin: 50.0 -> 50.0.1 2016-11-29 03:12:10 +09:00
Nicolò Balzarotti f390d68b75 yarp: 2.3.66.1 -> 2.3.68 2016-11-28 17:03:19 +01:00
Tim Nieradzik 70c18b55d7
rxvt_unicode: create .desktop file 2016-11-28 08:16:40 -05:00
Rok Garbas 880d616ec0 neovim: 0.1.6 -> 0.1.7 2016-11-28 04:06:19 +01:00
Graham Christensen cc28a51bc0 Merge pull request #19818 from KoviRobi/xterm-fix-app-defaults
XTerm: fix app-defaults, fixes menu options
2016-11-27 22:02:51 -05:00
Pascal Wittmann bbd39a8057
fbida: 2.11 -> 2.12 2016-11-27 17:07:47 +01:00
Jörg Thalheim 5cde30d8d9 Merge pull request #20733 from 2chilled/master
pyload: add send2trash as dep
2016-11-27 15:26:18 +01:00
Jörg Thalheim 44e748a52a Merge pull request #20746 from ericsagnes/pkg-update/pamix
pamix: 1.4.1 -> 1.5
2016-11-27 09:06:56 +01:00
Eric Sagnes a9aa372186 pamix: 1.4.1 -> 1.5 2016-11-27 11:29:03 +09:00
Tim Steinbach e24df8ea69 rkt: 1.19.0 -> 1.20.0 (#20697) 2016-11-26 17:18:00 +00:00
Svend Sorensen 3ae052b2a2 librecad: 2.0.10 -> 2.1.3 (#20720) 2016-11-26 16:50:00 +00:00
Matthias Herrmann 8ee4a1fd65 pyload: add send2trash as dep
With this pyload is able to move compressed files into trash after unpacking them
2016-11-26 16:20:02 +01:00
Michael Raskin fcc5a4d3b8 Merge pull request #20672 from AndersonTorres/pari
pari/gp: 2.7.6 -> 2.9.0
2016-11-26 13:34:15 +00:00
Vladimír Čunát 925b335607
Merge branch 'master' into staging 2016-11-26 11:27:09 +01:00
Stefan Siegl 92383e669d idea.webstorm: 2016.3 -> 2016.3.1 2016-11-25 14:20:29 +01:00
Stefan Siegl e87f28fbb1 idea.phpstorm: 2016.2.2 -> 2016.3 2016-11-25 14:17:20 +01:00
Stefan Siegl cb8f804b1d idea.pycharm-{community,professional}: 2016.2.3 -> 2016.3 2016-11-25 14:14:42 +01:00
Stefan Siegl cf709b544a clion: 2016.2.3 -> 2016.3 2016-11-25 14:10:04 +01:00
Frederik Rietdijk 37964f1b5e Merge pull request #20654 from dignati/master
[mathematica] 10.0.2 -> 11.0.1
2016-11-25 12:21:22 +01:00
Joachim F 593bc52732 Merge pull request #20701 from romildo/upd.windowmaker
windowmaker: 0.95.6 -> 0.95.7
2016-11-25 12:20:38 +01:00
Ole Krüger a31c37c759 [mathematica] 10.0.2 -> 11.0.1 2016-11-25 12:13:41 +01:00
Frederik Rietdijk 51645f8f47 Merge pull request #20675 from carlsverre/update/mopidy-gmusic
mopidy-gmusic: 1.0.0 -> 2.0.0
2016-11-25 08:59:56 +01:00
Matthew Bauer 558551399d
emacs-macport: 6.0 -> 6.1 2016-11-25 00:29:55 -06:00
Matthew Bauer 25cfafdf5b
emacs-macport: fix "Carbon.h" present but cannot be compiled
Previously, emacs-macport was giving the error:

- AppKit/AppKit.h: present but cannot be compiled
- Carbon/Carbon.h: present but cannot be compiled

This add "MAC_OS_X_VERSION_MIN_REQUIRED=1090" to CFLAGS to allow them
to compile with the new 10.10 headers.

Fixes #20682.
2016-11-25 00:25:05 -06:00
AndersonTorres d395439a10 pari/gp: 2.7.6 -> 2.9.0
Adding gp2c compiler, too.
2016-11-24 22:44:56 -02:00
Carl Sverre 97b35a0573 mopidy-gmusic: 1.0.0 -> 2.0.0 2016-11-24 14:42:27 -08:00
Joachim F d66db992ae Merge pull request #20655 from mdorman/emacs-updates
Emacs package updates
2016-11-24 23:27:55 +01:00
Jaka Hudoklin 3b500d37f5 Merge pull request #19023 from offlinehacker/kube-update
WIP: kubernetes update package and module
2016-11-24 23:10:01 +01:00
romildo 163e1ee7bd windowmaker: 0.95.6 -> 0.95.7 2016-11-24 19:48:32 -02:00
Frederik Rietdijk b28689f453 chromium: use python2 2016-11-24 22:28:04 +01:00
Frederik Rietdijk fda03ec4bd telepathy.glib: add python to passthru
and let the telepathy plugins use it.
2016-11-24 22:28:04 +01:00
Frederik Rietdijk 8fb430ca86 thunderbird: use python2
and remove pysqlite since its part of the standard library.
2016-11-24 22:28:04 +01:00
Frederik Rietdijk 2887a633f7 mypaint: use python2 2016-11-24 22:28:04 +01:00
Frederik Rietdijk d1b6976eda quodlibet: use python2 2016-11-24 22:28:04 +01:00
Frederik Rietdijk eb926468e9 mailpile: use python2 2016-11-24 22:28:04 +01:00
Frederik Rietdijk 4383e20bb1 a2jmidid: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk 97259c811e qemu: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk 659c5c4c62 keepnote: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk 3829e93942 pmenu: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk a0fe37f43f electrum-dash: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk fad1e442ad calibre: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk 3cd2ca2751 tortoisehg: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk 6be672a7cd tailor: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk 99402f6a06 twister: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk fe24e93df8 rawdog: use python2 2016-11-24 22:28:02 +01:00
Frederik Rietdijk f1fbf04162 gitinspector: use python2 2016-11-24 22:28:02 +01:00
Frederik Rietdijk 643b12221a stgit: use python2 2016-11-24 22:28:02 +01:00
Frederik Rietdijk bea967016e git-hub: use python2 2016-11-24 22:28:02 +01:00
Frederik Rietdijk 434f09c55f fomp: use python2 2016-11-24 22:28:02 +01:00
Frederik Rietdijk 24a495b7a6 cvs2svn: use python2 2016-11-24 22:28:02 +01:00
Frederik Rietdijk fcfe7cf955 apitrace: use python2 2016-11-24 22:28:02 +01:00
Tim Steinbach 2aacd5b797 Merge pull request #20660 from romildo/upd.vivaldi
vivaldi: 1.4.589.38-1 -> 1.5.658.44-1
2016-11-24 08:24:20 -05:00
Peter Simons 5b83874999 Merge pull request #20661 from montag451/git-annex-remote-rclone
git-annex-remote-rclone: init at 0.4
2016-11-24 11:22:23 +01:00
Rok Garbas 61f38b9e83 notmuch: disable tests on darwin 2016-11-24 09:17:08 +01:00
Rok Garbas aecc5ba80e notmuch-addrlookup: added myself (garbas) as maintainer 2016-11-24 09:17:08 +01:00
Rok Garbas 58771c0fe6 notmuch: 0.22 -> 0.23.2
* enabled tests (except 3 which are still failing)
2016-11-24 09:17:08 +01:00
Graham Christensen c823eaec0a
graphicsmagick: Update URLs for patches 2016-11-23 23:23:49 -05:00
Franz Pletz 336bacfa1d
qemu: add patch to fix CVE-2016-7907
cc #20647
2016-11-23 23:23:49 -05:00
Graham Christensen a3b746851f
w3m: 0.5.3-2015-12-20 -> 0.5.3+git20161120 for many CVEs
c94a28011f/NEWS\#L1-L52
2016-11-23 23:23:49 -05:00
Franz Pletz 2e74e24c85
gnuradio: 3.7.9.2 -> 3.7.10.1 2016-11-24 04:33:29 +01:00
Nikolay Amiantov 91fd6b04aa libquvi: specify glib dependency 2016-11-24 01:17:55 +03:00
Nikolay Amiantov 79b0a9bf39 avidemux: 2.6.12 -> 2.6.15 2016-11-24 01:17:54 +03:00
Nikolay Amiantov 1a9ce1d9d0 tdesktop: 0.10.1 -> 0.10.19 2016-11-24 01:17:54 +03:00
Nikolay Amiantov e28ab857be urxvt-tabbedex: 2016-08-09 -> 2016-08-17 2016-11-24 01:17:53 +03:00
Nikolay Amiantov f6d21e0800 octoprint-plugins.m33-fio: 1.7 -> 1.11 2016-11-24 01:17:53 +03:00
Nikolay Amiantov 83436c61a3 octoprint: 1.2.15 -> 1.2.17 2016-11-24 01:17:53 +03:00
Nikolay Amiantov 1e331cdc6b octoprint.sockjs-tornado: 1.0.2 -> 1.0.3 2016-11-24 01:17:53 +03:00
Nikolay Amiantov c05206dbe6 yed: 3.16.1 -> 3.16.2.1 2016-11-24 01:17:52 +03:00
Nikolay Amiantov 748a0d473e krita: 3.0 -> 3.0.1.1 2016-11-24 01:17:52 +03:00
Nikolay Amiantov c3c460781c svox: 2016-01-25 -> 2016-10-20 2016-11-24 01:17:52 +03:00
Nikolay Amiantov bfad987ee1 deadbeef-mpris2-plugin: 1.8 -> 1.10 2016-11-24 01:17:52 +03:00
Nikolay Amiantov be95ceaff2 treewide: quote URLs in my packages 2016-11-24 01:17:52 +03:00
montag451 278196e854 git-annex-remote-rclone: init at 0.4 2016-11-23 21:06:21 +01:00
Bjørn Forsman bbe5f99e0b qemu: add curl to buildInputs
Enables support for accessing files over HTTP:

  qemu-system-x86_64 -drive media=cdrom,file=http://host/path.iso,readonly

Increases the closures size from 445 to 447 MiB.
2016-11-23 17:44:02 +01:00
Charles Strahan ecf30981dd Merge pull request #19064 from cstrahan/mesos-1.0.1
mesos: 0.28.2 -> 1.0.1
2016-11-23 11:40:02 -05:00
Michael Alan Dorman 781723b423 org-packages: 2016-11-23 2016-11-23 11:10:13 -05:00
Michael Alan Dorman 9c826dd24c melpa-stable-packages: 2016-11-23
Removals:
 - gnome-calendar: release tag has been removed from github
2016-11-23 11:10:13 -05:00
Michael Alan Dorman 6cf5768356 melpa-packages: 2016-11-23 2016-11-23 11:10:08 -05:00
Michael Alan Dorman 5b45caa1de elpa-packages: 2016-11-23 2016-11-23 11:04:32 -05:00
romildo 9755ecf8b0 vivaldi: 1.4.589.38-1 -> 1.5.658.44-1 2016-11-23 13:56:08 -02:00
Franz Pletz 65b3060f69
qutebrowser: pdfjs: 1.4.20 -> 1.5.188 2016-11-23 13:23:33 +01:00
Franz Pletz 1305691cec
mpv: 0.21.0 -> 0.22.0 2016-11-23 13:23:32 +01:00
Peter Hoeg 3975f5bd5e syncthing: 0.14.11 -> 0.14.12 (#20645) 2016-11-23 13:03:21 +01:00
Edward Tjörnhammar 38d77bc86b
idea.idea-{community,ultimate}: 2016.2.5 -> 2016.3 2016-11-22 23:47:52 +01:00
Graham Christensen 5d7f2a40a8
cvs: disable fortify hardening 2016-11-22 07:53:50 -05:00
goibhniu a5e66b0d62 Merge pull request #20613 from sternenseemann/jackline
jackline: init at 2016-11-18
2016-11-22 13:53:32 +01:00
Nikolay Amiantov 69e649503f Merge pull request #20586 from abbradar/spidermonkey
SpiderMonkey cleanup
2016-11-22 11:46:14 +03:00
montag451 d212fc99f4 git-remote-gcrypt: 20140715 -> 1.0.0 (#20623) 2016-11-22 03:46:26 +01:00
Jan Bessai 3800b21be9 pidgin-skypeweb: 1.2.1 -> 1.2.2 (#20559) 2016-11-22 01:54:14 +01:00
Tim Steinbach 48fad82911
atom: 1.12.4 -> 1.12.5 2016-11-21 18:06:27 -05:00
Eelco Dolstra 516e177d98 ktorrent: Add 5.0.1 2016-11-21 22:03:46 +01:00
sternenseemann ba51ba1bbe jackline: init at 2016-11-18 2016-11-21 18:37:10 +01:00
Vladimír Čunát baa73cd6e0
Merge #20506: wireshark: add darwin support 2016-11-21 18:05:11 +01:00
Guillaume Koenig d662063a11
firefox: fix geolocation feature (#20425)
Firefox uses a google API to perform geolocation. This API requires a
key which must be given at build time. This commit adds the key from
Chromium's derivation to Firefox.
2016-11-21 17:41:39 +01:00
Lancelot SIX e9549d293c
wireshark: 2.2.0 -> 2.2.2
See releases announcements:

- https://www.wireshark.org/docs/relnotes/wireshark-2.2.1.html
- https://www.wireshark.org/docs/relnotes/wireshark-2.2.2.html

wireshark-2.2.1 fixes the following vulnerabilities:

- CVE-2016-7957
- CVE-2016-7958

wireshard-2.2.2 fixes the following vulnerabilities:

- CVE-2016-9372
- CVE-2016-9374
- CVE-2016-9376
- CVE-2016-9373
- CVE-2016-9375
2016-11-21 14:30:17 +01:00
Franz Pletz 498911d121 Merge pull request #20109 from bamberino/patch-1
teamspeak-server: 3.0.12.4 -> 3.0.13.5
2016-11-21 10:42:42 +01:00
Franz Pletz 965e789f17 Merge pull request #20574 from peterhoeg/u/st
syncthing: 0.14.8 -> 0.14.11
2016-11-21 10:35:29 +01:00
Nikolay Amiantov c2274cdfb5 spidermonkey: cleanup and rename versions 2016-11-21 02:46:35 +03:00
Peter Simons bc295b7b9b Merge pull request #20573 from dunn/git-credential-netrc
git: link git-credential-netrc into $out/bin
2016-11-20 21:44:29 +01:00
Joachim F f05cd0f619 Merge pull request #20566 from TravisWhitaker/xterm-update
xterm: 325 -> 327
2016-11-20 21:23:43 +01:00
Robert Helgesson 840db709eb
telepathy_haze: add patch to fix build
Without the patch, the build fails with recent versions of Pidgin.
2016-11-20 21:06:59 +01:00
Pascal Wittmann f7e0bc2ae7
Make all meta.maintainers attributes lists 2016-11-20 18:06:03 +01:00
Nikolay Amiantov 382047a135 sane service: support remote scanners 2016-11-20 19:09:03 +03:00
Nikolay Amiantov 65f9341370 sane service: add saned support 2016-11-20 19:09:02 +03:00
Edward Tjörnhammar ba9e16a7cc
acd-cli: pull out of pythonPackages and update to 3.0.2 2016-11-20 17:06:17 +01:00
Peter Hoeg 8431345175 syncthin: 0.14.8 -> 0.14.11 2016-11-20 23:28:14 +08:00
Pascal Wittmann 1e3fe4b0a4 Merge pull request #20558 from lverns/xournal-desktop-fix-pr
xournal: add desktop file and mime info
2016-11-20 16:14:29 +01:00
Joachim F 462111ecd7 Merge pull request #20565 from timbertson/tilda-133
tilda: 1.2.4 -> 1.3.3
2016-11-20 16:12:15 +01:00
Pascal Wittmann 668a696e70 Merge pull request #20289 from dyrnade/simplenote
Simplenote: init at 1.0.6
2016-11-20 16:10:24 +01:00
dyrnade 9d69aed183 simplenote: init at 1.0.6
simplenote package

fixed issues after review

added installation from source

enhanced spaces
2016-11-20 11:34:58 +02:00
Travis Whitaker 497156a6ba xterm: 325 -> 327 2016-11-19 23:13:57 -08:00
Tim Cuthbertson 23999adb4a tilda: 1.2.4 -> 1.3.3 2016-11-20 15:19:46 +11:00
Franz Pletz 3fe1c81060
roxterm: 2.9.4 -> 3.3.2
Fixes #19579.
2016-11-20 04:48:44 +01:00
Tim Steinbach 8e6f36bd7b Merge pull request #20556 from NeQuissimus/rambox_grsec
rambox: Allow to run with grsecurity kernel
2016-11-19 20:49:57 -05:00
Tim Steinbach 9d9338707d Merge pull request #20550 from NeQuissimus/franz_grsec
franz: Allow to run with grsecurity kernel
2016-11-19 20:49:39 -05:00
Alex Dunn 80bff0b459 git: link git-credential-netrc into $out/bin 2016-11-19 13:36:30 -08:00
Pascal Wittmann ab96f93126
filezilla: 3.22.1 -> 3.22.2.2 2016-11-19 22:14:57 +01:00
Vladimír Čunát d045f8b486
thunderbird: maintenance 45.4.0 -> 45.5.0 2016-11-19 20:15:04 +01:00
Laverne Schrock cbc4ee7e10 xournal: add desktop file and mime info
Fixes #20510.

The application now appears in system menus, and Konqueror now suggests
opening .xoj files with Xournal. Other file browsers should as well.
2016-11-19 12:34:22 -06:00
Thomas Tuegel e672a9d1d3
dropbox: 13.4.21 -> 14.4.19 2016-11-19 12:18:04 -06:00
Tim Steinbach e69063e71a
rambox: Allow to run with grsecurity kernel 2016-11-19 10:16:18 -05:00
Tim Steinbach f13fa8a337
franz: Allow to run with grsecurity kernel 2016-11-19 08:39:13 -05:00
Graham Christensen df21b76a21 Merge pull request #20541 from taku0/thunderbird-bin-45.5.0
thunderbird-bin: 45.4.0 -> 45.5.0
2016-11-19 07:09:11 -05:00
Vladimír Čunát b69f568f4c
Merge branch 'staging'
Hydra rebuild looks fine; only a few Darwin jobs is queued:
http://hydra.nixos.org/eval/1304891?compare=1304807
2016-11-19 04:35:51 +01:00
Joachim F 35c6c439a2 Merge pull request #20414 from nico202/w_scan
w_scan: init at 20161022
2016-11-19 03:03:55 +01:00
Tikhon Jelvis f4c96de8f9 Fixed the emacs24 macport package by adding automake and autoconf build tools. 2016-11-18 11:05:52 -08:00
taku0 2540608f43 thunderbird-bin: 45.4.0 -> 45.5.0 2016-11-19 03:12:09 +09:00
Frederik Rietdijk e985c5ac23 Merge pull request #20532 from gnidorah/master2
rambox: 0.4.4 -> 0.4.5
2016-11-18 18:03:54 +01:00
Alex Ivanov 4feaf8c4ac rambox: 0.4.4 -> 0.4.5 2016-11-18 17:21:15 +03:00
Sophie Taylor ffa225336c bro: 2.4.1 -> 2.5 2016-11-18 23:20:58 +10:00