Commit Graph
166017 Commits
Author SHA1 Message Date
Matthew Harm Bekkema 245ba973d9 vagrant: Install vagrant-libvirt as system plugin 2018-12-17 21:53:23 +11:00
Matthew Harm Bekkema 08488bcf94 vagrant: Support system-installed plugins
Patch taken from Debian
2018-12-17 21:53:23 +11:00
Alexander Krupenkin bd8ee164c0 parity: 2.1.9 -> 2.1.10 2018-12-17 13:41:08 +03:00
Alexander Krupenkin bf6678be01 parity-beta: 2.2.4 -> 2.2.5 2018-12-17 13:40:43 +03:00
Will DietzandFranz Pletz c761524f30 efibootmgr: grab upstream commit as patch to fix w/efivar 37
(removes workaround for previous versions)
2018-12-17 11:33:53 +01:00
Michael RaskinandGitHub cc65a12098 Merge pull request #52428 from ivan/firejail-no-parallel-build
firejail: disable parallel building
2018-12-17 08:56:04 +00:00
Gabriel EbnerandGitHub 21597583f9 Merge pull request #52067 from r-ryantm/auto-update/qalculate-gtk
qalculate-gtk: 2.8.1 -> 2.8.2
2018-12-17 09:46:32 +01:00
Gabriel EbnerandGitHub bc09fb3c87 Merge pull request #52216 from r-ryantm/auto-update/libqalculate
libqalculate: 2.8.1 -> 2.8.2
2018-12-17 09:46:14 +01:00
Ivan Kozik 9314c6a563 firejail: disable parallel building
firejail was frequently failing to build on my Hydra machine at -j16, and
the error looked like a typical parallel build problem:

<3>make[1]: Entering directory '/build/firejail-0.9.56/src/fcopy'
<3>gcc -ggdb  -O2 -DVERSION='"0.9.56"'   -DPREFIX='"/nix/store/0dm1agiwiggn8pmnqkknil7mkh25il0k-firejail-0.9.56"'  -DSYSCONFDIR='"/nix/store/0dm1agiwiggn8pmnqkknil7mkh25il0k-firejail-0.9.56/etc/firejail"' -DLIBDIR='"/nix/store/0dm1agiwiggn8pmnqkknil7mkh25il0k-firejail-0.9.56/lib"' -DHAVE_X11 -DHAVE_PRIVATE_HOME  -DHAVE_OVERLAYFS -DHAVE_SECCOMP -DHAVE_GLOBALCFG -DHAVE_SECCOMP_H -DHAVE_CHROOT -DHAVE_NETWORK -DHAVE_USERNS -DHAVE_FILE_TRANSFER -DHAVE_WHITELIST -fstack-protector-all -D_FORTIFY_SOURCE=2 -fPIE -pie -Wformat -Wformat-security -mindirect-branch=thunk   -c main.c -o main.o
<3>gcc  -pie -Wl,-z,relro -Wl,-z,now -lpthread -o fcopy main.o
<3>make[1]: Leaving directory '/build/firejail-0.9.56/src/fcopy'
<3>make -C src/fldd
<3>make[1]: Entering directory '/build/firejail-0.9.56/src/fldd'
<3>gcc -ggdb  -O2 -DVERSION='"0.9.56"'   -DPREFIX='"/nix/store/0dm1agiwiggn8pmnqkknil7mkh25il0k-firejail-0.9.56"'  -DSYSCONFDIR='"/nix/store/0dm1agiwiggn8pmnqkknil7mkh25il0k-firejail-0.9.56/etc/firejail"' -DLIBDIR='"/nix/store/0dm1agiwiggn8pmnqkknil7mkh25il0k-firejail-0.9.56/lib"' -DHAVE_X11 -DHAVE_PRIVATE_HOME  -DHAVE_OVERLAYFS -DHAVE_SECCOMP -DHAVE_GLOBALCFG -DHAVE_SECCOMP_H -DHAVE_CHROOT -DHAVE_NETWORK -DHAVE_USERNS -DHAVE_FILE_TRANSFER -DHAVE_WHITELIST -fstack-protector-all -D_FORTIFY_SOURCE=2 -fPIE -pie -Wformat -Wformat-security -mindirect-branch=thunk   -c main.c -o main.o
<3>gcc  -pie -Wl,-z,relro -Wl,-z,now -lpthread -o fldd main.o ../lib/ldd_utils.o
<3>make[1]: Leaving directory '/build/firejail-0.9.56/src/fldd'
<3>make -C src/libpostexecseccomp
<3>make[1]: Entering directory '/build/firejail-0.9.56/src/libpostexecseccomp'
<3>gcc -ggdb  -O2 -DVERSION='"0.9.56"' -fstack-protector-all -D_FORTIFY_SOURCE=2 -fPIC -Wformat -Wformat-security  -c libpostexecseccomp.c -o libpostexecseccomp.o
<3>gcc -pie -Wl,-z,relro -Wl,-z,now -shared -fPIC -z relro -o libpostexecseccomp.so libpostexecseccomp.o -ldl
<3>make[1]: Leaving directory '/build/firejail-0.9.56/src/libpostexecseccomp'
<3>src/fseccomp/fseccomp default seccomp
<3>src/fsec-optimize/fsec-optimize seccomp
<3>/nix/store/6abyjgibafsbhlc7v7lab50mb3dj81jg-bash-4.4-p23/bin/bash: src/fsec-optimize/fsec-optimize: No such file or directory
<3>make: *** [Makefile:43: filters] Error 127
<3>builder for '/nix/store/30srqmpqrjyr11nhx4jbpr84m9pnmyv5-firejail-0.9.56.drv' failed with exit code 2
2018-12-17 06:41:44 +00:00
Ivan Kozik ea1db27e22 ut2004demo: fix download URL
http://treefort.icculus.org/ut2004/UT2004-LNX-Demo3334.run.gz is gone.
2018-12-17 06:26:42 +00:00
Matthew Bauer e6f7f2928f darwin: 10.11 → 10.12
Lots of stuff has gotten moved around. Many security libraries have been merged
into the Security monorepo. I’ve cleared them out for now, we will
need to modify Security to build them!

