Commit graph

78438 commits

Author SHA1 Message Date
Robin Gloster 937574a206 Merge pull request #13771 from zimbatm/remove-rq
rq: package removed
2016-03-09 08:22:17 +01:00
joachifm c6b42e8429 Merge pull request #13767 from cheecheeo/lastpass_update
lastpass-cli: 0.7.0 -> 0.9.0
2016-03-09 06:14:47 +00:00
Charles Strahan ee3b2951f1 Merge pull request #13701 from cstrahan/go-package-updates
make automatic go package maintenance possible
2016-03-08 23:49:38 -05:00
Charles Strahan 1371084ae1 goPackages: make it easier to automate updates
This moves all of the revision and sha256 data to separate JSON file.
2016-03-08 23:45:46 -05:00
Joachim Fasting e7cfccbcc2 dnscrypt-proxy service: fix apparmor profile
The daemon additionally requires libcap, liblz4, and libattr.
2016-03-09 04:13:19 +01:00
Michael Raskin b27de68c4e Merge pull request #13777 from eqyiel/upstream
vsftpd: Add possibility to specify path to RSA key file
2016-03-09 03:02:29 +00:00
Joachim Fasting e3ae435aad dnscrypt-proxy service: fix default resolver name
The "opendns" resolver has changed name to "cisco", causing the default
dnscrypt-proxy configuration to fail.
2016-03-09 02:59:30 +01:00
Mango Chutney 973219c973 vsftpd.nix: Add possibility to add RSA key file 2016-03-09 01:32:44 +00:00
Benjamin Staffin d92bb56f74 Merge pull request #13769 from aneeshusa/openssh-decouple-gssapi-from-kerberos
openssh: decouple gssapi patch from kerberos
2016-03-08 15:58:36 -08:00
zimbatm 0ced8f386c rq: package removed
rq only compiles with ruby 1.8 which we don't distribute anymore.

the source is dead.

there is a 1.9 branch over https://github.com/pjotrp/rq that hasn't been
touched for 4 years.
2016-03-08 21:36:59 +00:00
Aneesh Agrawal ce74aac132 openssh: update GSSAPI patch to openssh 7.2 2016-03-08 16:11:56 -05:00
Frederik Rietdijk 956bbd45f7 Merge pull request #13759 from lancelotsix/add_geoalchemy
pythonPackages.geoalchemy2: init at 0.3.0.dev1
2016-03-08 16:10:07 -05:00
Aneesh Agrawal 9e86984fe0 openssh: decouple gssapi patch from kerberos
The GSSAPI patch is useful but maintained by Debian, not upstream, and
can be slow to update. To avoid breaking openssh_with_kerberos when
the openssh version is bumped but the GSSAPI patch has not been updated,
don't enable the GSSAPI patch implicitly but require it to be explicitly
enabled.
2016-03-08 15:14:25 -05:00
John Chee e0b541acc7 lastpass-cli: 0.7.0 -> 0.9.0 2016-03-08 12:02:44 -08:00
Arseniy Seroka 52ddcb264b Merge pull request #13766 from tavyc/raspberrypifw-patchelf
raspberrypifw: Patch the ELF binaries to set the correct dynamic link…
2016-03-08 22:29:09 +03:00
Arseniy Seroka 6eac14e8ae Merge pull request #13761 from hrdinka/add/libretro-psx
libretro-mednafen-psx: init at 2016-03-04
2016-03-08 22:27:56 +03:00
Arseniy Seroka 14390da605 Merge pull request #13758 from gilligan/galen-2.2.3
galen: 2.2.1 -> 2.2.3
2016-03-08 22:27:07 +03:00
Octavian Cerna e714c80497 raspberrypifw: Patch the ELF binaries to set the correct dynamic linker and RPATH. 2016-03-08 19:56:22 +02:00
Nikolay Amiantov 392bde8809 Merge pull request #13763 from Profpatsch/printing-gutenprint-example
modules/cupsd: clarify how to set gutenprint
2016-03-08 20:42:18 +03:00
Christoph Hrdinka 1e3fef77d5 Merge pull request #13739 from romildo/update.jwm
jwm: 2.2.2 -> 1406
2016-03-08 18:23:52 +01:00
Tobias Geerinckx-Rice efb76ae10b mksh: 52 -> 52c
Changes: https://www.mirbsd.org/mksh.htm#clog
2016-03-08 18:07:00 +01:00
Peter Simons 588a237e9e cabal2nix: update to version 20160308 2016-03-08 17:55:04 +01:00
Ricardo M. Correia 19b92ce265 Merge pull request #13762 from hrdinka/update/transmission
transmission: 2.90 -> 2.92
2016-03-08 16:59:54 +01:00
Vladimír Čunát 483dc94cb9 Merge: add foswiki service and required perl packages 2016-03-08 16:41:27 +01:00
Profpatsch d37729f4b8 modules/cupsd: clarify how to set gutenprint 2016-03-08 16:39:17 +01:00
Vladimír Čunát 1952d5d5f7 nixos/foswiki: basic working service definition
Activation is as simple as:
  services.httpd = {
    enable = true;
    adminAddr = "nobody@example.com";
    extraSubservices = [ {
      serviceType = "foswiki";
    } ];
  };
