summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Merge pull request #17461 from rasendubi/powerpcobadz2016-08-11
|\ | | | | cross-compilation: fixes for powerpc-linux-uclibc
| * uclibc: claim maintainershipAlexey Shmalko2016-08-03
| |
| * gcc: disable libsanitizer for uclibcAlexey Shmalko2016-08-03
| | | | | | | | | | | | | | | | | | | | libsanitizer requires header files which are not present in uclibc. Also, libsanitizer is disabled with uclibc for buildroot[1] and openwrt[2]. [1]: https://git.busybox.net/buildroot/commit/?id=554e29e267e6b36a0fd78c82cbad2c82d939eb7f [2]: https://gitlab.labs.nic.cz/turris/openwrt/commit/5f372a8ca08de4b2253b87253ca7762450e5641f
| * gcc-cross-wrapper: fix for non-chroot buildAlexey Shmalko2016-08-03
| | | | | | | | | | | | When `libc` is not set, many lines expand to `/lib`, `/include`, which makes gccCross use host libraries outside Nix (with a different architecture).
* | wireguard: require Linux >= 4.1 for module build (#17632)Kranium Gikos Mendoza2016-08-11
| |
* | ceph: Add xfsprogs 4.5.0 compat patchTuomas Tynkkynen2016-08-11
| |
* | xfstests: 2016-01-11 -> 2016-08-06Tuomas Tynkkynen2016-08-11
| |
* | xfstests: Remove 'su' from PATHTuomas Tynkkynen2016-08-11
| | | | | | | | This needs to be coming from the setuid wrapper to work correctly.
* | xfsprogs: propagate libuuidMatthew2016-08-11
| | | | | | | | | | | | Before, this would fail because libuuid needed to be available. > echo '#include <xfs/xfs.h>' | cc -E -
* | gambatte: Fix sandbox buildTuomas Tynkkynen2016-08-11
| |
* | Merge pull request #17649 from dgonyeo/masterGraham Christensen2016-08-10
|\ \ | | | | | | acbuild: v0.3.0 -> v0.4.0
| * | acbuild: v0.3.0 -> v0.4.0Derek Gonyeo2016-08-10
|/ /
* | Merge pull request #17647 from grahamc/gocd-improveGraham Christensen2016-08-10
|\ \ | | | | | | gocd-agent / gocd-server: Reduce test memory requirements so Hydra builds
| * | gocd-agent / gocd-server: Reduce test memory requirements so Hydra buildsGraham Christensen2016-08-10
| | |
* | | Merge branch 'staging'Vladimír Čunát2016-08-10
|\ \ \
| * | | mariadb: remove darwin patch that no longer appliesVladimír Čunát2016-08-10
| | | | | | | | | | | | | | | | Hopefully it isn't needed anymore.
| * | | mariadb: make the attribute point to the full buildVladimír Čunát2016-08-07
| | | | | | | | | | | | | | | | | | | | It will create least surprises. Only those who want to go light have to choose.
| * | | opensmtpd-extras: fixup after mariadb changesVladimír Čunát2016-08-07
| | | | | | | | | | | | | | | | I hope this was the only package I've forgotten.
| * | | unixODBCDrivers.mariadb: fix evaluationVladimír Čunát2016-08-07
| | | | | | | | | | | | | | | | ... after the parent merge, but the package was broken anyway.
| * | | Merge #17413: mariadb reworkVladimír Čunát2016-08-07
| |\ \ \ | | | | | | | | | | | | | | | It includes security updates to mariadb/mysql.
| | * | | ghost-one: mark as brokenVladimír Čunát2016-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | It doesn't even download and I can't see any alternative mirror. /cc maintainer @phreedom.
| | * | | amarok: enableParallelBuilding = trueVladimír Čunát2016-08-07
| | | | | | | | | | | | | | | | | | | | It builds rather long otherwise.
| | * | | treewide: fixup various mysql ocurrences after re-splitVladimír Čunát2016-08-07
| | | | |
| | * | | mariadb: completely separate a server-less buildVladimír Čunát2016-08-07
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | libmysqlclient is all that most closures need; now it's smaller and quick to build. For cases that need a server (via executable or lib), there's a full build for now; later it could be slimmed by removing the client stuff.
| * | | mesa: have vdpau drivers in lib/vdpau againVladimír Čunát2016-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This was done by @abbradar 364f297bb2 but I lost that change by accident when doing large closure-size merges 39ebb01d. Fortunately it seems to have caused no problems, likely because ${mesa_drivers}/lib gets into $LD_LIBRARY_PATH.
| * | | Merge branch 'master' into stagingVladimír Čunát2016-08-07
| |\ \ \ | | | | | | | | | | | | | | | Hydra nixpkgs: ?compare=1286624
| * | | | rawtherapee: fixup build by using older cmakeVladimír Čunát2016-08-07
| | | | |
| * | | | mesa: vdpau symlinks, broken after 1a52fdcVladimír Čunát2016-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes #17559. Using *relative* symlinks doesn't break when moving the files.
| * | | | gtk3: maintenance 3.20.6 -> 3.20.8Vladimír Čunát2016-08-06
| | | | |
| * | | | Merge #17159: guile: 2.0.11 -> 2.0.12Vladimír Čunát2016-08-06
| |\ \ \ \
| | * | | | guile: 2.0.11 -> 2.0.12Lancelot SIX2016-07-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2.0.12 is a maintenance release for the 2.0.x stable series. See http://lists.gnu.org/archive/html/info-gnu/2016-07/msg00007.html for announcement.
| * | | | | darwin: WWWCurl: fix CURL_DID_MEMORY_FUNC_TYPEDEFS build errorMichael Stone2016-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apply the patch from https://github.com/szbalint/WWW--Curl/issues/16#issuecomment-222556096
| * | | | | curl: 7.50.0 -> 7.50.1 (#17486) (#17527)Kranium Gikos Mendoza2016-08-05
| | | | | |
| * | | | | Merge branch 'cmake-3.6' into stagingThomas Tuegel2016-08-02
| |\ \ \ \ \
| | * | | | | cmake: 3.4.3 -> 3.6.0Alexey Shmalko2016-08-02
| | | | | | |
| * | | | | | Merge branch 'master' into stagingGabriel Ebner2016-08-02
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | / | | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'pr-17426' into stagingThomas Tuegel2016-08-02
| |\ \ \ \ \
| | * | | | | cmake: add support for cxxtestJulien Dehos2016-08-01
| | | | | | |
| * | | | | | Merge #17112: fftw: 3.3.4 -> 3.3.5Vladimír Čunát2016-07-31
| |\ \ \ \ \ \
| | * | | | | | fftw: fixup build of 3.3.5-rc1Bart Brouns2016-07-29
| | | | | | | |
| | * | | | | | fftw: 05-06-2016 -> 3.3.5-rc1Bart Brouns2016-07-29
| | | | | | | |
| | * | | | | | fftw: 3.3.4 -> 05-06-2016Bart Brouns2016-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There has not been a release since 2014, but at least one important bug has been fixed: https://github.com/FFTW/fftw3/issues/16 The submitter of the bug, @x-42, has advised me to upgrade our distro, as the fftw devs are very conservative so this is not bleeding edge code.
| * | | | | | | Merge branch 'master' into stagingVladimír Čunát2016-07-31
| |\ \ \ \ \ \ \
| * | | | | | | | mpv: link to libva-fullGabriel Ebner2016-07-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #17264.
| * | | | | | | | libva: set driver path correctly in minimal versionGabriel Ebner2016-07-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This does not introduce a dependency on mesa, as mesa_noglu.driverLink == "/run/opengl-driver" Fixes #17264.
* | | | | | | | | Merge pull request #17645 from grahamc/gocd-improveGraham Christensen2016-08-10
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | gocd-agent: 16.7.0 startup fixes + test improvements
| * | | | | | | | gocd-agent: 16.7.0 startup fixes + test improvementsGraham Christensen2016-08-10
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Agent now takes a full URL to the Go.CD server - Instruct the agent to attempt restart every 30s upon failure - Test's Accept header did not match the server's expectation - Replace the tests' complex Awk matches with calls to `jq`
* | | | | | | | Merge pull request #17637 from swarren83/bump-gocd-server-versionGraham Christensen2016-08-10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | gocd-server: 16.6.0-3590 -> 16.7.0-3819
| * | | | | | | | gocd-server: 16.6.0-3590 -> 16.7.0-3819Shawn Warren2016-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump gocd-server version and update sha256 checksum.
* | | | | | | | | Merge pull request #17638 from swarren83/bump-gocd-agent-versionGraham Christensen2016-08-10
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | gocd-agent: 16.6.0-3590 -> 16.7.0-3819