This also moves some things around to more clearly separate
bootstrapping the stdenv from everything else. We want the “normal”
mode to be the non-bootstrapped version. When you ask for “Security”,
you want the actual built software, not a crippled one.

- Add TARGET_OS_OSX to darwin.libSystem. Looks like something
  introduced in 10.12. TARGET_OS_MAC is only set when building for
  desktop (iOS will have TARGET_OS_MAC set)
- Bump darwin.dtrace
- Bump darwin.libpthread
- Remove SmartCardServices, libsecurity*, etc.
- Install some more headers for darling.
2018-12-17 00:07:09 -06:00
Will Dietz 28d85b274d boost169: init (at 1.69) 2018-12-16 23:02:16 -06:00
Orivej Desh 9e36eee829 libopenaptx: init at 0.1.0 2018-12-17 04:41:16 +00:00
R. RyanTMandAustin Seipp f640a81198 libiio: 0.15 -> 0.16
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libiio/versions
2018-12-16 21:10:10 -06:00
R. RyanTMandAustin Seipp f2b1f51a32 opendht: 1.7.4 -> 1.8.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/opendht/versions
2018-12-16 21:09:38 -06:00
Edmund Wu cb6c9af457 linux_testing: 4.20-rc6 -> 4.20-rc7 2018-12-16 22:09:03 -05:00
R. RyanTMandFranz Pletz 2cbaaa55d5 fswatch: 1.13.0 -> 1.14.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fswatch/versions
2018-12-17 02:20:23 +00:00
Franz PletzandGitHub b213de9328 Merge pull request #52265 from ikervagyok/firmware
firmware-linux-nonfree: 20181017 -> 20181213
2018-12-17 02:18:07 +00:00
Lengyel BalazsandFranz Pletz 374a672424 firmware-linux-nonfree: 20181017 -> 20181213 2018-12-17 03:16:46 +01:00
R. RyanTMandFranz Pletz 6d7e94aa1e graphicsmagick: 1.3.30 -> 1.3.31
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/graphicsmagick/versions
2018-12-17 02:06:41 +00:00
Mateusz KowalczykandGitHub d3b1e88a75 Merge pull request #52404 from r-ryantm/auto-update/agda-stdlib
AgdaStdlib: 0.16.1 -> 0.17
2018-12-17 11:02:30 +09:00
Silvan MosbergerandGitHub 9673380261 Merge pull request #52168 from cdepillabout/add-bluezFull-package
Add bluez full package
2018-12-17 03:01:49 +01:00
Ben WolsiefferandFranz Pletz f554d4e40f raspberrypifw: 1.20180919 -> 1.20181112 2018-12-17 02:01:13 +00:00
Josef KemetmüllerandFranz Pletz 7c42da3a1e eccodes: 2.9.2 -> 2.10.0
Python3 is now officially supported as "beta", see relase notes at:
https://confluence.ecmwf.int/display/ECC/ecCodes+version+2.10.0+released
2018-12-17 01:41:57 +00:00
R. RyanTMandFranz Pletz 7a3cf0fbca libssh: 0.8.4 -> 0.8.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libssh/versions
2018-12-17 01:25:31 +00:00
R. RyanTMandFranz Pletz 44482c54ff haproxy: 1.8.14 -> 1.8.15
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/haproxy/versions
2018-12-17 01:14:46 +00:00
Franz PletzandGitHub 9ca654825f Merge pull request #52414 from marsam/libvncserver-cve-patch
libvncserver: add CVE-2018-7225 patch
2018-12-17 01:04:26 +00:00
R. RyanTMandFranz Pletz b439f9032b libdap: 3.20.0 -> 3.20.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libdap/versions
2018-12-17 01:03:39 +00:00
R. RyanTMandFranz Pletz 8bb236c4d5 libwebsockets: 3.0.1 -> 3.1.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libwebsockets/versions
2018-12-17 01:03:19 +00:00
Franz PletzandGitHub ece13eeaab Merge pull request #52012 from Izorkin/php
php: update options and php ackages
2018-12-17 00:58:18 +00:00
Franz PletzandGitHub 0f9016a948 Merge pull request #52217 from rvolosatovs/update/kitty
kitty: 0.12.3 -> 0.13.1
2018-12-17 00:52:02 +00:00
Mario Rodas 03fddb139e libvncserver: add CVE-2018-7225 patch 2018-12-16 19:46:58 -05:00
R. RyanTMandFranz Pletz 9be286ecb7 fwup: 1.2.6 -> 1.2.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fwup/versions
2018-12-17 00:35:57 +00:00
Alyssa RossandGitHub 1f94515941 Merge pull request #52412 from marsam/update-gopass
gopass: 1.8.2 -> 1.8.3
2018-12-17 00:35:25 +00:00
Jan TojnarandGitHub fd822e988c Merge pull request #52322 from r-ryantm/auto-update/efivar
efivar: 36 -> 37
2018-12-17 01:35:16 +01:00
Franz Pletz 3ab361cb57 hwloc-nox: remove, x11 now disabled by default 2018-12-17 01:19:42 +01:00
Franz PletzandGitHub 5ee97d9c45 Merge pull request #52360 from markuskowa/upd-hwloc
hwloc: 2.0.2 -> 2.0.3
2018-12-17 00:19:00 +00:00
Mario Rodas c32752fb12 gopass: 1.8.2 -> 1.8.3 2018-12-16 19:09:43 -05:00
Satoshi ShishikuandFranz Pletz 5a93f6149a prosody service: set cafile
Fix s2s_secure_auth.
2018-12-17 01:01:41 +01:00
R. RyanTMandFranz Pletz 5b9aa05522 prosody: 0.10.2 -> 0.11.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/prosody/versions
2018-12-16 23:54:20 +00:00
Robin Gloster b961de9c4b gitAndTools.lab: fix name 2018-12-17 00:50:34 +01:00
Franz PletzandGitHub c8f3782fd4 Merge pull request #51951 from dotlambda/home-assistant-0.84
home-assistant: 0.83.3 -> 0.84.2
2018-12-16 23:49:59 +00:00
Florian KlinkandGitHub 2453b5ea79 Merge pull request #52236 from marsam/init-lab
gitAndTools.lab: init at 0.14.0
2018-12-17 00:41:43 +01:00
Jan TojnarandGitHub dba9200127 Merge pull request #51991 from r-ryantm/auto-update/webkitgtk
gnome3.webkitgtk: 2.22.4 -> 2.22.5
2018-12-17 00:40:25 +01:00
Florian KlinkandGitHub f1c96861b4 Merge pull request #52233 from danieldk/resilio-sync-2.6.2
resilio-sync: 2.6.1 -> 2.6.2
2018-12-17 00:37:55 +01:00
Robert SchützandGitHub 7a4521ada6 Merge pull request #52124 from r-ryantm/auto-update/python2.7-cmdtest
python27Packages.cmdtest: 0.18 -> 0.32
2018-12-17 00:32:33 +01:00
Robert Schütz b3beeab014 python.pkgs.cmdtest: use pname 2018-12-17 00:31:45 +01:00
Florian KlinkandGitHub b12cc03c3b Merge pull request #52335 from tadfisher/idea-update
jetbrains: 2018.3 -> 2018.3.1
2018-12-17 00:24:26 +01:00
Matthew Harm Bekkema 1183ee645d vagrant: Add vagrant-libvirt to the gemset
With this, you can "install" the plugin just by adding the following to
~/vagrant.d/plugins.json:

  {
    "version":"1",
    "installed": {
      "vagrant-libvirt": {
        "ruby_version":"2.5.3",
        "vagrant_version":"2.2.0",
        "gem_version":"",
        "require":"",
        "sources":[]
      }
    }
  }
2018-12-17 10:23:27 +11:00
Matthew Harm Bekkema 97200e970c gem-config: add ruby-libvirt
Based on 1d9798c8591bbbed6e6b9ca5c1811ff507b88b9a and
90a804c50af327077e7a219a425e8536bb097e39
2018-12-17 10:22:34 +11:00