2016-03-08 16:38:43 +01:00
Vladimír Čunát 15030ed291 foswiki: init the package at 2.1.0 2016-03-08 16:37:59 +01:00
Vladimír Čunát 7974c7d6a1 perlPackages.LocaleMsgfmt: nix-generate-from-cpan 2016-03-08 16:36:45 +01:00
Vladimír Čunát 87fcd97cea perlPackages.FCGIProcManager: nix-generate-from-cpan 2016-03-08 16:36:45 +01:00
Vladimír Čunát fd09362c1d perlPackages.IOSocketIP: nix-generate-from-cpan 2016-03-08 16:36:45 +01:00
Vladimír Čunát 910049d8ff perlPackages.ArchiveTar: generate-from-cpan 2016-03-08 16:36:44 +01:00
joachifm 236eb55b08 Merge pull request #13752 from mboes/fix-spark-hash
spark: Fix tarball hash.
2016-03-08 15:01:40 +00:00
Christoph Hrdinka c5695bc8be transmission: 2.90 -> 2.92 2016-03-08 15:40:17 +01:00
Lancelot SIX 8522f816c6 pythonPackages.geoalchemy2: init at 0.3.0.dev1 2016-03-08 15:34:17 +01:00
Christoph Hrdinka 39305795a7 Merge pull request #13756 from zimbatm/flvtool2-fix
flvtool2: fix installation
2016-03-08 15:25:55 +01:00
Mathias Schreck f1d9be699d galen: 2.2.1 -> 2.2.3 2016-03-08 14:39:55 +01:00
Christoph Hrdinka c5ec5bc84a libretro-mednafen-psx: init at 2016-03-04 2016-03-08 14:18:44 +01:00
Christoph Hrdinka 48dde66cd7 communi: fix output paths 2016-03-08 13:35:03 +01:00
joachifm 5603159c4f Merge pull request #13757 from wandernauta/diction
diction: init at 1.11
2016-03-08 11:23:57 +00:00
Nikolay Amiantov fedabe3334 Merge pull request #13745 from zohl/linux-chromiumos
linux_chromiumos_3_14: kernel option fix
2016-03-08 13:57:32 +03:00
zimbatm 74c69387db flvtool2: fix installation
The rubygems.org source doesn't exist anymore. It was also depending on ruby
1.8 to work correctly.
2016-03-08 10:55:39 +00:00
Wander Nauta f70d678ec4 diction: init at 1.11 2016-03-08 11:53:39 +01:00
Sander van der Burg e91b9bede0 runLatex: always include basic texlive stuff (thanks to vcunat) 2016-03-08 10:48:42 +00:00
Peter Simons 35bae56722 Merge pull request #13754 from spacefrogg/boost-static
boost: Fix compilation for static builds.
2016-03-08 11:30:20 +01:00
joachifm 615afdf368 Merge pull request #13750 from ericsagnes/pkg-update/sqlitebrowser
sqlitebrowser: 3.7.0 -> 3.8.0
2016-03-08 10:29:07 +00:00
Michael Raitza f7bf249b2b boost: Fix compilation for static builds.
The 'runtime-link=' feature must not be set in addition to 'link='
for boost-1.55 when building only the statically linked libraries.
Fixes errors that targets were defined multiple times.
2016-03-08 10:04:04 +00:00
Peter Simons 22f31ea6a0 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-13-g1932303 using the following inputs:

  - Nixpkgs: 048b08e2df
  - Hackage: 9380d724dd
  - LTS Haskell: d2ad5fe903
  - Stackage Nightly: 04ed93d830
2016-03-08 10:50:13 +01:00
Tobias Geerinckx-Rice 04573b82bc sshuttle: 0.76 -> 0.77.2 2016-03-08 03:09:41 +01:00
Eric Sagnes ef9febe5ff sqlitebrowser: 3.7.0 -> 3.8.0 2016-03-08 10:29:56 +09:00
Franz Pletz 40d90ef8ac Merge pull request #13561 from matthewbauer/qemu-mac
qemu: compile with cocoa for darwin support
2016-03-08 02:15:09 +01:00