summaryrefslogtreecommitdiffstats
path: root/pkgs
AgeCommit message (Collapse)Author
2017-11-08nfs-utils: fixup includes with glibc-2.26Vladimír Čunát
2017-11-08virtualbox: fixup build with glibc-2.26Vladimír Čunát
Explanation: https://www.linuxquestions.org/questions/slackware-14/sbo-scripts-not-building-on-current-read-1st-post-pls-4175561999/page46.html#post5753698
2017-11-08glucose, glucose-syrup: 4.0 -> 4.1Michael Raskin
2017-11-08Merge pull request #31385 from dtzWill/update/gnuplot-5.2.1Orivej Desh
gnuplot: 5.2.0 -> 5.2.1
2017-11-08keepassxc: rename from keepassx-communityBjørn Forsman
I think the new name is more appropriate, see https://keepassxc.org/.
2017-11-08gnuplot: 5.2.0 -> 5.2.1Will Dietz
2017-11-08uqm: Remove the -lgcc_s hackaszlig
This is no longer needed and I've verified this by building and running the game. Signed-off-by: aszlig <aszlig@nix.build>
2017-11-08uqm: Fix build against glibc 2.26aszlig
I've bisected the introduction of the build failure to be the glibc 2.26 upgrade with commit 9bb67d5c1e546968fa3d195f0bcad82414243566. At first I was somewhat stumped why an glibc update could cause undeclared identifiers, but after looking at the changes of glibc and the source code of The Ur-Quan Masters the problem quickly turned out to be this very change: https://sourceware.org/git/?p=glibc.git;a=commit;h=7b037c095e31c2396d0a9b0e6356bc566ee4812f So string.h now in turn includes strings.h, which in theory wouldn't be a problem. However, both strings.h and the strings.h in the uqm source code use constant _STRINGS_H, which causes the glibc strings.h to be included but the one from uqm basically includes an empty file. Signed-off-by: aszlig <aszlig@nix.build>
2017-11-08uqm: Clean up package expression styleaszlig
The only functional change here is that I've dropped unzip, because that dependency doesn't seem to be necessary at all. Despite the broken build state I've tried building and running The Ur-Quan Masters with an older nixpkgs revision and it works fine. Other than that there are no references in the source code for unzip except in the binary installer and some of the INSTALL files. The reason why I'm removing the "with pkgs.lib;" is that it makes it easier to quickly check for errors with "nix-instantiate --parse". Signed-off-by: aszlig <aszlig@nix.build> Cc: @jcumming
2017-11-08Merge pull request #31302 from adisbladis/emacsPackages.font-lock-plusOrivej Desh
emacsPackages.font-lock-plus: init at 20170222.1755
2017-11-08syncthing: 0.14.39 -> 0.14.40Peter Hoeg
2017-11-08surf: use httpsJoachim Fasting
2017-11-07Merge pull request #31348 from Tehnix/masterDaiderd Jordan
PHP: Specify CXXFLAGS for macOS, fixes #31059
2017-11-07php: specify CXXFLAGS for macOSChristian Kjær
Fixes #31059
2017-11-07Merge pull request #31341 from orivej/rednotebookOrivej Desh
Restore and update RedNotebook
2017-11-07eclipse-plugin-bytecode-outline: 2.4.3 -> 2.5.0Robert Helgesson
2017-11-07Merge pull request #31373 from kamilchm/pony-stableOrivej Desh
pony-stable: 0.0.1 -> 0.1.1
2017-11-07rpcbind: Fix build with libnslTuomas Tynkkynen
2017-11-07pony-stable: 0.0.1 -> 0.1.1Kamil Chmielewski
2017-11-07Merge pull request #31361 from yegortimoshenko/lmms/1.2.0-rc4Jörg Thalheim
lmms: 1.1.90 -> 1.2.0-rc4, Qt5, optional lame, libsoundio, portaudio
2017-11-07Merge pull request #31285 from volth/patch-70Jörg Thalheim
opera: 46.0.2597.39 -> 48.0.2685.52
2017-11-07tcp_wrappers: Use libnsl to fix build after new glibcTuomas Tynkkynen
https://hydra.nixos.org/build/63759192 https://sourceware.org/ml/libc-alpha/2017-02/msg00478.html
2017-11-07libnsl: init at 1.1.0Tuomas Tynkkynen
This code was formerly part of glibc, but is now standalone to be able to link against TI-RPC for IPv6 support.
2017-11-07Merge pull request #31370 from schwepp/update/mpw-2.6Jörg Thalheim
mpw: 2.1 -> 2.6
2017-11-07Merge pull request #31366 from ravloony/procodileJörg Thalheim
procodile: init at 1.0.17
2017-11-07Merge pull request #31114 from jraygauthier/jrg/python_selenium_updateSamuel Leathers
selenium: 2.52.0 -> 3.6.0
2017-11-07mpw: 2.1 -> 2.6Kilian Schweppe
2017-11-07Merge branch 'master' into python-trezor-fix-masterJörg Thalheim
2017-11-07python.pkgs.libagent: enable testsJoerg Thalheim
2017-11-07python.pkgs.keepkey: 0.7.3 -> 4.0.0Joerg Thalheim
2017-11-07mesos: fixup includes with glibc-2.26Vladimír Čunát
2017-11-07Merge pull request #28782 from jraygauthier/jrg/vscode_cpptools_initJörg Thalheim
vscode-extension-ms-vscode-cpptools: Init at 0.12.3
2017-11-07Merge pull request #30501 from gnidorah/mailnagJörg Thalheim
mailnag: use setup.py
2017-11-07Revert "coqPackages.{ssreflect,mathcomp}: 1.6.1 -> 1.6.4"Tim Steinbach
2017-11-07Merge pull request #31365 from andir/fix-cvs-CVE-2017-12836Tim Steinbach
cvs: fix CVE-2017-12836
2017-11-07procodile: init at 1.0.17Tom Macdonald
2017-11-07Merge pull request #31362 from earldouglas/jenkins-2.88Tim Steinbach
jenkins: 2.87 -> 2.88
2017-11-07cvs: fix CVE-2017-12836Andreas Rammhold
This patch is based on the work of the patch from Thorsten Glaser (MirBSD) [1] [1] http://www.mirbsd.org/cvs.cgi/src/gnu/usr.bin/cvs/src/rsh-client.c.diff?r1=1.6;r2=1.7
2017-11-07strongswan: fixup includes with glibc-2.26Vladimír Čunát
2017-11-07Merge branch 'staging'Vladimír Čunát
Main change: glibc: 2.25-x -> 2.26-y, containing security fixes, and various features and deprecations. Unfortunately, some of the latter still cause (transitively) a couple hundred newly failing jobs. I'm not delaying anymore, so that we have the security fix on master. I mainly patched gcc, llvm and icu, but I can't fix everything...
2017-11-07jenkins: add earldouglas as a maintainerJames Earl Douglas
2017-11-07jenkins: 2.87 -> 2.88James Earl Douglas
2017-11-07lmms: 1.1.90 -> 1.2.0-rc4, Qt5, optional lame, libsoundio, portaudioYegor Timoshenko
2017-11-07gcc-4.5: fixup build with glibc-2.26Vladimír Čunát
The older the GCC, the easier the backporting :-)
2017-11-07checkpolicy: fixup includes with glibc-2.26Vladimír Čunát
2017-11-07Merge pull request #31208 from afrepues/gitlab-10.1.1Tim Steinbach
gitlab: 10.0.2 -> 10.1.1
2017-11-07gcc-4.8: fix with glibc-2.26Vladimír Čunát
2017-11-07Merge pull request #31287 from ttuegel/hplipThomas Tuegel
hplip: 3.17.9 -> 3.17.10
2017-11-07Merge pull request #31336 from manveru/update-elm-formatTim Steinbach
elm-format: 0.5.2 -> 0.7.0
2017-11-07Merge pull request #31354 from maximedenes/mathcomp.1.6.4Tim Steinbach
coqPackages.{ssreflect,mathcomp}: 1.6.1 -> 1.6.4